OpenASIP
2.0
|
#include <OSEdConstants.hh>
Public Types | |
enum | CommandID { CMD_QUIT = 1, CMD_ADD_MODULE, CMD_ADD_OPERATION, CMD_PROPERTIES, CMD_REMOVE_MODULE, CMD_REMOVE_OPERATION, CMD_MODIFY_BEHAVIOR, CMD_BUILD, CMD_BUILD_ALL, CMD_SIMULATE, CMD_ABOUT, CMD_OPTIONS, CMD_USER_MANUAL, CMD_MEMORY, CMD_TREE_ITEM, CMD_INFO_VIEW } |
Static Public Attributes | |
static const std::string | CMD_NAME_QUIT = "Quit" |
Quit command name. More... | |
static const std::string | CMD_NAME_ABOUT = "About" |
About command name. More... | |
static const std::string | CMD_NAME_PROPERTIES = "Operation properties" |
Operation properties command name. More... | |
static const std::string | CMD_NAME_ADD_MODULE = "Add module" |
Add module command name. More... | |
static const std::string | CMD_NAME_ADD_OPERATION = "Add operation" |
Add operation command name. More... | |
static const std::string | CMD_NAME_SIMULATE = "Simulate" |
Simulate command name. More... | |
static const std::string | CMD_NAME_OPTIONS = "Options" |
Option command name. More... | |
static const std::string | CMD_NAME_BUILD = "Build" |
Build command name. More... | |
static const std::string | CMD_NAME_BUILD_ALL = "Build all" |
Build all command name. More... | |
static const std::string | CMD_NAME_USER_MANUAL = "User manual" |
User manual command name. More... | |
static const std::string | CMD_NAME_REMOVE_MODULE = "Remove module" |
Remove module command name. More... | |
static const std::string | CMD_NAME_MODIFY_BEHAVIOR = "Modify behavior" |
Modify behavior command name. More... | |
static const std::string | CMD_NAME_REMOVE_OPERATION = "Remove operation" |
Remove operation command name. More... | |
static const std::string | CMD_NAME_MEMORY = "Memory" |
Investigate memory command name. More... | |
static const std::string | CONF_FILE_NAME = "OSEd.conf" |
Configuration file name. More... | |
static const std::string | USER_MANUAL_NAME = "index.html" |
Name of the user manual. More... | |
static const std::string | BEHAVIOR_TEMPLATE_FILE_NAME |
Name of the behavior template file name. More... | |
static const std::string | DEFAULT_EDITOR = Environment::defaultTextEditorPath() |
Default editor name. More... | |
static const wxString | APPLICATION_NAME = _T("OSEd") |
The name of the application. More... | |
static const int | DEFAULT_COLUMN_WIDTH = 200 |
Default column width. More... | |
static const std::string | LOGO_NAME = "logo.png" |
Name of the logo. More... | |
static const wxString | OSED_COPYRIGHT |
Copyright string. More... | |
Holds all the constants for OSEd.
Definition at line 45 of file OSEdConstants.hh.
All the command ids.
Enumerator | |
---|---|
CMD_QUIT | Quit command id. |
CMD_ADD_MODULE | Add module command id. |
CMD_ADD_OPERATION | Add operation command id. |
CMD_PROPERTIES | Operation properties command id. |
CMD_REMOVE_MODULE | Remove module command id. |
CMD_REMOVE_OPERATION | Remove operation command id. |
CMD_MODIFY_BEHAVIOR | Modify operation behavior command id. |
CMD_BUILD | Build command id. |
CMD_BUILD_ALL | Build all command id. |
CMD_SIMULATE | Simulate command id. |
CMD_ABOUT | About command id. |
CMD_OPTIONS | Option command id. |
CMD_USER_MANUAL | User manual command id. |
CMD_MEMORY | Memory command id. |
CMD_TREE_ITEM | Id for tree events. |
CMD_INFO_VIEW | Id for list events. |
Definition at line 90 of file OSEdConstants.hh.
|
static |
The name of the application.
Definition at line 110 of file OSEdConstants.hh.
Referenced by OSEdAboutDialog::createContents(), OSEdModifyBehaviorCmd::Do(), OperationPropertyDialog::onOpen(), and OSEdMainFrame::OSEdMainFrame().
|
static |
Name of the behavior template file name.
Definition at line 82 of file OSEdConstants.hh.
Referenced by OSEdModifyBehaviorCmd::Do(), and OperationPropertyDialog::onOpen().
|
static |
About command name.
Definition at line 51 of file OSEdConstants.hh.
|
static |
Add module command name.
Definition at line 55 of file OSEdConstants.hh.
|
static |
Add operation command name.
Definition at line 57 of file OSEdConstants.hh.
|
static |
Build command name.
Definition at line 63 of file OSEdConstants.hh.
|
static |
Build all command name.
Definition at line 65 of file OSEdConstants.hh.
|
static |
Investigate memory command name.
Definition at line 75 of file OSEdConstants.hh.
|
static |
Modify behavior command name.
Definition at line 71 of file OSEdConstants.hh.
|
static |
Option command name.
Definition at line 61 of file OSEdConstants.hh.
|
static |
Operation properties command name.
Definition at line 53 of file OSEdConstants.hh.
|
static |
Quit command name.
Definition at line 49 of file OSEdConstants.hh.
|
static |
Remove module command name.
Definition at line 69 of file OSEdConstants.hh.
|
static |
Remove operation command name.
Definition at line 73 of file OSEdConstants.hh.
|
static |
Simulate command name.
Definition at line 59 of file OSEdConstants.hh.
|
static |
User manual command name.
Definition at line 67 of file OSEdConstants.hh.
|
static |
Configuration file name.
Definition at line 78 of file OSEdConstants.hh.
Referenced by OSEd::createDefaultOptions(), OSEd::OnInit(), and OSEdOptionsDialog::onSave().
|
static |
Default column width.
Definition at line 113 of file OSEdConstants.hh.
Referenced by OSEdInfoView::insertOperationPropertyColumns(), OSEdInfoView::moduleView(), OSEdInfoView::operationView(), OSEdInfoView::pathView(), SimulateDialog::setTexts(), InputOperandDialog::setTexts(), OperationPropertyDialog::setTexts(), and SimulationInfoDialog::SimulationInfoDialog().
|
static |
Default editor name.
Definition at line 85 of file OSEdConstants.hh.
Referenced by OSEd::createDefaultOptions().
|
static |
Name of the logo.
Definition at line 116 of file OSEdConstants.hh.
Referenced by OSEdAboutDialog::createContents(), and OSEdMainFrame::OSEdMainFrame().
|
static |
Copyright string.
Definition at line 119 of file OSEdConstants.hh.
Referenced by OSEdAboutDialog::createContents().
|
static |
Name of the user manual.
Definition at line 80 of file OSEdConstants.hh.
Referenced by OSEdUserManualCmd::userManual().