ProjectConceptor.cpp File Reference

Include dependency graph for ProjectConceptor.cpp:


Functions

int main ()

Variables

const int32 P_C_VERSION = 11
const char * P_MENU_APP_HELP = "Help"
const char * P_MENU_APP_ABOUT = "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 = "Settings"
const char * P_MENU_APP_QUIT = "Quit"
const char * P_M_MENU_BAR = "P_M_MENU_BAR"
const char * P_M_STATUS_BAR = "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 = "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 = "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 = "P_M_EDITOR_TOOL_BAR"
 string with wich you can find the correspondenting ToolBar for Editor related ToolItems
const char * P_MENU_FILE = "File"
 value to find the BMenu "File" over the PMenuAcces Interface
const char * P_MENU_FILE_NEW = "New"
 value to find the BMenu Item "File->New" over the PMenuAcces Interface
const char * P_MENU_FILE_NEW_TAB = "New tab"
const char * P_MENU_FILE_OPEN = "Open"
 value to find the BMenu Item "File->Open" over the PMenuAcces Interface
const char * P_MENU_FILE_CLOSE = "Close"
 value to find the BMenu Item "File->Close" over the PMenuAcces Interface
const char * P_MENU_FILE_SAVE = "Save"
 value to find the BMenu Item "File->Save" over the PMenuAcces Interface
const char * P_MENU_FILE_SAVE_AS = "Save as"
 value to find the BMenu Item "File->Save As" over the PMenuAcces Interface
const char * P_MENU_FILE_EXPORT = "Export"
 value to find the BMenu Item "File->PageSetup" over the PMenuAcces Interface
const char * P_MENU_FILE_PAGESETUP = "Page setup"
const char * P_MENU_FILE_PRINT = "Print"
 value to find the BMenu Item "File->Print" over the PMenuAcces Interface
const char * P_MENU_FILE_QUIT = "Quit"
 value to find the BMenu Item "File->Quit" over the PMenuAcces Interface
const char * P_MENU_EDIT = "Edit"
 value to find the BMenu "Edit" over the PMenuAcces Interface
const char * P_MENU_EDIT_UNDO = "Undo"
const char * P_MENU_EDIT_REDO = "Redo"
const char * P_MENU_EDIT_CUT = "Cut"
const char * P_MENU_EDIT_COPY = "Copy"
const char * P_MENU_EDIT_PASTE = "Paste"
const char * P_MENU_EDIT_CLEAR = "Clear"
const char * P_MENU_EDIT_SELECT_ALL = "Select all"
const char * P_MENU_EDIT_PROJECT_SETTINGS = "Project settings"
const char * P_MENU_SEARCH = "Search"
const char * P_MENU_SEARCH_FIND = "Find"
const char * P_MENU_SEARCH_FIND_NEXT = "Find next"
const char * P_MENU_SEARCH_REPLACE = "Replace"
const char * P_MENU_SEARCH_REPLACE_AND_FIND = "Find & replace"
const char * P_MENU_SEARCH_REPLACE_ALL = "Replace all"
const char * P_MENU_WINDOW = "Window"
 value to find the BMenu "Window" over the PMenuAcces Interface
const char * P_MENU_WINDOW_TITLE = "Tile"
const char * P_MENU_WINDOW_TITLE_VERTICAL = "Tile vertical"
const char * P_MENU_WINDOW_CASCADE = "Cascade"
const char * P_MENU_MACRO = "Macro"
 value to find the BMenu "Makrko" over the PMenuAcces Interface
const char * P_MENU_MACRO_START_RECORDING = "Start recording"
const char * P_MENU_MACRO_STOP_RECORDING = "Stop recording"
const char * P_MENU_MACRO_PLAY = "Play"
const char * P_MENU_MACRO_OPEN = "Open"
const char * P_MENU_MACRO_SAVE = "Save"
const char * P_MENU_HELP = "Help"
const char * P_MENU_HELP_ABOUT = "About"

Function Documentation

int main (  ) 


Variable Documentation

const int32 P_C_VERSION = 11

const char* P_M_EDITOR_TOOL_BAR = "P_M_EDITOR_TOOL_BAR"

string with wich you can find the correspondenting ToolBar for Editor related ToolItems

See also:
ToolBar

const char* P_M_FORMAT_TOOL_BAR = "P_M_FORMAT_TOOL_BAR"

string with wich you can find the correspondenting ToolBar for all formating stuff

See also:
ToolBar

const char* P_M_MENU_BAR = "P_M_MENU_BAR"

const char* P_M_STANDART_TOOL_BAR = "P_M_STANDART_TOOL_BAR"

string with wich you can find the correspondenting ToolBar for all this things like open, save.

..

See also:
ToolBar

const char* P_M_STATUS_BAR = "P_M_STATUS_BAR"

string with wich you can find the correspondenting BMenubar wich is used for Status menus and information

See also:
BMenuBar

const char* P_MENU_APP_ABOUT = "About"

string with wich you can find the correspondenting BMenubar for entry´s like File, Edit and so on

See also:
BMenuBar

const char* P_MENU_APP_HELP = "Help"

const char* P_MENU_APP_QUIT = "Quit"

const char* P_MENU_APP_SETTINGS = "Settings"

const char* P_MENU_EDIT = "Edit"

value to find the BMenu "Edit" over the PMenuAcces Interface

See also:
PMenuAcces

const char* P_MENU_EDIT_CLEAR = "Clear"

const char* P_MENU_EDIT_COPY = "Copy"

const char* P_MENU_EDIT_CUT = "Cut"

const char* P_MENU_EDIT_PASTE = "Paste"

const char* P_MENU_EDIT_PROJECT_SETTINGS = "Project settings"

const char* P_MENU_EDIT_REDO = "Redo"

const char* P_MENU_EDIT_SELECT_ALL = "Select all"

const char* P_MENU_EDIT_UNDO = "Undo"

const char* P_MENU_FILE = "File"

value to find the BMenu "File" over the PMenuAcces Interface

See also:
PMenuAcces

const char* P_MENU_FILE_CLOSE = "Close"

value to find the BMenu Item "File->Close" over the PMenuAcces Interface

See also:
PMenuAcces

const char* P_MENU_FILE_EXPORT = "Export"

value to find the BMenu Item "File->PageSetup" over the PMenuAcces Interface

See also:
PMenuAcces

const char* P_MENU_FILE_NEW = "New"

value to find the BMenu Item "File->New" over the PMenuAcces Interface

See also:
PMenuAcces

const char* P_MENU_FILE_NEW_TAB = "New tab"

const char* P_MENU_FILE_OPEN = "Open"

value to find the BMenu Item "File->Open" over the PMenuAcces Interface

See also:
PMenuAcces

const char* P_MENU_FILE_PAGESETUP = "Page setup"

const char* P_MENU_FILE_PRINT = "Print"

value to find the BMenu Item "File->Print" over the PMenuAcces Interface

See also:
PMenuAcces

const char* P_MENU_FILE_QUIT = "Quit"

value to find the BMenu Item "File->Quit" over the PMenuAcces Interface

See also:
PMenuAcces

const char* P_MENU_FILE_SAVE = "Save"

value to find the BMenu Item "File->Save" over the PMenuAcces Interface

See also:
PMenuAcces

const char* P_MENU_FILE_SAVE_AS = "Save as"

value to find the BMenu Item "File->Save As" over the PMenuAcces Interface

See also:
PMenuAcces

const char* P_MENU_HELP = "Help"

const char* P_MENU_HELP_ABOUT = "About"

const char* P_MENU_MACRO = "Macro"

value to find the BMenu "Makrko" over the PMenuAcces Interface

See also:
PMenuAcces

const char* P_MENU_MACRO_OPEN = "Open"

const char* P_MENU_MACRO_PLAY = "Play"

const char* P_MENU_MACRO_SAVE = "Save"

const char* P_MENU_MACRO_START_RECORDING = "Start recording"

const char* P_MENU_MACRO_STOP_RECORDING = "Stop recording"

const char* P_MENU_SEARCH = "Search"

const char* P_MENU_SEARCH_FIND = "Find"

const char* P_MENU_SEARCH_FIND_NEXT = "Find next"

const char* P_MENU_SEARCH_REPLACE = "Replace"

const char* P_MENU_SEARCH_REPLACE_ALL = "Replace all"

const char* P_MENU_SEARCH_REPLACE_AND_FIND = "Find & replace"

const char* P_MENU_WINDOW = "Window"

value to find the BMenu "Window" over the PMenuAcces Interface

See also:
PMenuAcces

const char* P_MENU_WINDOW_CASCADE = "Cascade"

const char* P_MENU_WINDOW_TITLE = "Tile"

const char* P_MENU_WINDOW_TITLE_VERTICAL = "Tile vertical"


Generated on Sun Jun 21 01:08:50 2009 for ProjektConceptor by  doxygen 1.5.9