PhABResExportFrugal_t.open()

Function exported by PhAB to open the full editor from the frugal editor

Synopsis:

void open  ( PhABHandle_t phab )

Arguments:

phab
A handle, provided by PhAB as the phab argument when the plugin is created with ResPluginFrugalCreateF_t.

Description:

This function is exported from PhAB in the PhABResExportFrugal_t structure.

Call this function from the frugal editor to display the full editor. For example, the frugal editor might be display only, not allowing the user to change the resource data. However, the frugal editor might contain a button or area which the user can click to open the full editor.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

ResPluginFrugalCreateF_t