OpenASIP
2.0
|
#include <ProDeConstants.hh>
Static Public Attributes | |
static const wxColour | PINK_COLOR = wxColour(255, 190, 200) |
static const wxColour | LIGHT_BLUE_COLOR = wxColour(130, 200, 250) |
static const wxColour | BLACK_COLOR = wxColour(0, 0, 0) |
static const wxColour | WHITE_COLOR = wxColour(255, 255, 255) |
static const wxColour | DARK_GRAY_COLOR = wxColour(80, 80, 80) |
static const wxColour | MEDIUM_GRAY_COLOR = wxColour(130, 130, 130) |
static const wxColour | LIGHT_GRAY_COLOR = wxColour(215, 215, 215) |
static const wxString | NONE = _T("NONE") |
Constant for "None". More... | |
static const std::string | EMPTY = "" |
Constant for "". More... | |
static const std::string | SEPARATOR = "-- separator --" |
static const wxString | EXTENSION_ZERO = _T("Zero") |
String for the zero extension. More... | |
static const wxString | EXTENSION_SIGN = _T("Sign") |
String for the sign extension. More... | |
static const wxString | SOCKET_DIRECTION_INPUT = _T("Input") |
String for the socket direction: input. More... | |
static const wxString | SOCKET_DIRECTION_OUTPUT = _T("Output") |
String for the socket direction output. More... | |
static const std::string | CMD_NAME_NEW_DOC = "New Document" |
Command name for the "New Document" command. More... | |
static const std::string | CMD_NAME_OPEN_DOC = "Open Document" |
Command name for the "Open Document" command. More... | |
static const std::string | CMD_NAME_CLOSE_DOC = "Close Document" |
Command name for the "Close Document" command. More... | |
static const std::string | CMD_NAME_SAVE_DOC = "Save Document" |
Command name for the "Save Document" command. More... | |
static const std::string | CMD_NAME_SAVEAS_DOC = "Save Document As" |
Command name for the "Save Document As" command. More... | |
static const std::string | CMD_NAME_PRINT = "Print" |
Command name for the "Print" command. More... | |
static const std::string | CMD_NAME_PRINT_PREVIEW = "Print Preview" |
Command name for the "Print Preview" command. More... | |
static const std::string | CMD_NAME_EXPORT = "Export" |
Command name for the "Export" command. More... | |
static const std::string | CMD_NAME_QUIT = "Quit" |
Command name for the "Quit" command. More... | |
static const std::string | CMD_NAME_ADD_FU = "Add Function Unit" |
Command name for the "Add Function Unit" command. More... | |
static const std::string | CMD_NAME_ADD_RF = "Add Register File" |
Command name for the "Add Register File" command. More... | |
static const std::string | CMD_NAME_ADD_BUS = "Add Transport Bus" |
Command name for the "Add Bus" command. More... | |
static const std::string | CMD_NAME_ADD_SOCKET = "Add Socket" |
Command name for the "Add Socket" command. More... | |
static const std::string | CMD_NAME_ADD_BRIDGE = "Add Bridge" |
Command name for the "Add Bridge" command. More... | |
static const std::string | CMD_NAME_ADD_IU = "Add Immediate Unit" |
Command name for the "Add Immediate Unit" command. More... | |
static const std::string | CMD_NAME_ADD_GCU = "Add Global Control Unit" |
Command name for the "Add Global Control Unit" command. More... | |
static const std::string | CMD_NAME_ADD_AS = "Add Address Space" |
Command name for the "Add Address Space" command. More... | |
static const std::string | CMD_NAME_ADD_RF_FROM_HDB = "Add RF From HDB" |
Command name for the "Add RF From hdb" command. More... | |
static const std::string | CMD_NAME_ADD_IU_FROM_HDB = "Add IU From HDB" |
Command name for the "Add IU From hdb" command. More... | |
static const std::string | CMD_NAME_ADD_FU_FROM_HDB = "Add FU From HDB" |
Command name for the "Add FU From hdb" command. More... | |
static const std::string | CMD_NAME_DELETE_COMP = "Delete Component" |
Command name for the "Delete Component" command. More... | |
static const std::string | CMD_NAME_MODIFY_COMP = "Modify Component" |
Command name for the "Modify Component" command. More... | |
static const std::string | CMD_NAME_UNDO = "Undo" |
Command name for the "Undo" command. More... | |
static const std::string | CMD_NAME_REDO = "Redo" |
Command name for the "Redo" command. More... | |
static const std::string | CMD_NAME_CUT = "Cut" |
Command name for the "Cut" command. More... | |
static const std::string | CMD_NAME_COPY = "Copy" |
Command name for the "Copy" command. More... | |
static const std::string | CMD_NAME_PASTE = "Paste" |
Command name for the "Paste" command. More... | |
static const std::string | CMD_NAME_SELECT = "Select" |
Command name for the "Select" command. More... | |
static const std::string | CMD_NAME_EDIT_CONNECTIONS = "Edit Connections" |
Command name for the "Edit Connections" command. More... | |
static const std::string | CMD_NAME_EDIT_ADDRESS_SPACES |
Command name for the "Edit Address Space" command. More... | |
static const std::string | CMD_NAME_EDIT_TEMPLATES = "Edit Templates" |
Command name for the "Edit Tempaltes" command. More... | |
static const std::string | CMD_NAME_EDIT_OTA_FORMATS = "Edit OTA Formats" |
Command name for the "Edit OTA Formats" command. More... | |
static const std::string | CMD_NAME_EDIT_IMMEDIATE_SLOTS |
Command name for the "Edit Immediate Slots" command. More... | |
static const std::string | CMD_NAME_EDIT_BUS_ORDER = "Bus Order" |
Command name for the "Edit Bus Order" command. More... | |
static const std::string | CMD_NAME_FULLY_CONNECT_BUSSES |
Command name for the "Fully connect busses" command. More... | |
static const std::string | CMD_NAME_VLIW_CONNECT_IC |
Command name for the "VLIW Connect IC" command. More... | |
static const std::string | CMD_NAME_BLOCKS_CONNECT_IC = "Blocks Connect IC" |
Command name for the "Blcoks Connect IC" command. More... | |
static const std::string | CMD_NAME_EDIT_MACHINE |
Command name for the "Processor configurations" command. More... | |
static const std::string | CMD_NAME_ZOOM_IN = "Zoom In" |
Command name for the "Zoom In" command. More... | |
static const std::string | CMD_NAME_ZOOM_OUT = "Zoom Out" |
Command name for the "Zoom Out" command. More... | |
static const std::string | CMD_NAME_ZOOM_FIT_WIN = "Fit Window" |
Command name for the "Fit Window" command. More... | |
static const std::string | CMD_NAME_ZOOM_FIT_HEI = "Fit Height" |
Command name for the "Fit Height" command. More... | |
static const std::string | CMD_NAME_ZOOM_FIT_WID = "Fit Width" |
Command name for the "Fit Width" command. More... | |
static const std::string | CMD_NAME_TOGGLE_UNIT_DETAILS |
Command name for the "Toggle Unit details" command. More... | |
static const std::string | CMD_NAME_VERIFY_MACHINE = "Verify Machine" |
Command name for the "Verify Machine" command. More... | |
static const std::string | CMD_NAME_IMPLEMENTATION |
Command name for the "Processor Implementation" command. More... | |
static const std::string | CMD_CALL_EXPLORER_PLUGIN = "Call Explorer Plugin" |
Command name for the "Call Explorer plugin" command. More... | |
static const std::string | CMD_NAME_EDIT_OPTIONS = "Edit Options" |
Command name for the "Edit Options" command. More... | |
static const std::string | CMD_NAME_LOAD_OPTIONS = "Load Options" |
Command name for the "Load Options" command. More... | |
static const std::string | CMD_NAME_SAVE_OPTIONS = "Save Options" |
Command name for the "Save Options" command. More... | |
static const std::string | CMD_NAME_SAVEAS_OPTIONS = "Save Options As" |
Command name for the "Save Options As" command. More... | |
static const std::string | CMD_NAME_ABOUT = "About" |
Command name for the "About" command. More... | |
static const std::string | CMD_SNAME_NEW_DOC = "New" |
Command name for the "New Document" command. More... | |
static const std::string | CMD_SNAME_SAVE_DOC = "Save" |
Command name for the "Save Document" command. More... | |
static const std::string | CMD_SNAME_SAVEAS_DOC = "Save As" |
Command name for the "Save Document As" command. More... | |
static const std::string | CMD_SNAME_OPEN_DOC = "Open" |
Command name for the "Open Document" command. More... | |
static const std::string | CMD_SNAME_CLOSE_DOC = "Close" |
Command name for the "Close Document" command. More... | |
static const std::string | CMD_SNAME_PRINT_PREVIEW = "Preview" |
Command name for the "Print Preview" command. More... | |
static const std::string | CMD_SNAME_ADD_FU = "Add FU" |
Command name for the "Add Function Unit" command. More... | |
static const std::string | CMD_SNAME_ADD_RF = "Add RF" |
Command name for the "Add Register File" command. More... | |
static const std::string | CMD_SNAME_ADD_BUS = "Add Bus" |
Command name for the "Add Bus" command. More... | |
static const std::string | CMD_SNAME_ADD_SOCKET = "Add Sck" |
Command name for the "Add Socket" command. More... | |
static const std::string | CMD_SNAME_ADD_BRIDGE = "Add Bdg" |
Command name for the "Add Bridge" command. More... | |
static const std::string | CMD_SNAME_ADD_IU = "Add IU" |
Command name for the "Add Immediate Unit" command. More... | |
static const std::string | CMD_SNAME_ADD_GCU = "Add GCU" |
Command name for the "Add Global Control Unit" command. More... | |
static const std::string | CMD_SNAME_ADD_AS = "Add AS" |
Command name for the "Add Address Space" command. More... | |
static const std::string | CMD_SNAME_ADD_RF_FROM_HDB = "HDB: RF" |
Short command name for the "Add RF from hdb" command. More... | |
static const std::string | CMD_SNAME_ADD_IU_FROM_HDB = "HDB: IU" |
Short command name for the "Add IU from hdb" command. More... | |
static const std::string | CMD_SNAME_ADD_FU_FROM_HDB = "HDB: FU" |
Short command name for the "Add FU from hdb" command. More... | |
static const std::string | CMD_SNAME_EDIT_ADDRESS_SPACES = "AS's" |
Command name for the "Edit Address Space" command. More... | |
static const std::string | CMD_SNAME_EDIT_TEMPLATES = "ITs" |
Command name for the "Edit Templates" command. More... | |
static const std::string | CMD_SNAME_EDIT_OTA_FORMATS = "OTAFormats" |
Command name for the "Edit Templates" command. More... | |
static const std::string | CMD_SNAME_EDIT_MACHINE = "Mach Opt" |
Command name for the "Processor Configurations" command. More... | |
static const std::string | CMD_SNAME_EDIT_IMMEDIATE_SLOTS = "ImmSlots" |
Command name for the "Edit Immediate slots" command. More... | |
static const std::string | CMD_SNAME_EDIT_BUS_ORDER = "Bus Ord." |
Command name for the "Edit Bus Order" command. More... | |
static const std::string | CMD_SNAME_EDIT_CONNECTIONS = "Connect" |
Command name for the "Edit Connections" command. More... | |
static const std::string | CMD_SNAME_FULLY_CONNECT_BUSSES = "Full IC" |
Command name for the "Fully connect busses" command. More... | |
static const std::string | CMD_SNAME_VLIW_CONNECT_IC = "VLIW IC" |
Command name for the "VLIW Connect IC" command. More... | |
static const std::string | CMD_SNAME_BLOCKS_CONNECT_IC = "Blocks IC" |
Command name for the "Blocks Connect IC" command. More... | |
static const std::string | CMD_SNAME_VERIFY_MACHINE = "Verify" |
Command name for the "Verify Machine" command. More... | |
static const std::string | CMD_SNAME_IMPLEMENTATION = "Implement" |
Command name for the "Processor Implementation" command. More... | |
static const std::string | CMD_SNAME_EXPLORER_PLUGIN = "Explorer" |
Command name for the "Call Explorer Plugin" command. More... | |
static const std::string | CMD_SNAME_EDIT_OPTIONS = "Options" |
Command name for the "Edit Options" command. More... | |
static const std::string | CMD_SNAME_LOAD_OPTIONS = "Ld Opt" |
Command name for the "Load Options" command. More... | |
static const std::string | CMD_SNAME_SAVE_OPTIONS = "Sv Opt" |
Command name for the "Save Options" command. More... | |
static const std::string | CMD_SNAME_SAVEAS_OPTIONS = "SvAs Opt" |
Command name for the "Save Options As" command. More... | |
static const std::string | CMD_SNAME_MODIFY_COMP = "Modify" |
Command name for the "Delete Component" command. More... | |
static const std::string | CMD_SNAME_DELETE_COMP = "Delete" |
Command name for the "Modify Component" command. More... | |
static const std::string | CMD_SNAME_ZOOM_IN = "Zoom +" |
Command name for the "Zoom In" command. More... | |
static const std::string | CMD_SNAME_ZOOM_OUT = "Zoom -" |
Command name for the "Zoom Out" command. More... | |
static const std::string | CMD_SNAME_ZOOM_FIT_WIN = "Fit Win" |
Command name for the "Fit Window" command. More... | |
static const std::string | CMD_SNAME_ZOOM_FIT_HEI = "Fit Hgt" |
Command name for the "Fit Height" command. More... | |
static const std::string | CMD_SNAME_ZOOM_FIT_WID = "Fit Wid" |
Command name for the "Fit Width" command. More... | |
static const std::string | CMD_SNAME_TOGGLE_UNIT_DETAILS = "Details" |
Command name for the "Toggle Unit Details" command. More... | |
static const std::string | CMD_ICON_DEFAULT = "default.png" |
Icon path for default icon of commands. More... | |
static const std::string | CMD_ICON_OPEN_DOC = "fileopen.png" |
Icon location for the "Open Document" command. More... | |
static const std::string | CMD_ICON_CLOSE_DOC = "fileclose.png" |
Icon location for the "Close Document" command. More... | |
static const std::string | CMD_ICON_SAVE_DOC = "filesave.png" |
Icon location for the "Save Document" command. More... | |
static const std::string | CMD_ICON_SAVEAS_DOC = "filesaveas.png" |
Icon location for the "Save Document As" command. More... | |
static const std::string | CMD_ICON_NEW_DOC = "filenew.png" |
Icon location for the "New Document" command. More... | |
static const std::string | CMD_ICON_QUIT = "quit.png" |
Icon location for the "Quit" command. More... | |
static const std::string | CMD_ICON_PRINT = "fileprint.png" |
Icon location for the "Print" command. More... | |
static const std::string | CMD_ICON_PRINT_PREVIEW = "printpreview.png" |
Icon location for the "Print Preview" command. More... | |
static const std::string | CMD_ICON_SELECT = "select.png" |
Icon location for the "Select" command. More... | |
static const std::string | CMD_ICON_UNDO = "undo.png" |
Icon location for the "Undo" command. More... | |
static const std::string | CMD_ICON_REDO = "redo.png" |
Icon location for the "Redo" command. More... | |
static const std::string | CMD_ICON_COPY = "editcopy.png" |
Icon location for the "Copy" command. More... | |
static const std::string | CMD_ICON_CUT = "editcut.png" |
Icon location for the "Cut" command. More... | |
static const std::string | CMD_ICON_PASTE = "editpaste.png" |
Icon location for the "Paste" command. More... | |
static const std::string | CMD_ICON_MODIFY_COMP = "edit.png" |
Icon location for the "Modify Component" command. More... | |
static const std::string | CMD_ICON_DELETE_COMP = "delete.png" |
Icon location for the "Delete Component" command. More... | |
static const std::string | CMD_ICON_EDIT_OPTIONS = "options.png" |
Icon location for the "Edit Options" command. More... | |
static const std::string | CMD_ICON_LOAD_OPTIONS |
Icon location for the "Load Options" command. More... | |
static const std::string | CMD_ICON_SAVE_OPTIONS = "filesave.png" |
Icon location for the "Save Options" command. More... | |
static const std::string | CMD_ICON_SAVEAS_OPTIONS |
Icon location for the "Save Options As" command. More... | |
static const std::string | CMD_ICON_ZOOM_IN = "zoomin.png" |
Icon location for the "Zoom In" command. More... | |
static const std::string | CMD_ICON_ZOOM_OUT = "zoomout.png" |
Icon location for the "Zoom Out" command. More... | |
static const std::string | CMD_ICON_ZOOM_FIT_WIN = "fitwindow.png" |
Icon location for the "Fit Window" command. More... | |
static const std::string | CMD_ICON_ZOOM_FIT_HEI = "fitheight.png" |
Icon location for the "Fit Height" command. More... | |
static const std::string | CMD_ICON_ZOOM_FIT_WID = "fitwidth.png" |
Icon location for the "Fit Width" command. More... | |
static const std::string | CMD_ICON_EDIT_ADDRESS_SPACES = "memory.png" |
Icon location for the "Edit Address Space" command. More... | |
static const std::string | CMD_ICON_EDIT_TEMPLATES = "default.png" |
Icon location for the "Edit Templates" command. More... | |
static const std::string | CMD_ICON_EDIT_OTA_FORMATS = "default.png" |
Icon location for the "Edit OTA Formats" command. More... | |
static const std::string | CMD_ICON_EDIT_CONNECTIONS = "connect.png" |
Icon location for the "Edit Connections" command. More... | |
static const std::string | CMD_ICON_EDIT_MACHINE = "default.png" |
Icon location for the "Processor Configurations" command. More... | |
static const std::string | CMD_ICON_VERIFY_MACHINE = "verify_machine.png" |
Icon location for the "Verify Machine" command. More... | |
static const std::string | CMD_ICON_IMPLEMENTATION = "default.png" |
Icon location for the "Implementation" command. More... | |
static const std::string | CMD_ICON_EXPLORER_PLUGIN = "default.png" |
Icon location for the "Explorer plugin" command. More... | |
static const std::string | CMD_ICON_ABOUT = "about.png" |
Icon location for the "About" command. More... | |
static const std::string | COMP_DEFAULT_NAME_GCU = "gcu" |
Default name for new control units. More... | |
static const std::string | COMP_DEFAULT_NAME_SEGMENT = "seg1" |
Name for the default segments of busses. More... | |
static const std::string | COMP_NEW_NAME_PREFIX_FU = "FU" |
Prefix for new function unit names. More... | |
static const std::string | COMP_NEW_NAME_PREFIX_RF = "RF" |
Prefix for new register file names. More... | |
static const std::string | COMP_NEW_NAME_PREFIX_IU = "IMM" |
Prefix for new immediate unit names. More... | |
static const std::string | COMP_NEW_NAME_PREFIX_SOCKET = "S" |
Prefix for new socket names.. More... | |
static const std::string | COMP_NEW_NAME_PREFIX_BUS = "B" |
Prefix for new bus names. More... | |
static const std::string | COMP_NEW_NAME_PREFIX_PORT = "P" |
Prefix for new port names. More... | |
static const std::string | COMP_NEW_NAME_PREFIX_BRIDGE = "Br" |
Prefix for new bridge names. More... | |
static const std::string | COMP_NEW_NAME_PREFIX_OPERATION = "operation" |
Prefix for new operation names. More... | |
static const std::string | COMP_NEW_NAME_PREFIX_AS = "AS" |
Prefix for new address space names. More... | |
static const wxString | EDITOR_COPYRIGHT_TEXT |
Copyright text of the Editor. More... | |
static const wxString | EDITOR_NAME = _T("TTA Processor Designer") |
Full name of the Editor. More... | |
static const std::string | EDITOR_LOGO_PATH = "logo.png" |
Location of the logo picture of the Editor. More... | |
static const std::string | PROCESSOR_ARCH_FILE_EXTENSION = ".adf" |
File name extensions. Processor architecture file extension. More... | |
static const std::string | PROCESSOR_CONFIG_FILE_EXTENSION = ".cfg" |
Processor configuration file extension. More... | |
static const char * | ARROW_UP [] |
static const char * | ARROW_DOWN [] |
static const std::string | ICON_SORT_ASC = "sort_asc.png" |
Icon location for ascending sort. More... | |
static const std::string | ICON_SORT_DESC = "sort_desc.png" |
Icon location for descending sort. More... | |
Constant command names, enum for mapping command event ids to EditorCommands and color constants.
Definition at line 43 of file ProDeConstants.hh.
Unique identifiers for the commands.
Definition at line 406 of file ProDeConstants.hh.
|
static |
Definition at line 398 of file ProDeConstants.hh.
|
static |
Definition at line 397 of file ProDeConstants.hh.
|
static |
Definition at line 49 of file ProDeConstants.hh.
Referenced by OperationDialog::initialize().
|
static |
Command name for the "Call Explorer plugin" command.
Definition at line 173 of file ProDeConstants.hh.
|
static |
Icon location for the "About" command.
Definition at line 354 of file ProDeConstants.hh.
Referenced by AboutCmd::icon().
|
static |
Icon location for the "Close Document" command.
Definition at line 290 of file ProDeConstants.hh.
Referenced by CloseDocumentCmd::icon().
|
static |
Icon location for the "Copy" command.
Definition at line 310 of file ProDeConstants.hh.
Referenced by CopyComponentCmd::icon().
|
static |
Icon location for the "Cut" command.
Definition at line 312 of file ProDeConstants.hh.
Referenced by CutComponentCmd::icon().
|
static |
Icon path for default icon of commands.
Definition at line 286 of file ProDeConstants.hh.
Referenced by AddFUFromHDBCmd::icon(), AddIUFromHDBCmd::icon(), EditImmediateSlotsCmd::icon(), AddRFFromHDBCmd::icon(), and EditorCommand::icon().
|
static |
Icon location for the "Delete Component" command.
Definition at line 318 of file ProDeConstants.hh.
Referenced by DeleteComponentCmd::icon().
|
static |
Icon location for the "Edit Address Space" command.
Definition at line 338 of file ProDeConstants.hh.
Referenced by EditAddressSpacesCmd::icon().
|
static |
Icon location for the "Edit Connections" command.
Definition at line 344 of file ProDeConstants.hh.
Referenced by EditConnectionsCmd::icon().
|
static |
Icon location for the "Processor Configurations" command.
Definition at line 346 of file ProDeConstants.hh.
Referenced by EditMachineCmd::icon().
|
static |
Icon location for the "Edit Options" command.
Definition at line 320 of file ProDeConstants.hh.
Referenced by EditOptionsCmd::icon().
|
static |
Icon location for the "Edit OTA Formats" command.
Definition at line 342 of file ProDeConstants.hh.
Referenced by EditOTAFormatsCmd::icon().
|
static |
Icon location for the "Edit Templates" command.
Definition at line 340 of file ProDeConstants.hh.
Referenced by EditTemplatesCmd::icon().
|
static |
Icon location for the "Explorer plugin" command.
Definition at line 352 of file ProDeConstants.hh.
Referenced by CallExplorerPluginCmd::icon().
|
static |
Icon location for the "Implementation" command.
Definition at line 350 of file ProDeConstants.hh.
Referenced by ImplementMachineCmd::icon().
|
static |
Icon location for the "Load Options" command.
Definition at line 322 of file ProDeConstants.hh.
|
static |
Icon location for the "Modify Component" command.
Definition at line 316 of file ProDeConstants.hh.
Referenced by ModifyComponentCmd::icon().
|
static |
Icon location for the "New Document" command.
Definition at line 296 of file ProDeConstants.hh.
Referenced by NewDocumentCmd::icon().
|
static |
Icon location for the "Open Document" command.
Definition at line 288 of file ProDeConstants.hh.
Referenced by OpenDocumentCmd::icon().
|
static |
Icon location for the "Paste" command.
Definition at line 314 of file ProDeConstants.hh.
Referenced by PasteComponentCmd::icon().
|
static |
Icon location for the "Print" command.
Definition at line 300 of file ProDeConstants.hh.
Referenced by PrintCmd::icon().
|
static |
Icon location for the "Print Preview" command.
Definition at line 302 of file ProDeConstants.hh.
Referenced by PrintPreviewCmd::icon().
|
static |
Icon location for the "Quit" command.
Definition at line 298 of file ProDeConstants.hh.
Referenced by QuitCmd::icon().
|
static |
Icon location for the "Redo" command.
Definition at line 308 of file ProDeConstants.hh.
Referenced by RedoCmd::icon().
|
static |
Icon location for the "Save Document" command.
Definition at line 292 of file ProDeConstants.hh.
Referenced by SaveDocumentCmd::icon().
|
static |
Icon location for the "Save Options" command.
Definition at line 324 of file ProDeConstants.hh.
Referenced by SaveOptionsCmd::icon().
|
static |
Icon location for the "Save Document As" command.
Definition at line 294 of file ProDeConstants.hh.
Referenced by SaveDocumentAsCmd::icon().
|
static |
Icon location for the "Save Options As" command.
Definition at line 326 of file ProDeConstants.hh.
|
static |
Icon location for the "Select" command.
Definition at line 304 of file ProDeConstants.hh.
Referenced by SelectCmd::icon().
|
static |
Icon location for the "Undo" command.
Definition at line 306 of file ProDeConstants.hh.
Referenced by UndoCmd::icon().
|
static |
Icon location for the "Verify Machine" command.
Definition at line 348 of file ProDeConstants.hh.
Referenced by VerifyMachineCmd::icon().
|
static |
Icon location for the "Fit Height" command.
Definition at line 334 of file ProDeConstants.hh.
Referenced by FitHeightCmd::icon().
|
static |
Icon location for the "Fit Width" command.
Definition at line 336 of file ProDeConstants.hh.
Referenced by FitWidthCmd::icon().
|
static |
Icon location for the "Fit Window" command.
Definition at line 332 of file ProDeConstants.hh.
Referenced by FitWindowCmd::icon().
|
static |
Icon location for the "Zoom In" command.
Definition at line 328 of file ProDeConstants.hh.
Referenced by ZoomInCmd::icon().
|
static |
Icon location for the "Zoom Out" command.
Definition at line 330 of file ProDeConstants.hh.
Referenced by ZoomOutCmd::icon().
|
static |
Command name for the "About" command.
Definition at line 186 of file ProDeConstants.hh.
|
static |
Command name for the "Add Address Space" command.
Definition at line 107 of file ProDeConstants.hh.
|
static |
Command name for the "Add Bridge" command.
Definition at line 101 of file ProDeConstants.hh.
|
static |
Command name for the "Add Bus" command.
Definition at line 97 of file ProDeConstants.hh.
|
static |
Command name for the "Add Function Unit" command.
Definition at line 93 of file ProDeConstants.hh.
|
static |
Command name for the "Add FU From hdb" command.
Definition at line 114 of file ProDeConstants.hh.
|
static |
Command name for the "Add Global Control Unit" command.
Definition at line 105 of file ProDeConstants.hh.
|
static |
Command name for the "Add Immediate Unit" command.
Definition at line 103 of file ProDeConstants.hh.
|
static |
Command name for the "Add IU From hdb" command.
Definition at line 112 of file ProDeConstants.hh.
|
static |
Command name for the "Add Register File" command.
Definition at line 95 of file ProDeConstants.hh.
|
static |
Command name for the "Add RF From hdb" command.
Definition at line 110 of file ProDeConstants.hh.
|
static |
Command name for the "Add Socket" command.
Definition at line 99 of file ProDeConstants.hh.
|
static |
Command name for the "Blcoks Connect IC" command.
Definition at line 151 of file ProDeConstants.hh.
|
static |
Command name for the "Close Document" command.
Definition at line 78 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions().
|
static |
Command name for the "Copy" command.
Definition at line 128 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions(), and SelectTool::popContextMenu().
|
static |
Command name for the "Cut" command.
Definition at line 126 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions(), and SelectTool::popContextMenu().
|
static |
Command name for the "Delete Component" command.
Definition at line 117 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions().
|
static |
Command name for the "Edit Address Space" command.
Definition at line 137 of file ProDeConstants.hh.
|
static |
Command name for the "Edit Bus Order" command.
Definition at line 145 of file ProDeConstants.hh.
|
static |
Command name for the "Edit Connections" command.
Definition at line 135 of file ProDeConstants.hh.
|
static |
Command name for the "Edit Immediate Slots" command.
Definition at line 143 of file ProDeConstants.hh.
|
static |
Command name for the "Processor configurations" command.
Definition at line 153 of file ProDeConstants.hh.
|
static |
Command name for the "Edit Options" command.
Definition at line 177 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions().
|
static |
Command name for the "Edit OTA Formats" command.
Definition at line 141 of file ProDeConstants.hh.
|
static |
Command name for the "Edit Tempaltes" command.
Definition at line 139 of file ProDeConstants.hh.
|
static |
Command name for the "Export" command.
Definition at line 88 of file ProDeConstants.hh.
|
static |
Command name for the "Fully connect busses" command.
Definition at line 147 of file ProDeConstants.hh.
|
static |
Command name for the "Processor Implementation" command.
Definition at line 171 of file ProDeConstants.hh.
|
static |
Command name for the "Load Options" command.
Definition at line 179 of file ProDeConstants.hh.
|
static |
Command name for the "Modify Component" command.
Definition at line 119 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions(), and SelectTool::popContextMenu().
|
static |
Command name for the "New Document" command.
Definition at line 74 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions().
|
static |
Command name for the "Open Document" command.
Definition at line 76 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions().
|
static |
Command name for the "Paste" command.
Definition at line 130 of file ProDeConstants.hh.
Referenced by SelectTool::createDefaultMenu(), ProDe::createDefaultOptions(), and ConnectTool::rightClick().
|
static |
Command name for the "Print" command.
Definition at line 84 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions().
|
static |
Command name for the "Print Preview" command.
Definition at line 86 of file ProDeConstants.hh.
|
static |
Command name for the "Quit" command.
Definition at line 90 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions().
|
static |
Command name for the "Redo" command.
Definition at line 124 of file ProDeConstants.hh.
Referenced by SelectTool::createDefaultMenu(), ProDe::createDefaultOptions(), and ConnectTool::rightClick().
|
static |
Command name for the "Save Document" command.
Definition at line 80 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions().
|
static |
Command name for the "Save Options" command.
Definition at line 181 of file ProDeConstants.hh.
|
static |
Command name for the "Save Document As" command.
Definition at line 82 of file ProDeConstants.hh.
|
static |
Command name for the "Save Options As" command.
Definition at line 183 of file ProDeConstants.hh.
|
static |
Command name for the "Select" command.
Definition at line 133 of file ProDeConstants.hh.
|
static |
Command name for the "Toggle Unit details" command.
Definition at line 166 of file ProDeConstants.hh.
|
static |
Command name for the "Undo" command.
Definition at line 122 of file ProDeConstants.hh.
Referenced by SelectTool::createDefaultMenu(), ProDe::createDefaultOptions(), and ConnectTool::rightClick().
|
static |
Command name for the "Verify Machine" command.
Definition at line 169 of file ProDeConstants.hh.
|
static |
Command name for the "VLIW Connect IC" command.
Definition at line 149 of file ProDeConstants.hh.
|
static |
Command name for the "Fit Height" command.
Definition at line 162 of file ProDeConstants.hh.
|
static |
Command name for the "Fit Width" command.
Definition at line 164 of file ProDeConstants.hh.
|
static |
Command name for the "Fit Window" command.
Definition at line 160 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions().
|
static |
Command name for the "Zoom In" command.
Definition at line 156 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions().
|
static |
Command name for the "Zoom Out" command.
Definition at line 158 of file ProDeConstants.hh.
Referenced by ProDe::createDefaultOptions().
|
static |
Command name for the "Add Address Space" command.
Definition at line 219 of file ProDeConstants.hh.
Referenced by AddASCmd::shortName().
|
static |
Command name for the "Add Bridge" command.
Definition at line 213 of file ProDeConstants.hh.
Referenced by AddBridgeCmd::shortName().
|
static |
Command name for the "Add Bus" command.
Definition at line 209 of file ProDeConstants.hh.
Referenced by AddBusCmd::shortName().
|
static |
Command name for the "Add Function Unit" command.
Definition at line 205 of file ProDeConstants.hh.
Referenced by AddFUCmd::shortName().
|
static |
Short command name for the "Add FU from hdb" command.
Definition at line 226 of file ProDeConstants.hh.
Referenced by AddFUFromHDBCmd::shortName().
|
static |
Command name for the "Add Global Control Unit" command.
Definition at line 217 of file ProDeConstants.hh.
Referenced by AddGCUCmd::shortName().
|
static |
Command name for the "Add Immediate Unit" command.
Definition at line 215 of file ProDeConstants.hh.
Referenced by AddIUCmd::shortName().
|
static |
Short command name for the "Add IU from hdb" command.
Definition at line 224 of file ProDeConstants.hh.
Referenced by AddIUFromHDBCmd::shortName().
|
static |
Command name for the "Add Register File" command.
Definition at line 207 of file ProDeConstants.hh.
Referenced by AddRFCmd::shortName().
|
static |
Short command name for the "Add RF from hdb" command.
Definition at line 222 of file ProDeConstants.hh.
Referenced by AddRFFromHDBCmd::shortName().
|
static |
Command name for the "Add Socket" command.
Definition at line 211 of file ProDeConstants.hh.
Referenced by AddSocketCmd::shortName().
|
static |
Command name for the "Blocks Connect IC" command.
Definition at line 247 of file ProDeConstants.hh.
Referenced by BlocksConnectICCmd::shortName().
|
static |
Command name for the "Close Document" command.
Definition at line 200 of file ProDeConstants.hh.
Referenced by CloseDocumentCmd::shortName().
|
static |
Command name for the "Modify Component" command.
Definition at line 267 of file ProDeConstants.hh.
Referenced by DeleteComponentCmd::shortName().
|
static |
Command name for the "Edit Address Space" command.
Definition at line 229 of file ProDeConstants.hh.
Referenced by EditAddressSpacesCmd::shortName(), and EditBusOrderCmd::shortName().
|
static |
Command name for the "Edit Bus Order" command.
Definition at line 239 of file ProDeConstants.hh.
|
static |
Command name for the "Edit Connections" command.
Definition at line 241 of file ProDeConstants.hh.
Referenced by EditConnectionsCmd::shortName().
|
static |
Command name for the "Edit Immediate slots" command.
Definition at line 237 of file ProDeConstants.hh.
Referenced by EditImmediateSlotsCmd::shortName().
|
static |
Command name for the "Processor Configurations" command.
Definition at line 235 of file ProDeConstants.hh.
Referenced by EditMachineCmd::shortName().
|
static |
Command name for the "Edit Options" command.
Definition at line 256 of file ProDeConstants.hh.
Referenced by EditOptionsCmd::shortName().
|
static |
Command name for the "Edit Templates" command.
Definition at line 233 of file ProDeConstants.hh.
Referenced by EditOTAFormatsCmd::shortName().
|
static |
Command name for the "Edit Templates" command.
Definition at line 231 of file ProDeConstants.hh.
Referenced by EditTemplatesCmd::shortName().
|
static |
Command name for the "Call Explorer Plugin" command.
Definition at line 253 of file ProDeConstants.hh.
Referenced by CallExplorerPluginCmd::shortName().
|
static |
Command name for the "Fully connect busses" command.
Definition at line 243 of file ProDeConstants.hh.
Referenced by FullyConnectBussesCmd::shortName().
|
static |
Command name for the "Processor Implementation" command.
Definition at line 251 of file ProDeConstants.hh.
Referenced by ImplementMachineCmd::shortName().
|
static |
Command name for the "Load Options" command.
Definition at line 258 of file ProDeConstants.hh.
|
static |
Command name for the "Delete Component" command.
Definition at line 265 of file ProDeConstants.hh.
Referenced by ModifyComponentCmd::shortName().
|
static |
Command name for the "New Document" command.
Definition at line 192 of file ProDeConstants.hh.
Referenced by NewDocumentCmd::shortName().
|
static |
Command name for the "Open Document" command.
Definition at line 198 of file ProDeConstants.hh.
Referenced by OpenDocumentCmd::shortName().
|
static |
Command name for the "Print Preview" command.
Definition at line 202 of file ProDeConstants.hh.
Referenced by PrintPreviewCmd::shortName().
|
static |
Command name for the "Save Document" command.
Definition at line 194 of file ProDeConstants.hh.
Referenced by SaveDocumentCmd::shortName().
|
static |
Command name for the "Save Options" command.
Definition at line 260 of file ProDeConstants.hh.
Referenced by SaveOptionsCmd::shortName().
|
static |
Command name for the "Save Document As" command.
Definition at line 196 of file ProDeConstants.hh.
Referenced by SaveDocumentAsCmd::shortName().
|
static |
Command name for the "Save Options As" command.
Definition at line 262 of file ProDeConstants.hh.
|
static |
Command name for the "Toggle Unit Details" command.
Definition at line 280 of file ProDeConstants.hh.
Referenced by ToggleUnitDetailsCmd::shortName().
|
static |
Command name for the "Verify Machine" command.
Definition at line 249 of file ProDeConstants.hh.
Referenced by VerifyMachineCmd::shortName().
|
static |
Command name for the "VLIW Connect IC" command.
Definition at line 245 of file ProDeConstants.hh.
Referenced by VLIWConnectICCmd::shortName().
|
static |
Command name for the "Fit Height" command.
Definition at line 276 of file ProDeConstants.hh.
Referenced by FitHeightCmd::shortName().
|
static |
Command name for the "Fit Width" command.
Definition at line 278 of file ProDeConstants.hh.
Referenced by FitWidthCmd::shortName().
|
static |
Command name for the "Fit Window" command.
Definition at line 274 of file ProDeConstants.hh.
Referenced by FitWindowCmd::shortName().
|
static |
Command name for the "Zoom In" command.
Definition at line 270 of file ProDeConstants.hh.
Referenced by ZoomInCmd::shortName().
|
static |
Command name for the "Zoom Out" command.
Definition at line 272 of file ProDeConstants.hh.
Referenced by ZoomOutCmd::shortName().
|
static |
Default name for new control units.
Definition at line 357 of file ProDeConstants.hh.
Referenced by AddGCUCmd::Do().
|
static |
Name for the default segments of busses.
Definition at line 359 of file ProDeConstants.hh.
Referenced by AddBusCmd::Do().
|
static |
Prefix for new address space names.
Definition at line 379 of file ProDeConstants.hh.
Referenced by AddASCmd::Do(), and AddressSpacesDialog::onAdd().
|
static |
Prefix for new bridge names.
Definition at line 375 of file ProDeConstants.hh.
Referenced by AddBridgeCmd::Do().
|
static |
Prefix for new bus names.
Definition at line 371 of file ProDeConstants.hh.
Referenced by AddBusCmd::Do().
|
static |
Prefix for new function unit names.
Definition at line 363 of file ProDeConstants.hh.
Referenced by AddFUCmd::Do().
|
static |
Prefix for new immediate unit names.
Definition at line 367 of file ProDeConstants.hh.
Referenced by AddIUCmd::Do().
|
static |
Prefix for new operation names.
Definition at line 377 of file ProDeConstants.hh.
Referenced by GCUDialog::onAddOperation(), and FUDialog::onAddOperation().
|
static |
Prefix for new port names.
Definition at line 373 of file ProDeConstants.hh.
Referenced by GCUDialog::onAddFUPort(), RFDialog::onAddPort(), FUDialog::onAddPort(), IUDialog::onAddPort(), and GCUDialog::onAddSRPort().
|
static |
Prefix for new register file names.
Definition at line 365 of file ProDeConstants.hh.
Referenced by AddRFCmd::Do().
|
static |
Prefix for new socket names..
Definition at line 369 of file ProDeConstants.hh.
Referenced by AddSocketCmd::Do().
|
static |
Definition at line 51 of file ProDeConstants.hh.
|
static |
Copyright text of the Editor.
Definition at line 384 of file ProDeConstants.hh.
Referenced by AboutDialog::createContents().
|
static |
Location of the logo picture of the Editor.
Definition at line 388 of file ProDeConstants.hh.
Referenced by AboutDialog::createContents().
|
static |
Full name of the Editor.
Definition at line 386 of file ProDeConstants.hh.
Referenced by AboutDialog::createContents(), MDFView::OnActivateView(), MDFView::OnChangeFilename(), ProDe::OnInit(), and AboutDialog::setTexts().
|
static |
Constant for "".
Definition at line 58 of file ProDeConstants.hh.
|
static |
String for the sign extension.
Definition at line 65 of file ProDeConstants.hh.
Referenced by IUDialog::onOK(), IUDialog::TransferDataToWindow(), and BusDialog::TransferDataToWindow().
|
static |
String for the zero extension.
Definition at line 63 of file ProDeConstants.hh.
Referenced by BusDialog::onOK(), IUDialog::onOK(), IUDialog::TransferDataToWindow(), and BusDialog::TransferDataToWindow().
|
static |
Icon location for ascending sort.
Definition at line 401 of file ProDeConstants.hh.
Referenced by AddFUFromHDBDialog::AddFUFromHDBDialog(), AddIUFromHDBDialog::AddIUFromHDBDialog(), and AddRFFromHDBDialog::AddRFFromHDBDialog().
|
static |
Icon location for descending sort.
Definition at line 403 of file ProDeConstants.hh.
Referenced by AddFUFromHDBDialog::AddFUFromHDBDialog(), AddIUFromHDBDialog::AddIUFromHDBDialog(), and AddRFFromHDBDialog::AddRFFromHDBDialog().
|
static |
Definition at line 48 of file ProDeConstants.hh.
|
static |
Definition at line 53 of file ProDeConstants.hh.
|
static |
Definition at line 52 of file ProDeConstants.hh.
|
static |
Constant for "None".
Definition at line 56 of file ProDeConstants.hh.
Referenced by IUPortDialog::onOK(), GCUDialog::onOK(), GCUDialog::onRAPortChoice(), FUDialog::onSetAddressSpace(), RFPortDialog::onSocketChoice(), FUPortDialog::onSocketChoice(), SRPortDialog::onSocketChoice(), GCUDialog::updateAddressSpaceChoice(), FUDialog::updateAddressSpaceChoice(), GCUDialog::updateRAPortChoice(), IUPortDialog::updateSocket(), FUPortDialog::updateSockets(), SRPortDialog::updateSockets(), and RFPortDialog::updateSockets().
|
static |
Definition at line 47 of file ProDeConstants.hh.
|
static |
File name extensions. Processor architecture file extension.
Definition at line 392 of file ProDeConstants.hh.
|
static |
Processor configuration file extension.
Definition at line 394 of file ProDeConstants.hh.
Referenced by MDFDocument::OnOpenDocument().
|
static |
Definition at line 60 of file ProDeConstants.hh.
|
static |
String for the socket direction: input.
Definition at line 67 of file ProDeConstants.hh.
Referenced by SocketDialog::onDirection(), and SocketDialog::updateDirection().
|
static |
String for the socket direction output.
Definition at line 69 of file ProDeConstants.hh.
Referenced by SocketDialog::onDirection(), and SocketDialog::updateDirection().
|
static |
Definition at line 50 of file ProDeConstants.hh.
Referenced by OperationDialog::initialize().