Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

ResPluginFrugalEditor_t

A structure that defines a frugal editor

Synopsis:

        typedef struct ResPluginFrugalEditor_ {
                /* the common stuff */
                ResPluginCommon_t common;

                /* the frugal editor */
                ResPluginFrugalCreateF_t *create;
                } ResPluginFrugalEditor_t;

Description:

This structure defines the elements and functions for a frugal editor required for the frugal_editors array of ResPlugin_t.

ResPluginFrugalEditor_t has these members:

common
A ResPluginCommon_t structure that defines name, datatype, version, and endian string (if required) for a frugal editor, as well as its set data and destroy functions.
create
A pointer to the plugin's ResPluginFrugalCreateF_t create() function.

Classification:

Photon

See also:

ResPlugin_t, ResPluginCommon_t.