

Defines | |
| #define | _ZETA_USING_EXPERIMENTAL_ |
| #define | DEBUG 1 |
| #define | P_C_DOCUMENT_MIMETYPE "application/x-vnd.projectconceptor-document" |
| #define | APP_SIGNATURE "application/x-vnd.ProjectConceptor" |
| #define | P_C_DOCUMENT_TYPE 'pcDT' |
| #define | P_C_DOCUMENT_RAW_TYPE 'pcRT' |
Variables | |
| const uint32 | P_C_PLUGIN_MESSAGE = 'pcPM' |
| const uint32 | P_C_EDITOR_PLUGIN_TYPE = 'pcET' |
| const uint32 | P_C_COMMANDO_PLUGIN_TYPE = 'pcCT' |
| const uint32 | P_C_ITEM_PLUGIN_TYPE = 'pcIT' |
| const uint32 | P_C_ITEM_INPORT_EXPORT_TYPE = 'pcTT' |
| const uint32 | P_C_DATA_CELL_RENDERER = 'pcDR' |
| const uint32 | P_C_MESSAGE_FILTER = 'pcMF' |
| const uint32 | P_C_RENDER_FILTER = 'pcRF' |
| const uint32 | P_C_CLASS_TYPE = 'pcOT' |
| const uint32 | P_C_FUNCTION_TYPE = 'pcFT' |
| const uint32 | P_C_MEMBER_TYPE = 'pcMT' |
| const uint32 | P_C_GROUP_TYPE = 'pcGT' |
| const uint32 | P_C_CONNECTION_TYPE = 'pcCT' |
| const uint32 | P_C_MACRO_TYPE = 'pcTM' |
| const uint32 | P_C_INSERT_EDITOR = 'pcIE' |
| const uint32 | P_C_REMOVE_EDITOR = 'pcRE' |
| const uint32 | P_C_AUTO_SAVE = 'pcAS' |
| const uint32 | P_C_RESTORE_SAVE = 'pcRS' |
| const uint32 | P_C_EXECUTE_COMMAND = 'pcEC' |
| This type of Message used to execute Commands every P_C_EXECUTE_COMMAND shoud contain a pointer to the PCommand object wich coud handle the Message it can contain a Bool called shadow wich means, when it´s true, that this command is not recorded to the Undo and Macro List. | |
| const uint32 | P_C_VALUE_CHANGED = 'pcVC' |
| const uint32 | P_C_DOC_BOUNDS_CHANGED = 'pcDB' |
| const uint32 | P_C_EDITOR_SWITCHED_ACTIV = 'pcSA' |
| const uint32 | P_C_EDITOR_SWITCHED_INACTIV = 'pcSI' |
| const uint32 | P_C_WINDOW_LIST_CHANGED = 'pcWC' |
| const uint32 | P_C_TOOLBAR_CHANGED = 'pcTC' |
| const uint32 | B_FONT_TYPE = 'fOTy' |
| const uint32 | B_REDO = 'redo' |
| const uint32 | B_CLEAR = 'clea' |
| const uint32 | WINDOW_REGISTRY_ADD = 'WRad' |
| const uint32 | WINDOW_REGISTRY_SUB = 'WRsb' |
| const uint32 | WINDOW_REGISTRY_ADDED = 'WRdd' |
| const uint32 | MENU_APP_ABOUT = B_ABOUT_REQUESTED |
| const uint32 | MENU_APP_SETTINGS = 'MEse' |
| const uint32 | MENU_APP_HELP = 'MEhe' |
| const uint32 | MENU_APP_QUIT = B_QUIT_REQUESTED |
| const uint32 | MENU_FILE_NEW = 'MFnw' |
| const uint32 | MENU_FILE_NEW_TAB = 'MFnt' |
| const uint32 | MENU_FILE_OPEN = 'MFop' |
| const uint32 | MENU_FILE_CLOSE = 'MFcl' |
| const uint32 | MENU_FILE_SAVE = 'MFsv' |
| const uint32 | MENU_FILE_SAVEAS = 'MFsa' |
| const uint32 | MENU_FILE_EXPORT = 'MFex' |
| const uint32 | MENU_FILE_PAGESETUP = 'MFps' |
| const uint32 | MENU_FILE_PRINT = 'MFpr' |
| const uint32 | MENU_FILE_QUIT = 'MFqu' |
| const uint32 | MENU_EDIT_UNDO = 'MEun' |
| const uint32 | MENU_EDIT_REDO = 'MErd' |
| const uint32 | MENU_EDIT_PROJECT_SETTINGS = 'MEps' |
| const uint32 | MENU_SEARCH_FIND = 'MSfi' |
| const uint32 | MENU_SEARCH_FIND_NEXT = 'MSfn' |
| const uint32 | MENU_SEARCH_REPLACE = 'MSre' |
| const uint32 | MENU_SEARCH_REPLACE_AND_FIND = 'MSrf' |
| const uint32 | MENU_SEARCH_REPLACE_ALL = 'MSra' |
| const uint32 | MENU_WINDOW_TITLE = 'MWtl' |
| const uint32 | MENU_WINDOW_TITLE_VERTICAL = 'MWtv' |
| const uint32 | MENU_WINDOW_CASCADE = 'MWcs' |
| const uint32 | MENU_MACRO_START_RECORDING = 'MMsr' |
| const uint32 | MENU_MACRO_STOP_RECORDING = 'MMsp' |
| const uint32 | MENU_MACRO_PLAY = 'MMpl' |
| const uint32 | MENU_MACRO_OPEN = 'MMop' |
| const uint32 | MENU_MACRO_SAVE = 'MMsv' |
| const uint32 | MENU_HELP_ABOUT = 'MHab' |
| const char * | P_MENU_APP_ABOUT |
| string with wich you can find the correspondenting BMenubar for entry´s like File, Edit and so on | |
| const char * | P_MENU_APP_SETTINGS |
| const char * | P_MENU_APP_HELP |
| const char * | P_MENU_APP_QUIT |
| const char * | P_M_MENU_BAR |
| const char * | P_M_STATUS_BAR |
| string with wich you can find the correspondenting BMenubar wich is used for Status menus and information | |
| const char * | P_M_STANDART_TOOL_BAR |
| string with wich you can find the correspondenting ToolBar for all this things like open, save. | |
| const char * | P_M_FORMAT_TOOL_BAR |
| string with wich you can find the correspondenting ToolBar for all formating stuff | |
| const char * | P_M_EDITOR_TOOL_BAR |
| string with wich you can find the correspondenting ToolBar for Editor related ToolItems | |
| const char * | P_MENU_FILE |
| value to find the BMenu "File" over the PMenuAcces Interface | |
| const char * | P_MENU_FILE_NEW |
| value to find the BMenu Item "File->New" over the PMenuAcces Interface | |
| const char * | P_MENU_FILE_NEW_TAB |
| const char * | P_MENU_FILE_OPEN |
| value to find the BMenu Item "File->Open" over the PMenuAcces Interface | |
| const char * | P_MENU_FILE_CLOSE |
| value to find the BMenu Item "File->Close" over the PMenuAcces Interface | |
| const char * | P_MENU_FILE_SAVE |
| value to find the BMenu Item "File->Save" over the PMenuAcces Interface | |
| const char * | P_MENU_FILE_SAVE_AS |
| value to find the BMenu Item "File->Save As" over the PMenuAcces Interface | |
| const char * | P_MENU_FILE_EXPORT |
| value to find the BMenu Item "File->PageSetup" over the PMenuAcces Interface | |
| const char * | P_MENU_FILE_PAGESETUP |
| const char * | P_MENU_FILE_PRINT |
| value to find the BMenu Item "File->Print" over the PMenuAcces Interface | |
| const char * | P_MENU_FILE_QUIT |
| value to find the BMenu Item "File->Quit" over the PMenuAcces Interface | |
| const char * | P_MENU_EDIT |
| value to find the BMenu "Edit" over the PMenuAcces Interface | |
| const char * | P_MENU_EDIT_UNDO |
| const char * | P_MENU_EDIT_REDO |
| const char * | P_MENU_EDIT_CUT |
| const char * | P_MENU_EDIT_COPY |
| const char * | P_MENU_EDIT_PASTE |
| const char * | P_MENU_EDIT_CLEAR |
| const char * | P_MENU_EDIT_SELECT_ALL |
| const char * | P_MENU_EDIT_PROJECT_SETTINGS |
| const char * | P_MENU_SEARCH |
| const char * | P_MENU_SEARCH_FIND |
| const char * | P_MENU_SEARCH_FIND_NEXT |
| const char * | P_MENU_SEARCH_REPLACE |
| const char * | P_MENU_SEARCH_REPLACE_AND_FIND |
| const char * | P_MENU_SEARCH_REPLACE_ALL |
| const char * | P_MENU_WINDOW |
| value to find the BMenu "Window" over the PMenuAcces Interface | |
| const char * | P_MENU_WINDOW_TITLE |
| const char * | P_MENU_WINDOW_TITLE_VERTICAL |
| const char * | P_MENU_WINDOW_CASCADE |
| const char * | P_MENU_MACRO |
| value to find the BMenu "Makrko" over the PMenuAcces Interface | |
| const char * | P_MENU_MACRO_START_RECORDING |
| const char * | P_MENU_MACRO_STOP_RECORDING |
| const char * | P_MENU_MACRO_PLAY |
| const char * | P_MENU_MACRO_OPEN |
| const char * | P_MENU_MACRO_SAVE |
| const char * | P_MENU_HELP |
| const char * | P_MENU_HELP_ABOUT |
| const int32 | P_C_VERSION |
| #define _ZETA_USING_EXPERIMENTAL_ |
| #define APP_SIGNATURE "application/x-vnd.ProjectConceptor" |
| #define DEBUG 1 |
| #define P_C_DOCUMENT_MIMETYPE "application/x-vnd.projectconceptor-document" |
| #define P_C_DOCUMENT_RAW_TYPE 'pcRT' |
| #define P_C_DOCUMENT_TYPE 'pcDT' |
| const uint32 B_CLEAR = 'clea' |
| const uint32 B_FONT_TYPE = 'fOTy' |
| const uint32 B_REDO = 'redo' |
| const uint32 MENU_APP_ABOUT = B_ABOUT_REQUESTED |
| const uint32 MENU_APP_HELP = 'MEhe' |
| const uint32 MENU_APP_QUIT = B_QUIT_REQUESTED |
| const uint32 MENU_APP_SETTINGS = 'MEse' |
| const uint32 MENU_EDIT_PROJECT_SETTINGS = 'MEps' |
| const uint32 MENU_EDIT_REDO = 'MErd' |
| const uint32 MENU_EDIT_UNDO = 'MEun' |
| const uint32 MENU_FILE_CLOSE = 'MFcl' |
| const uint32 MENU_FILE_EXPORT = 'MFex' |
| const uint32 MENU_FILE_NEW = 'MFnw' |
| const uint32 MENU_FILE_NEW_TAB = 'MFnt' |
| const uint32 MENU_FILE_OPEN = 'MFop' |
| const uint32 MENU_FILE_PAGESETUP = 'MFps' |
| const uint32 MENU_FILE_PRINT = 'MFpr' |
| const uint32 MENU_FILE_QUIT = 'MFqu' |
| const uint32 MENU_FILE_SAVE = 'MFsv' |
| const uint32 MENU_FILE_SAVEAS = 'MFsa' |
| const uint32 MENU_HELP_ABOUT = 'MHab' |
| const uint32 MENU_MACRO_OPEN = 'MMop' |
| const uint32 MENU_MACRO_PLAY = 'MMpl' |
| const uint32 MENU_MACRO_SAVE = 'MMsv' |
| const uint32 MENU_MACRO_START_RECORDING = 'MMsr' |
| const uint32 MENU_MACRO_STOP_RECORDING = 'MMsp' |
| const uint32 MENU_SEARCH_FIND = 'MSfi' |
| const uint32 MENU_SEARCH_FIND_NEXT = 'MSfn' |
| const uint32 MENU_SEARCH_REPLACE = 'MSre' |
| const uint32 MENU_SEARCH_REPLACE_ALL = 'MSra' |
| const uint32 MENU_SEARCH_REPLACE_AND_FIND = 'MSrf' |
| const uint32 MENU_WINDOW_CASCADE = 'MWcs' |
| const uint32 MENU_WINDOW_TITLE = 'MWtl' |
| const uint32 MENU_WINDOW_TITLE_VERTICAL = 'MWtv' |
| const uint32 P_C_AUTO_SAVE = 'pcAS' |
| const uint32 P_C_CLASS_TYPE = 'pcOT' |
| const uint32 P_C_COMMANDO_PLUGIN_TYPE = 'pcCT' |
| const uint32 P_C_CONNECTION_TYPE = 'pcCT' |
| const uint32 P_C_DATA_CELL_RENDERER = 'pcDR' |
| const uint32 P_C_DOC_BOUNDS_CHANGED = 'pcDB' |
| const uint32 P_C_EDITOR_PLUGIN_TYPE = 'pcET' |
| const uint32 P_C_EDITOR_SWITCHED_ACTIV = 'pcSA' |
| const uint32 P_C_EDITOR_SWITCHED_INACTIV = 'pcSI' |
| const uint32 P_C_EXECUTE_COMMAND = 'pcEC' |
This type of Message used to execute Commands every P_C_EXECUTE_COMMAND shoud contain a pointer to the PCommand object wich coud handle the Message it can contain a Bool called shadow wich means, when it´s true, that this command is not recorded to the Undo and Macro List.
for more details of a special Command Protocoll please take a look at the explizit documentation for this Command
| const uint32 P_C_FUNCTION_TYPE = 'pcFT' |
| const uint32 P_C_GROUP_TYPE = 'pcGT' |
| const uint32 P_C_INSERT_EDITOR = 'pcIE' |
| const uint32 P_C_ITEM_INPORT_EXPORT_TYPE = 'pcTT' |
| const uint32 P_C_ITEM_PLUGIN_TYPE = 'pcIT' |
| const uint32 P_C_MACRO_TYPE = 'pcTM' |
| const uint32 P_C_MEMBER_TYPE = 'pcMT' |
| const uint32 P_C_MESSAGE_FILTER = 'pcMF' |
| const uint32 P_C_PLUGIN_MESSAGE = 'pcPM' |
| const uint32 P_C_REMOVE_EDITOR = 'pcRE' |
| const uint32 P_C_RENDER_FILTER = 'pcRF' |
| const uint32 P_C_RESTORE_SAVE = 'pcRS' |
| const uint32 P_C_TOOLBAR_CHANGED = 'pcTC' |
| const uint32 P_C_VALUE_CHANGED = 'pcVC' |
| const int32 P_C_VERSION |
| const uint32 P_C_WINDOW_LIST_CHANGED = 'pcWC' |
| const char* P_M_EDITOR_TOOL_BAR |
| const char* P_M_FORMAT_TOOL_BAR |
| const char* P_M_MENU_BAR |
| const char* P_M_STANDART_TOOL_BAR |
| const char* P_M_STATUS_BAR |
string with wich you can find the correspondenting BMenubar wich is used for Status menus and information
| const char* P_MENU_APP_ABOUT |
string with wich you can find the correspondenting BMenubar for entry´s like File, Edit and so on
| const char* P_MENU_APP_HELP |
| const char* P_MENU_APP_QUIT |
| const char* P_MENU_APP_SETTINGS |
| const char* P_MENU_EDIT |
value to find the BMenu "Edit" over the PMenuAcces Interface
| const char* P_MENU_EDIT_CLEAR |
| const char* P_MENU_EDIT_COPY |
| const char* P_MENU_EDIT_CUT |
| const char* P_MENU_EDIT_PASTE |
| const char* P_MENU_EDIT_PROJECT_SETTINGS |
| const char* P_MENU_EDIT_REDO |
| const char* P_MENU_EDIT_SELECT_ALL |
| const char* P_MENU_EDIT_UNDO |
| const char* P_MENU_FILE |
value to find the BMenu "File" over the PMenuAcces Interface
| const char* P_MENU_FILE_CLOSE |
value to find the BMenu Item "File->Close" over the PMenuAcces Interface
| const char* P_MENU_FILE_EXPORT |
value to find the BMenu Item "File->PageSetup" over the PMenuAcces Interface
| const char* P_MENU_FILE_NEW |
value to find the BMenu Item "File->New" over the PMenuAcces Interface
| const char* P_MENU_FILE_NEW_TAB |
| const char* P_MENU_FILE_OPEN |
value to find the BMenu Item "File->Open" over the PMenuAcces Interface
| const char* P_MENU_FILE_PAGESETUP |
| const char* P_MENU_FILE_PRINT |
value to find the BMenu Item "File->Print" over the PMenuAcces Interface
| const char* P_MENU_FILE_QUIT |
value to find the BMenu Item "File->Quit" over the PMenuAcces Interface
| const char* P_MENU_FILE_SAVE |
value to find the BMenu Item "File->Save" over the PMenuAcces Interface
| const char* P_MENU_FILE_SAVE_AS |
value to find the BMenu Item "File->Save As" over the PMenuAcces Interface
| const char* P_MENU_HELP |
| const char* P_MENU_HELP_ABOUT |
| const char* P_MENU_MACRO |
value to find the BMenu "Makrko" over the PMenuAcces Interface
| const char* P_MENU_MACRO_OPEN |
| const char* P_MENU_MACRO_PLAY |
| const char* P_MENU_MACRO_SAVE |
| const char* P_MENU_MACRO_START_RECORDING |
| const char* P_MENU_MACRO_STOP_RECORDING |
| const char* P_MENU_SEARCH |
| const char* P_MENU_SEARCH_FIND |
| const char* P_MENU_SEARCH_FIND_NEXT |
| const char* P_MENU_SEARCH_REPLACE |
| const char* P_MENU_SEARCH_REPLACE_ALL |
| const char* P_MENU_SEARCH_REPLACE_AND_FIND |
| const char* P_MENU_WINDOW |
value to find the BMenu "Window" over the PMenuAcces Interface
| const char* P_MENU_WINDOW_CASCADE |
| const char* P_MENU_WINDOW_TITLE |
| const char* P_MENU_WINDOW_TITLE_VERTICAL |
| const uint32 WINDOW_REGISTRY_ADD = 'WRad' |
| const uint32 WINDOW_REGISTRY_ADDED = 'WRdd' |
| const uint32 WINDOW_REGISTRY_SUB = 'WRsb' |
1.5.9