Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/wid_build/api/phabresexportfull_t.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/wid_build/api/phabresexportfull_t.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/wid_build/api/phabresexportfull_t.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/wid_build/api/phabresexportfull_t.html on line 8
A structure that defines the functions exported by PhAB
that can be called by a full editor
typedef struct PhABResExportFull_ {
PhABResExportCommon_t common;
PhABExportClosingF_t *closing;
PhABExportAnswerChangesF_t *answer_changes;
PhABExportCreateWindowF_t *create_window;
PhABExportSetStateF_t *set_state;
PhABExportToFrontF_t *to_front;
PhABExportGetAreaF_t *get_area;
PhABExportDestroyF_t *destroy;
} PhABResExportFull_t;
When a new full resource editor is created, it is passed a pointer
to this structure, which gives it access to the functions exported
by PhAB.
The structure has these members:
- common
- A PhABResExportCommon_t structure
that points to functions common to frugal and full editors.
- closing
- A pointer to the closing() function
exported by PhAB.
- answer_changes
- A pointer to the answer_changes() function
exported by PhAB.
- create_window
- A pointer to the create_window() function
exported by PhAB.
- set_state
- A pointer to the set_state() function
exported by PhAB.
- to_front
- A pointer to the to_front() function
exported by PhAB.
- get_area
- A pointer to the get_area() function
exported by PhAB.
- destroy
- A pointer to the destroy() function
exported by PhAB.
Photon
answer_changes(), closing(), create_window(), destroy(), get_area(), PhABResExportCommon_t, set_state(), to_front().
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/wid_build/api/phabresexportfull_t.html on line 105
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/wid_build/api/phabresexportfull_t.html on line 105