OpenASIP  2.0
Public Types | Static Public Attributes | List of all members
ProDeConstants Class Reference

#include <ProDeConstants.hh>

Collaboration diagram for ProDeConstants:
Collaboration graph

Public Types

enum  CommandID {
  COMMAND_NEW_DOC = 20000, COMMAND_OPEN_DOC, COMMAND_CLOSE_DOC, COMMAND_SAVE_DOC,
  COMMAND_SAVEAS_DOC, COMMAND_PRINT, COMMAND_PRINT_PREVIEW, COMMAND_EXPORT,
  COMMAND_QUIT, COMMAND_ADD_FU, COMMAND_ADD_RF, COMMAND_ADD_BUS,
  COMMAND_ADD_SOCKET, COMMAND_ADD_BRIDGE, COMMAND_ADD_IU, COMMAND_ADD_GCU,
  COMMAND_ADD_AS, COMMAND_ADD_RF_FROM_HDB, COMMAND_ADD_IU_FROM_HDB, COMMAND_ADD_FU_FROM_HDB,
  COMMAND_DELETE_COMP, COMMAND_MODIFY_COMP, COMMAND_UNDO, COMMAND_REDO,
  COMMAND_CUT, COMMAND_COPY, COMMAND_PASTE, COMMAND_EDIT_CONNECTIONS,
  COMMAND_EDIT_ADDRESS_SPACES, COMMAND_EDIT_TEMPLATES, COMMAND_EDIT_OTA_FORMATS, COMMAND_EDIT_IMMEDIATE_SLOTS,
  COMMAND_EDIT_BUS_ORDER, COMMAND_EDIT_MACHINE, COMMAND_ZOOM_IN, COMMAND_ZOOM_OUT,
  COMMAND_ZOOM_FIT_WIN, COMMAND_ZOOM_FIT_HEI, COMMAND_ZOOM_FIT_WID, COMMAND_TOGGLE_UNIT_DETAILS,
  COMMAND_FULLY_CONNECT_BUSSES, COMMAND_VLIW_CONNECT_IC, COMMAND_BLOCKS_CONNECT_IC, COMMAND_VERIFY_MACHINE,
  COMMAND_IMPLEMENTATION, COMMAND_CALL_EXPLORER_PLUGIN, COMMAND_SELECT, COMMAND_EDIT_OPTIONS,
  COMMAND_LOAD_OPTIONS, COMMAND_SAVE_OPTIONS, COMMAND_SAVEAS_OPTIONS, COMMAND_ABOUT,
  COMMAND_NOT_IMPLEMENTED_UNDO, COMMAND_NOT_IMPLEMENTED_REDO
}
 Unique identifiers for the commands. More...
 

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...
 

Detailed Description

Constant command names, enum for mapping command event ids to EditorCommands and color constants.

Definition at line 43 of file ProDeConstants.hh.

Member Enumeration Documentation

◆ CommandID

Unique identifiers for the commands.

Enumerator
COMMAND_NEW_DOC 
COMMAND_OPEN_DOC 
COMMAND_CLOSE_DOC 
COMMAND_SAVE_DOC 
COMMAND_SAVEAS_DOC 
COMMAND_PRINT 
COMMAND_PRINT_PREVIEW 
COMMAND_EXPORT 
COMMAND_QUIT 
COMMAND_ADD_FU 
COMMAND_ADD_RF 
COMMAND_ADD_BUS 
COMMAND_ADD_SOCKET 
COMMAND_ADD_BRIDGE 
COMMAND_ADD_IU 
COMMAND_ADD_GCU 
COMMAND_ADD_AS 
COMMAND_ADD_RF_FROM_HDB 
COMMAND_ADD_IU_FROM_HDB 
COMMAND_ADD_FU_FROM_HDB 
COMMAND_DELETE_COMP 
COMMAND_MODIFY_COMP 
COMMAND_UNDO 
COMMAND_REDO 
COMMAND_CUT 
COMMAND_COPY 
COMMAND_PASTE 
COMMAND_EDIT_CONNECTIONS 
COMMAND_EDIT_ADDRESS_SPACES 
COMMAND_EDIT_TEMPLATES 
COMMAND_EDIT_OTA_FORMATS 
COMMAND_EDIT_IMMEDIATE_SLOTS 
COMMAND_EDIT_BUS_ORDER 
COMMAND_EDIT_MACHINE 
COMMAND_ZOOM_IN 
COMMAND_ZOOM_OUT 
COMMAND_ZOOM_FIT_WIN 
COMMAND_ZOOM_FIT_HEI 
COMMAND_ZOOM_FIT_WID 
COMMAND_TOGGLE_UNIT_DETAILS 
COMMAND_FULLY_CONNECT_BUSSES 
COMMAND_VLIW_CONNECT_IC 
COMMAND_BLOCKS_CONNECT_IC 
COMMAND_VERIFY_MACHINE 
COMMAND_IMPLEMENTATION 
COMMAND_CALL_EXPLORER_PLUGIN 
COMMAND_SELECT 
COMMAND_EDIT_OPTIONS 
COMMAND_LOAD_OPTIONS 
COMMAND_SAVE_OPTIONS 
COMMAND_SAVEAS_OPTIONS 
COMMAND_ABOUT 
COMMAND_NOT_IMPLEMENTED_UNDO 
COMMAND_NOT_IMPLEMENTED_REDO 

Definition at line 406 of file ProDeConstants.hh.

406  {
407  COMMAND_NEW_DOC = 20000,
415  COMMAND_QUIT,
416 
425 
429 
432 
433  COMMAND_UNDO,
434  COMMAND_REDO,
435  COMMAND_CUT,
436  COMMAND_COPY,
438 
446 
453 
461 
466 
470  };

Member Data Documentation

◆ ARROW_DOWN

const char* ProDeConstants::ARROW_DOWN[]
static

Definition at line 398 of file ProDeConstants.hh.

◆ ARROW_UP

const char* ProDeConstants::ARROW_UP[]
static

Definition at line 397 of file ProDeConstants.hh.

◆ BLACK_COLOR

const wxColour ProDeConstants::BLACK_COLOR = wxColour(0, 0, 0)
static

Definition at line 49 of file ProDeConstants.hh.

Referenced by OperationDialog::initialize().

◆ CMD_CALL_EXPLORER_PLUGIN

const string ProDeConstants::CMD_CALL_EXPLORER_PLUGIN = "Call Explorer Plugin"
static

Command name for the "Call Explorer plugin" command.

Definition at line 173 of file ProDeConstants.hh.

◆ CMD_ICON_ABOUT

const string ProDeConstants::CMD_ICON_ABOUT = "about.png"
static

Icon location for the "About" command.

Definition at line 354 of file ProDeConstants.hh.

Referenced by AboutCmd::icon().

◆ CMD_ICON_CLOSE_DOC

const string ProDeConstants::CMD_ICON_CLOSE_DOC = "fileclose.png"
static

Icon location for the "Close Document" command.

Definition at line 290 of file ProDeConstants.hh.

Referenced by CloseDocumentCmd::icon().

◆ CMD_ICON_COPY

const string ProDeConstants::CMD_ICON_COPY = "editcopy.png"
static

Icon location for the "Copy" command.

Definition at line 310 of file ProDeConstants.hh.

Referenced by CopyComponentCmd::icon().

◆ CMD_ICON_CUT

const string ProDeConstants::CMD_ICON_CUT = "editcut.png"
static

Icon location for the "Cut" command.

Definition at line 312 of file ProDeConstants.hh.

Referenced by CutComponentCmd::icon().

◆ CMD_ICON_DEFAULT

const string ProDeConstants::CMD_ICON_DEFAULT = "default.png"
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().

◆ CMD_ICON_DELETE_COMP

const string ProDeConstants::CMD_ICON_DELETE_COMP = "delete.png"
static

Icon location for the "Delete Component" command.

Definition at line 318 of file ProDeConstants.hh.

Referenced by DeleteComponentCmd::icon().

◆ CMD_ICON_EDIT_ADDRESS_SPACES

const string ProDeConstants::CMD_ICON_EDIT_ADDRESS_SPACES = "memory.png"
static

Icon location for the "Edit Address Space" command.

Definition at line 338 of file ProDeConstants.hh.

Referenced by EditAddressSpacesCmd::icon().

◆ CMD_ICON_EDIT_CONNECTIONS

const string ProDeConstants::CMD_ICON_EDIT_CONNECTIONS = "connect.png"
static

Icon location for the "Edit Connections" command.

Definition at line 344 of file ProDeConstants.hh.

Referenced by EditConnectionsCmd::icon().

◆ CMD_ICON_EDIT_MACHINE

const string ProDeConstants::CMD_ICON_EDIT_MACHINE = "default.png"
static

Icon location for the "Processor Configurations" command.

Definition at line 346 of file ProDeConstants.hh.

Referenced by EditMachineCmd::icon().

◆ CMD_ICON_EDIT_OPTIONS

const string ProDeConstants::CMD_ICON_EDIT_OPTIONS = "options.png"
static

Icon location for the "Edit Options" command.

Definition at line 320 of file ProDeConstants.hh.

Referenced by EditOptionsCmd::icon().

◆ CMD_ICON_EDIT_OTA_FORMATS

const string ProDeConstants::CMD_ICON_EDIT_OTA_FORMATS = "default.png"
static

Icon location for the "Edit OTA Formats" command.

Definition at line 342 of file ProDeConstants.hh.

Referenced by EditOTAFormatsCmd::icon().

◆ CMD_ICON_EDIT_TEMPLATES

const string ProDeConstants::CMD_ICON_EDIT_TEMPLATES = "default.png"
static

Icon location for the "Edit Templates" command.

Definition at line 340 of file ProDeConstants.hh.

Referenced by EditTemplatesCmd::icon().

◆ CMD_ICON_EXPLORER_PLUGIN

const string ProDeConstants::CMD_ICON_EXPLORER_PLUGIN = "default.png"
static

Icon location for the "Explorer plugin" command.

Definition at line 352 of file ProDeConstants.hh.

Referenced by CallExplorerPluginCmd::icon().

◆ CMD_ICON_IMPLEMENTATION

const string ProDeConstants::CMD_ICON_IMPLEMENTATION = "default.png"
static

Icon location for the "Implementation" command.

Definition at line 350 of file ProDeConstants.hh.

Referenced by ImplementMachineCmd::icon().

◆ CMD_ICON_LOAD_OPTIONS

const std::string ProDeConstants::CMD_ICON_LOAD_OPTIONS
static

Icon location for the "Load Options" command.

Definition at line 322 of file ProDeConstants.hh.

◆ CMD_ICON_MODIFY_COMP

const string ProDeConstants::CMD_ICON_MODIFY_COMP = "edit.png"
static

Icon location for the "Modify Component" command.

Definition at line 316 of file ProDeConstants.hh.

Referenced by ModifyComponentCmd::icon().

◆ CMD_ICON_NEW_DOC

const string ProDeConstants::CMD_ICON_NEW_DOC = "filenew.png"
static

Icon location for the "New Document" command.

Definition at line 296 of file ProDeConstants.hh.

Referenced by NewDocumentCmd::icon().

◆ CMD_ICON_OPEN_DOC

const string ProDeConstants::CMD_ICON_OPEN_DOC = "fileopen.png"
static

Icon location for the "Open Document" command.

Definition at line 288 of file ProDeConstants.hh.

Referenced by OpenDocumentCmd::icon().

◆ CMD_ICON_PASTE

const string ProDeConstants::CMD_ICON_PASTE = "editpaste.png"
static

Icon location for the "Paste" command.

Definition at line 314 of file ProDeConstants.hh.

Referenced by PasteComponentCmd::icon().

◆ CMD_ICON_PRINT

const string ProDeConstants::CMD_ICON_PRINT = "fileprint.png"
static

Icon location for the "Print" command.

Definition at line 300 of file ProDeConstants.hh.

Referenced by PrintCmd::icon().

◆ CMD_ICON_PRINT_PREVIEW

const string ProDeConstants::CMD_ICON_PRINT_PREVIEW = "printpreview.png"
static

Icon location for the "Print Preview" command.

Definition at line 302 of file ProDeConstants.hh.

Referenced by PrintPreviewCmd::icon().

◆ CMD_ICON_QUIT

const string ProDeConstants::CMD_ICON_QUIT = "quit.png"
static

Icon location for the "Quit" command.

Definition at line 298 of file ProDeConstants.hh.

Referenced by QuitCmd::icon().

◆ CMD_ICON_REDO

const string ProDeConstants::CMD_ICON_REDO = "redo.png"
static

Icon location for the "Redo" command.

Definition at line 308 of file ProDeConstants.hh.

Referenced by RedoCmd::icon().

◆ CMD_ICON_SAVE_DOC

const string ProDeConstants::CMD_ICON_SAVE_DOC = "filesave.png"
static

Icon location for the "Save Document" command.

Definition at line 292 of file ProDeConstants.hh.

Referenced by SaveDocumentCmd::icon().

◆ CMD_ICON_SAVE_OPTIONS

const string ProDeConstants::CMD_ICON_SAVE_OPTIONS = "filesave.png"
static

Icon location for the "Save Options" command.

Definition at line 324 of file ProDeConstants.hh.

Referenced by SaveOptionsCmd::icon().

◆ CMD_ICON_SAVEAS_DOC

const string ProDeConstants::CMD_ICON_SAVEAS_DOC = "filesaveas.png"
static

Icon location for the "Save Document As" command.

Definition at line 294 of file ProDeConstants.hh.

Referenced by SaveDocumentAsCmd::icon().

◆ CMD_ICON_SAVEAS_OPTIONS

const std::string ProDeConstants::CMD_ICON_SAVEAS_OPTIONS
static

Icon location for the "Save Options As" command.

Definition at line 326 of file ProDeConstants.hh.

◆ CMD_ICON_SELECT

const string ProDeConstants::CMD_ICON_SELECT = "select.png"
static

Icon location for the "Select" command.

Definition at line 304 of file ProDeConstants.hh.

Referenced by SelectCmd::icon().

◆ CMD_ICON_UNDO

const string ProDeConstants::CMD_ICON_UNDO = "undo.png"
static

Icon location for the "Undo" command.

Definition at line 306 of file ProDeConstants.hh.

Referenced by UndoCmd::icon().

◆ CMD_ICON_VERIFY_MACHINE

const string ProDeConstants::CMD_ICON_VERIFY_MACHINE = "verify_machine.png"
static

Icon location for the "Verify Machine" command.

Definition at line 348 of file ProDeConstants.hh.

Referenced by VerifyMachineCmd::icon().

◆ CMD_ICON_ZOOM_FIT_HEI

const string ProDeConstants::CMD_ICON_ZOOM_FIT_HEI = "fitheight.png"
static

Icon location for the "Fit Height" command.

Definition at line 334 of file ProDeConstants.hh.

Referenced by FitHeightCmd::icon().

◆ CMD_ICON_ZOOM_FIT_WID

const string ProDeConstants::CMD_ICON_ZOOM_FIT_WID = "fitwidth.png"
static

Icon location for the "Fit Width" command.

Definition at line 336 of file ProDeConstants.hh.

Referenced by FitWidthCmd::icon().

◆ CMD_ICON_ZOOM_FIT_WIN

const string ProDeConstants::CMD_ICON_ZOOM_FIT_WIN = "fitwindow.png"
static

Icon location for the "Fit Window" command.

Definition at line 332 of file ProDeConstants.hh.

Referenced by FitWindowCmd::icon().

◆ CMD_ICON_ZOOM_IN

const string ProDeConstants::CMD_ICON_ZOOM_IN = "zoomin.png"
static

Icon location for the "Zoom In" command.

Definition at line 328 of file ProDeConstants.hh.

Referenced by ZoomInCmd::icon().

◆ CMD_ICON_ZOOM_OUT

const string ProDeConstants::CMD_ICON_ZOOM_OUT = "zoomout.png"
static

Icon location for the "Zoom Out" command.

Definition at line 330 of file ProDeConstants.hh.

Referenced by ZoomOutCmd::icon().

◆ CMD_NAME_ABOUT

const string ProDeConstants::CMD_NAME_ABOUT = "About"
static

Command name for the "About" command.

Definition at line 186 of file ProDeConstants.hh.

◆ CMD_NAME_ADD_AS

const string ProDeConstants::CMD_NAME_ADD_AS = "Add Address Space"
static

Command name for the "Add Address Space" command.

Definition at line 107 of file ProDeConstants.hh.

◆ CMD_NAME_ADD_BRIDGE

const string ProDeConstants::CMD_NAME_ADD_BRIDGE = "Add Bridge"
static

Command name for the "Add Bridge" command.

Definition at line 101 of file ProDeConstants.hh.

◆ CMD_NAME_ADD_BUS

const string ProDeConstants::CMD_NAME_ADD_BUS = "Add Transport Bus"
static

Command name for the "Add Bus" command.

Definition at line 97 of file ProDeConstants.hh.

◆ CMD_NAME_ADD_FU

const string ProDeConstants::CMD_NAME_ADD_FU = "Add Function Unit"
static

Command name for the "Add Function Unit" command.

Definition at line 93 of file ProDeConstants.hh.

◆ CMD_NAME_ADD_FU_FROM_HDB

const string ProDeConstants::CMD_NAME_ADD_FU_FROM_HDB = "Add FU From HDB"
static

Command name for the "Add FU From hdb" command.

Definition at line 114 of file ProDeConstants.hh.

◆ CMD_NAME_ADD_GCU

const string ProDeConstants::CMD_NAME_ADD_GCU = "Add Global Control Unit"
static

Command name for the "Add Global Control Unit" command.

Definition at line 105 of file ProDeConstants.hh.

◆ CMD_NAME_ADD_IU

const string ProDeConstants::CMD_NAME_ADD_IU = "Add Immediate Unit"
static

Command name for the "Add Immediate Unit" command.

Definition at line 103 of file ProDeConstants.hh.

◆ CMD_NAME_ADD_IU_FROM_HDB

const string ProDeConstants::CMD_NAME_ADD_IU_FROM_HDB = "Add IU From HDB"
static

Command name for the "Add IU From hdb" command.

Definition at line 112 of file ProDeConstants.hh.

◆ CMD_NAME_ADD_RF

const string ProDeConstants::CMD_NAME_ADD_RF = "Add Register File"
static

Command name for the "Add Register File" command.

Definition at line 95 of file ProDeConstants.hh.

◆ CMD_NAME_ADD_RF_FROM_HDB

const string ProDeConstants::CMD_NAME_ADD_RF_FROM_HDB = "Add RF From HDB"
static

Command name for the "Add RF From hdb" command.

Definition at line 110 of file ProDeConstants.hh.

◆ CMD_NAME_ADD_SOCKET

const string ProDeConstants::CMD_NAME_ADD_SOCKET = "Add Socket"
static

Command name for the "Add Socket" command.

Definition at line 99 of file ProDeConstants.hh.

◆ CMD_NAME_BLOCKS_CONNECT_IC

const string ProDeConstants::CMD_NAME_BLOCKS_CONNECT_IC = "Blocks Connect IC"
static

Command name for the "Blcoks Connect IC" command.

Definition at line 151 of file ProDeConstants.hh.

◆ CMD_NAME_CLOSE_DOC

const string ProDeConstants::CMD_NAME_CLOSE_DOC = "Close Document"
static

Command name for the "Close Document" command.

Definition at line 78 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions().

◆ CMD_NAME_COPY

const string ProDeConstants::CMD_NAME_COPY = "Copy"
static

Command name for the "Copy" command.

Definition at line 128 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions(), and SelectTool::popContextMenu().

◆ CMD_NAME_CUT

const string ProDeConstants::CMD_NAME_CUT = "Cut"
static

Command name for the "Cut" command.

Definition at line 126 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions(), and SelectTool::popContextMenu().

◆ CMD_NAME_DELETE_COMP

const string ProDeConstants::CMD_NAME_DELETE_COMP = "Delete Component"
static

Command name for the "Delete Component" command.

Definition at line 117 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions().

◆ CMD_NAME_EDIT_ADDRESS_SPACES

const string ProDeConstants::CMD_NAME_EDIT_ADDRESS_SPACES
static
Initial value:
=
"Edit Address Spaces"

Command name for the "Edit Address Space" command.

Definition at line 137 of file ProDeConstants.hh.

◆ CMD_NAME_EDIT_BUS_ORDER

const string ProDeConstants::CMD_NAME_EDIT_BUS_ORDER = "Bus Order"
static

Command name for the "Edit Bus Order" command.

Definition at line 145 of file ProDeConstants.hh.

◆ CMD_NAME_EDIT_CONNECTIONS

const string ProDeConstants::CMD_NAME_EDIT_CONNECTIONS = "Edit Connections"
static

Command name for the "Edit Connections" command.

Definition at line 135 of file ProDeConstants.hh.

◆ CMD_NAME_EDIT_IMMEDIATE_SLOTS

const string ProDeConstants::CMD_NAME_EDIT_IMMEDIATE_SLOTS
static
Initial value:
=
"Edit Immediate Slots"

Command name for the "Edit Immediate Slots" command.

Definition at line 143 of file ProDeConstants.hh.

◆ CMD_NAME_EDIT_MACHINE

const string ProDeConstants::CMD_NAME_EDIT_MACHINE
static
Initial value:
=
"Processor Configurations"

Command name for the "Processor configurations" command.

Definition at line 153 of file ProDeConstants.hh.

◆ CMD_NAME_EDIT_OPTIONS

const string ProDeConstants::CMD_NAME_EDIT_OPTIONS = "Edit Options"
static

Command name for the "Edit Options" command.

Definition at line 177 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions().

◆ CMD_NAME_EDIT_OTA_FORMATS

const string ProDeConstants::CMD_NAME_EDIT_OTA_FORMATS = "Edit OTA Formats"
static

Command name for the "Edit OTA Formats" command.

Definition at line 141 of file ProDeConstants.hh.

◆ CMD_NAME_EDIT_TEMPLATES

const string ProDeConstants::CMD_NAME_EDIT_TEMPLATES = "Edit Templates"
static

Command name for the "Edit Tempaltes" command.

Definition at line 139 of file ProDeConstants.hh.

◆ CMD_NAME_EXPORT

const string ProDeConstants::CMD_NAME_EXPORT = "Export"
static

Command name for the "Export" command.

Definition at line 88 of file ProDeConstants.hh.

◆ CMD_NAME_FULLY_CONNECT_BUSSES

const string ProDeConstants::CMD_NAME_FULLY_CONNECT_BUSSES
static
Initial value:
=
"Fully Connect IC"

Command name for the "Fully connect busses" command.

Definition at line 147 of file ProDeConstants.hh.

◆ CMD_NAME_IMPLEMENTATION

const string ProDeConstants::CMD_NAME_IMPLEMENTATION
static
Initial value:
=
"Processor Implementation"

Command name for the "Processor Implementation" command.

Definition at line 171 of file ProDeConstants.hh.

◆ CMD_NAME_LOAD_OPTIONS

const string ProDeConstants::CMD_NAME_LOAD_OPTIONS = "Load Options"
static

Command name for the "Load Options" command.

Definition at line 179 of file ProDeConstants.hh.

◆ CMD_NAME_MODIFY_COMP

const string ProDeConstants::CMD_NAME_MODIFY_COMP = "Modify Component"
static

Command name for the "Modify Component" command.

Definition at line 119 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions(), and SelectTool::popContextMenu().

◆ CMD_NAME_NEW_DOC

const string ProDeConstants::CMD_NAME_NEW_DOC = "New Document"
static

Command name for the "New Document" command.

Definition at line 74 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions().

◆ CMD_NAME_OPEN_DOC

const string ProDeConstants::CMD_NAME_OPEN_DOC = "Open Document"
static

Command name for the "Open Document" command.

Definition at line 76 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions().

◆ CMD_NAME_PASTE

const string ProDeConstants::CMD_NAME_PASTE = "Paste"
static

Command name for the "Paste" command.

Definition at line 130 of file ProDeConstants.hh.

Referenced by SelectTool::createDefaultMenu(), ProDe::createDefaultOptions(), and ConnectTool::rightClick().

◆ CMD_NAME_PRINT

const string ProDeConstants::CMD_NAME_PRINT = "Print"
static

Command name for the "Print" command.

Definition at line 84 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions().

◆ CMD_NAME_PRINT_PREVIEW

const string ProDeConstants::CMD_NAME_PRINT_PREVIEW = "Print Preview"
static

Command name for the "Print Preview" command.

Definition at line 86 of file ProDeConstants.hh.

◆ CMD_NAME_QUIT

const string ProDeConstants::CMD_NAME_QUIT = "Quit"
static

Command name for the "Quit" command.

Definition at line 90 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions().

◆ CMD_NAME_REDO

const string ProDeConstants::CMD_NAME_REDO = "Redo"
static

Command name for the "Redo" command.

Definition at line 124 of file ProDeConstants.hh.

Referenced by SelectTool::createDefaultMenu(), ProDe::createDefaultOptions(), and ConnectTool::rightClick().

◆ CMD_NAME_SAVE_DOC

const string ProDeConstants::CMD_NAME_SAVE_DOC = "Save Document"
static

Command name for the "Save Document" command.

Definition at line 80 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions().

◆ CMD_NAME_SAVE_OPTIONS

const string ProDeConstants::CMD_NAME_SAVE_OPTIONS = "Save Options"
static

Command name for the "Save Options" command.

Definition at line 181 of file ProDeConstants.hh.

◆ CMD_NAME_SAVEAS_DOC

const string ProDeConstants::CMD_NAME_SAVEAS_DOC = "Save Document As"
static

Command name for the "Save Document As" command.

Definition at line 82 of file ProDeConstants.hh.

◆ CMD_NAME_SAVEAS_OPTIONS

const string ProDeConstants::CMD_NAME_SAVEAS_OPTIONS = "Save Options As"
static

Command name for the "Save Options As" command.

Definition at line 183 of file ProDeConstants.hh.

◆ CMD_NAME_SELECT

const string ProDeConstants::CMD_NAME_SELECT = "Select"
static

Command name for the "Select" command.

Definition at line 133 of file ProDeConstants.hh.

◆ CMD_NAME_TOGGLE_UNIT_DETAILS

const string ProDeConstants::CMD_NAME_TOGGLE_UNIT_DETAILS
static
Initial value:
=
"Toggle Unit Details"

Command name for the "Toggle Unit details" command.

Definition at line 166 of file ProDeConstants.hh.

◆ CMD_NAME_UNDO

const string ProDeConstants::CMD_NAME_UNDO = "Undo"
static

Command name for the "Undo" command.

Definition at line 122 of file ProDeConstants.hh.

Referenced by SelectTool::createDefaultMenu(), ProDe::createDefaultOptions(), and ConnectTool::rightClick().

◆ CMD_NAME_VERIFY_MACHINE

const string ProDeConstants::CMD_NAME_VERIFY_MACHINE = "Verify Machine"
static

Command name for the "Verify Machine" command.

Definition at line 169 of file ProDeConstants.hh.

◆ CMD_NAME_VLIW_CONNECT_IC

const string ProDeConstants::CMD_NAME_VLIW_CONNECT_IC
static
Initial value:
=
"VLIW Connect IC"

Command name for the "VLIW Connect IC" command.

Definition at line 149 of file ProDeConstants.hh.

◆ CMD_NAME_ZOOM_FIT_HEI

const string ProDeConstants::CMD_NAME_ZOOM_FIT_HEI = "Fit Height"
static

Command name for the "Fit Height" command.

Definition at line 162 of file ProDeConstants.hh.

◆ CMD_NAME_ZOOM_FIT_WID

const string ProDeConstants::CMD_NAME_ZOOM_FIT_WID = "Fit Width"
static

Command name for the "Fit Width" command.

Definition at line 164 of file ProDeConstants.hh.

◆ CMD_NAME_ZOOM_FIT_WIN

const string ProDeConstants::CMD_NAME_ZOOM_FIT_WIN = "Fit Window"
static

Command name for the "Fit Window" command.

Definition at line 160 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions().

◆ CMD_NAME_ZOOM_IN

const string ProDeConstants::CMD_NAME_ZOOM_IN = "Zoom In"
static

Command name for the "Zoom In" command.

Definition at line 156 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions().

◆ CMD_NAME_ZOOM_OUT

const string ProDeConstants::CMD_NAME_ZOOM_OUT = "Zoom Out"
static

Command name for the "Zoom Out" command.

Definition at line 158 of file ProDeConstants.hh.

Referenced by ProDe::createDefaultOptions().

◆ CMD_SNAME_ADD_AS

const string ProDeConstants::CMD_SNAME_ADD_AS = "Add AS"
static

Command name for the "Add Address Space" command.

Definition at line 219 of file ProDeConstants.hh.

Referenced by AddASCmd::shortName().

◆ CMD_SNAME_ADD_BRIDGE

const string ProDeConstants::CMD_SNAME_ADD_BRIDGE = "Add Bdg"
static

Command name for the "Add Bridge" command.

Definition at line 213 of file ProDeConstants.hh.

Referenced by AddBridgeCmd::shortName().

◆ CMD_SNAME_ADD_BUS

const string ProDeConstants::CMD_SNAME_ADD_BUS = "Add Bus"
static

Command name for the "Add Bus" command.

Definition at line 209 of file ProDeConstants.hh.

Referenced by AddBusCmd::shortName().

◆ CMD_SNAME_ADD_FU

const string ProDeConstants::CMD_SNAME_ADD_FU = "Add FU"
static

Command name for the "Add Function Unit" command.

Definition at line 205 of file ProDeConstants.hh.

Referenced by AddFUCmd::shortName().

◆ CMD_SNAME_ADD_FU_FROM_HDB

const string ProDeConstants::CMD_SNAME_ADD_FU_FROM_HDB = "HDB: FU"
static

Short command name for the "Add FU from hdb" command.

Definition at line 226 of file ProDeConstants.hh.

Referenced by AddFUFromHDBCmd::shortName().

◆ CMD_SNAME_ADD_GCU

const string ProDeConstants::CMD_SNAME_ADD_GCU = "Add GCU"
static

Command name for the "Add Global Control Unit" command.

Definition at line 217 of file ProDeConstants.hh.

Referenced by AddGCUCmd::shortName().

◆ CMD_SNAME_ADD_IU

const string ProDeConstants::CMD_SNAME_ADD_IU = "Add IU"
static

Command name for the "Add Immediate Unit" command.

Definition at line 215 of file ProDeConstants.hh.

Referenced by AddIUCmd::shortName().

◆ CMD_SNAME_ADD_IU_FROM_HDB

const string ProDeConstants::CMD_SNAME_ADD_IU_FROM_HDB = "HDB: IU"
static

Short command name for the "Add IU from hdb" command.

Definition at line 224 of file ProDeConstants.hh.

Referenced by AddIUFromHDBCmd::shortName().

◆ CMD_SNAME_ADD_RF

const string ProDeConstants::CMD_SNAME_ADD_RF = "Add RF"
static

Command name for the "Add Register File" command.

Definition at line 207 of file ProDeConstants.hh.

Referenced by AddRFCmd::shortName().

◆ CMD_SNAME_ADD_RF_FROM_HDB

const string ProDeConstants::CMD_SNAME_ADD_RF_FROM_HDB = "HDB: RF"
static

Short command name for the "Add RF from hdb" command.

Definition at line 222 of file ProDeConstants.hh.

Referenced by AddRFFromHDBCmd::shortName().

◆ CMD_SNAME_ADD_SOCKET

const string ProDeConstants::CMD_SNAME_ADD_SOCKET = "Add Sck"
static

Command name for the "Add Socket" command.

Definition at line 211 of file ProDeConstants.hh.

Referenced by AddSocketCmd::shortName().

◆ CMD_SNAME_BLOCKS_CONNECT_IC

const string ProDeConstants::CMD_SNAME_BLOCKS_CONNECT_IC = "Blocks IC"
static

Command name for the "Blocks Connect IC" command.

Definition at line 247 of file ProDeConstants.hh.

Referenced by BlocksConnectICCmd::shortName().

◆ CMD_SNAME_CLOSE_DOC

const string ProDeConstants::CMD_SNAME_CLOSE_DOC = "Close"
static

Command name for the "Close Document" command.

Definition at line 200 of file ProDeConstants.hh.

Referenced by CloseDocumentCmd::shortName().

◆ CMD_SNAME_DELETE_COMP

const string ProDeConstants::CMD_SNAME_DELETE_COMP = "Delete"
static

Command name for the "Modify Component" command.

Definition at line 267 of file ProDeConstants.hh.

Referenced by DeleteComponentCmd::shortName().

◆ CMD_SNAME_EDIT_ADDRESS_SPACES

const string ProDeConstants::CMD_SNAME_EDIT_ADDRESS_SPACES = "AS's"
static

Command name for the "Edit Address Space" command.

Definition at line 229 of file ProDeConstants.hh.

Referenced by EditAddressSpacesCmd::shortName(), and EditBusOrderCmd::shortName().

◆ CMD_SNAME_EDIT_BUS_ORDER

const string ProDeConstants::CMD_SNAME_EDIT_BUS_ORDER = "Bus Ord."
static

Command name for the "Edit Bus Order" command.

Definition at line 239 of file ProDeConstants.hh.

◆ CMD_SNAME_EDIT_CONNECTIONS

const string ProDeConstants::CMD_SNAME_EDIT_CONNECTIONS = "Connect"
static

Command name for the "Edit Connections" command.

Definition at line 241 of file ProDeConstants.hh.

Referenced by EditConnectionsCmd::shortName().

◆ CMD_SNAME_EDIT_IMMEDIATE_SLOTS

const string ProDeConstants::CMD_SNAME_EDIT_IMMEDIATE_SLOTS = "ImmSlots"
static

Command name for the "Edit Immediate slots" command.

Definition at line 237 of file ProDeConstants.hh.

Referenced by EditImmediateSlotsCmd::shortName().

◆ CMD_SNAME_EDIT_MACHINE

const string ProDeConstants::CMD_SNAME_EDIT_MACHINE = "Mach Opt"
static

Command name for the "Processor Configurations" command.

Definition at line 235 of file ProDeConstants.hh.

Referenced by EditMachineCmd::shortName().

◆ CMD_SNAME_EDIT_OPTIONS

const string ProDeConstants::CMD_SNAME_EDIT_OPTIONS = "Options"
static

Command name for the "Edit Options" command.

Definition at line 256 of file ProDeConstants.hh.

Referenced by EditOptionsCmd::shortName().

◆ CMD_SNAME_EDIT_OTA_FORMATS

const string ProDeConstants::CMD_SNAME_EDIT_OTA_FORMATS = "OTAFormats"
static

Command name for the "Edit Templates" command.

Definition at line 233 of file ProDeConstants.hh.

Referenced by EditOTAFormatsCmd::shortName().

◆ CMD_SNAME_EDIT_TEMPLATES

const string ProDeConstants::CMD_SNAME_EDIT_TEMPLATES = "ITs"
static

Command name for the "Edit Templates" command.

Definition at line 231 of file ProDeConstants.hh.

Referenced by EditTemplatesCmd::shortName().

◆ CMD_SNAME_EXPLORER_PLUGIN

const string ProDeConstants::CMD_SNAME_EXPLORER_PLUGIN = "Explorer"
static

Command name for the "Call Explorer Plugin" command.

Definition at line 253 of file ProDeConstants.hh.

Referenced by CallExplorerPluginCmd::shortName().

◆ CMD_SNAME_FULLY_CONNECT_BUSSES

const string ProDeConstants::CMD_SNAME_FULLY_CONNECT_BUSSES = "Full IC"
static

Command name for the "Fully connect busses" command.

Definition at line 243 of file ProDeConstants.hh.

Referenced by FullyConnectBussesCmd::shortName().

◆ CMD_SNAME_IMPLEMENTATION

const string ProDeConstants::CMD_SNAME_IMPLEMENTATION = "Implement"
static

Command name for the "Processor Implementation" command.

Definition at line 251 of file ProDeConstants.hh.

Referenced by ImplementMachineCmd::shortName().

◆ CMD_SNAME_LOAD_OPTIONS

const string ProDeConstants::CMD_SNAME_LOAD_OPTIONS = "Ld Opt"
static

Command name for the "Load Options" command.

Definition at line 258 of file ProDeConstants.hh.

◆ CMD_SNAME_MODIFY_COMP

const string ProDeConstants::CMD_SNAME_MODIFY_COMP = "Modify"
static

Command name for the "Delete Component" command.

Definition at line 265 of file ProDeConstants.hh.

Referenced by ModifyComponentCmd::shortName().

◆ CMD_SNAME_NEW_DOC

const string ProDeConstants::CMD_SNAME_NEW_DOC = "New"
static

Command name for the "New Document" command.

Definition at line 192 of file ProDeConstants.hh.

Referenced by NewDocumentCmd::shortName().

◆ CMD_SNAME_OPEN_DOC

const string ProDeConstants::CMD_SNAME_OPEN_DOC = "Open"
static

Command name for the "Open Document" command.

Definition at line 198 of file ProDeConstants.hh.

Referenced by OpenDocumentCmd::shortName().

◆ CMD_SNAME_PRINT_PREVIEW

const string ProDeConstants::CMD_SNAME_PRINT_PREVIEW = "Preview"
static

Command name for the "Print Preview" command.

Definition at line 202 of file ProDeConstants.hh.

Referenced by PrintPreviewCmd::shortName().

◆ CMD_SNAME_SAVE_DOC

const string ProDeConstants::CMD_SNAME_SAVE_DOC = "Save"
static

Command name for the "Save Document" command.

Definition at line 194 of file ProDeConstants.hh.

Referenced by SaveDocumentCmd::shortName().

◆ CMD_SNAME_SAVE_OPTIONS

const string ProDeConstants::CMD_SNAME_SAVE_OPTIONS = "Sv Opt"
static

Command name for the "Save Options" command.

Definition at line 260 of file ProDeConstants.hh.

Referenced by SaveOptionsCmd::shortName().

◆ CMD_SNAME_SAVEAS_DOC

const string ProDeConstants::CMD_SNAME_SAVEAS_DOC = "Save As"
static

Command name for the "Save Document As" command.

Definition at line 196 of file ProDeConstants.hh.

Referenced by SaveDocumentAsCmd::shortName().

◆ CMD_SNAME_SAVEAS_OPTIONS

const string ProDeConstants::CMD_SNAME_SAVEAS_OPTIONS = "SvAs Opt"
static

Command name for the "Save Options As" command.

Definition at line 262 of file ProDeConstants.hh.

◆ CMD_SNAME_TOGGLE_UNIT_DETAILS

const string ProDeConstants::CMD_SNAME_TOGGLE_UNIT_DETAILS = "Details"
static

Command name for the "Toggle Unit Details" command.

Definition at line 280 of file ProDeConstants.hh.

Referenced by ToggleUnitDetailsCmd::shortName().

◆ CMD_SNAME_VERIFY_MACHINE

const string ProDeConstants::CMD_SNAME_VERIFY_MACHINE = "Verify"
static

Command name for the "Verify Machine" command.

Definition at line 249 of file ProDeConstants.hh.

Referenced by VerifyMachineCmd::shortName().

◆ CMD_SNAME_VLIW_CONNECT_IC

const string ProDeConstants::CMD_SNAME_VLIW_CONNECT_IC = "VLIW IC"
static

Command name for the "VLIW Connect IC" command.

Definition at line 245 of file ProDeConstants.hh.

Referenced by VLIWConnectICCmd::shortName().

◆ CMD_SNAME_ZOOM_FIT_HEI

const string ProDeConstants::CMD_SNAME_ZOOM_FIT_HEI = "Fit Hgt"
static

Command name for the "Fit Height" command.

Definition at line 276 of file ProDeConstants.hh.

Referenced by FitHeightCmd::shortName().

◆ CMD_SNAME_ZOOM_FIT_WID

const string ProDeConstants::CMD_SNAME_ZOOM_FIT_WID = "Fit Wid"
static

Command name for the "Fit Width" command.

Definition at line 278 of file ProDeConstants.hh.

Referenced by FitWidthCmd::shortName().

◆ CMD_SNAME_ZOOM_FIT_WIN

const string ProDeConstants::CMD_SNAME_ZOOM_FIT_WIN = "Fit Win"
static

Command name for the "Fit Window" command.

Definition at line 274 of file ProDeConstants.hh.

Referenced by FitWindowCmd::shortName().

◆ CMD_SNAME_ZOOM_IN

const string ProDeConstants::CMD_SNAME_ZOOM_IN = "Zoom +"
static

Command name for the "Zoom In" command.

Definition at line 270 of file ProDeConstants.hh.

Referenced by ZoomInCmd::shortName().

◆ CMD_SNAME_ZOOM_OUT

const string ProDeConstants::CMD_SNAME_ZOOM_OUT = "Zoom -"
static

Command name for the "Zoom Out" command.

Definition at line 272 of file ProDeConstants.hh.

Referenced by ZoomOutCmd::shortName().

◆ COMP_DEFAULT_NAME_GCU

const string ProDeConstants::COMP_DEFAULT_NAME_GCU = "gcu"
static

Default name for new control units.

Definition at line 357 of file ProDeConstants.hh.

Referenced by AddGCUCmd::Do().

◆ COMP_DEFAULT_NAME_SEGMENT

const string ProDeConstants::COMP_DEFAULT_NAME_SEGMENT = "seg1"
static

Name for the default segments of busses.

Definition at line 359 of file ProDeConstants.hh.

Referenced by AddBusCmd::Do().

◆ COMP_NEW_NAME_PREFIX_AS

const string ProDeConstants::COMP_NEW_NAME_PREFIX_AS = "AS"
static

Prefix for new address space names.

Definition at line 379 of file ProDeConstants.hh.

Referenced by AddASCmd::Do(), and AddressSpacesDialog::onAdd().

◆ COMP_NEW_NAME_PREFIX_BRIDGE

const string ProDeConstants::COMP_NEW_NAME_PREFIX_BRIDGE = "Br"
static

Prefix for new bridge names.

Definition at line 375 of file ProDeConstants.hh.

Referenced by AddBridgeCmd::Do().

◆ COMP_NEW_NAME_PREFIX_BUS

const string ProDeConstants::COMP_NEW_NAME_PREFIX_BUS = "B"
static

Prefix for new bus names.

Definition at line 371 of file ProDeConstants.hh.

Referenced by AddBusCmd::Do().

◆ COMP_NEW_NAME_PREFIX_FU

const string ProDeConstants::COMP_NEW_NAME_PREFIX_FU = "FU"
static

Prefix for new function unit names.

Definition at line 363 of file ProDeConstants.hh.

Referenced by AddFUCmd::Do().

◆ COMP_NEW_NAME_PREFIX_IU

const string ProDeConstants::COMP_NEW_NAME_PREFIX_IU = "IMM"
static

Prefix for new immediate unit names.

Definition at line 367 of file ProDeConstants.hh.

Referenced by AddIUCmd::Do().

◆ COMP_NEW_NAME_PREFIX_OPERATION

const string ProDeConstants::COMP_NEW_NAME_PREFIX_OPERATION = "operation"
static

Prefix for new operation names.

Definition at line 377 of file ProDeConstants.hh.

Referenced by GCUDialog::onAddOperation(), and FUDialog::onAddOperation().

◆ COMP_NEW_NAME_PREFIX_PORT

const string ProDeConstants::COMP_NEW_NAME_PREFIX_PORT = "P"
static

◆ COMP_NEW_NAME_PREFIX_RF

const string ProDeConstants::COMP_NEW_NAME_PREFIX_RF = "RF"
static

Prefix for new register file names.

Definition at line 365 of file ProDeConstants.hh.

Referenced by AddRFCmd::Do().

◆ COMP_NEW_NAME_PREFIX_SOCKET

const string ProDeConstants::COMP_NEW_NAME_PREFIX_SOCKET = "S"
static

Prefix for new socket names..

Definition at line 369 of file ProDeConstants.hh.

Referenced by AddSocketCmd::Do().

◆ DARK_GRAY_COLOR

const wxColour ProDeConstants::DARK_GRAY_COLOR = wxColour(80, 80, 80)
static

Definition at line 51 of file ProDeConstants.hh.

◆ EDITOR_COPYRIGHT_TEXT

const wxString ProDeConstants::EDITOR_COPYRIGHT_TEXT
static
Initial value:
=
_T("Portions of this program are copyright\n"
"\n"
"Xerces (c) 1999-2005 The Apache Software\n"
"wxWidgets (c) 1998 Julian Smart, Robert Roebling \n"
"Tcl (c) 1998-1999 by Scriptics Corporation\n"
"Editline (c) 1997 The NetBSD Foundation, Inc.\n"
"Boost C++ Libraries (c) 2003 Beman Dawes, David Abrahams\n"
"\n"
"For more information see User manual chapter \"Copyright notices\""
)

Copyright text of the Editor.

Definition at line 384 of file ProDeConstants.hh.

Referenced by AboutDialog::createContents().

◆ EDITOR_LOGO_PATH

const string ProDeConstants::EDITOR_LOGO_PATH = "logo.png"
static

Location of the logo picture of the Editor.

Definition at line 388 of file ProDeConstants.hh.

Referenced by AboutDialog::createContents().

◆ EDITOR_NAME

const wxString ProDeConstants::EDITOR_NAME = _T("TTA Processor Designer")
static

◆ EMPTY

const string ProDeConstants::EMPTY = ""
static

Constant for "".

Definition at line 58 of file ProDeConstants.hh.

◆ EXTENSION_SIGN

const wxString ProDeConstants::EXTENSION_SIGN = _T("Sign")
static

String for the sign extension.

Definition at line 65 of file ProDeConstants.hh.

Referenced by IUDialog::onOK(), IUDialog::TransferDataToWindow(), and BusDialog::TransferDataToWindow().

◆ EXTENSION_ZERO

const wxString ProDeConstants::EXTENSION_ZERO = _T("Zero")
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().

◆ ICON_SORT_ASC

const std::string ProDeConstants::ICON_SORT_ASC = "sort_asc.png"
static

◆ ICON_SORT_DESC

const std::string ProDeConstants::ICON_SORT_DESC = "sort_desc.png"
static

◆ LIGHT_BLUE_COLOR

const wxColour ProDeConstants::LIGHT_BLUE_COLOR = wxColour(130, 200, 250)
static

Definition at line 48 of file ProDeConstants.hh.

◆ LIGHT_GRAY_COLOR

const wxColour ProDeConstants::LIGHT_GRAY_COLOR = wxColour(215, 215, 215)
static

Definition at line 53 of file ProDeConstants.hh.

◆ MEDIUM_GRAY_COLOR

const wxColour ProDeConstants::MEDIUM_GRAY_COLOR = wxColour(130, 130, 130)
static

Definition at line 52 of file ProDeConstants.hh.

◆ NONE

const wxString ProDeConstants::NONE = _T("NONE")
static

◆ PINK_COLOR

const wxColour ProDeConstants::PINK_COLOR = wxColour(255, 190, 200)
static

Definition at line 47 of file ProDeConstants.hh.

◆ PROCESSOR_ARCH_FILE_EXTENSION

const string ProDeConstants::PROCESSOR_ARCH_FILE_EXTENSION = ".adf"
static

File name extensions. Processor architecture file extension.

Definition at line 392 of file ProDeConstants.hh.

◆ PROCESSOR_CONFIG_FILE_EXTENSION

const string ProDeConstants::PROCESSOR_CONFIG_FILE_EXTENSION = ".cfg"
static

Processor configuration file extension.

Definition at line 394 of file ProDeConstants.hh.

Referenced by MDFDocument::OnOpenDocument().

◆ SEPARATOR

const string ProDeConstants::SEPARATOR = "-- separator --"
static

Definition at line 60 of file ProDeConstants.hh.

◆ SOCKET_DIRECTION_INPUT

const wxString ProDeConstants::SOCKET_DIRECTION_INPUT = _T("Input")
static

String for the socket direction: input.

Definition at line 67 of file ProDeConstants.hh.

Referenced by SocketDialog::onDirection(), and SocketDialog::updateDirection().

◆ SOCKET_DIRECTION_OUTPUT

const wxString ProDeConstants::SOCKET_DIRECTION_OUTPUT = _T("Output")
static

String for the socket direction output.

Definition at line 69 of file ProDeConstants.hh.

Referenced by SocketDialog::onDirection(), and SocketDialog::updateDirection().

◆ WHITE_COLOR

const wxColour ProDeConstants::WHITE_COLOR = wxColour(255, 255, 255)
static

Definition at line 50 of file ProDeConstants.hh.

Referenced by OperationDialog::initialize().


The documentation for this class was generated from the following files:
ProDeConstants::COMMAND_SAVEAS_OPTIONS
@ COMMAND_SAVEAS_OPTIONS
Definition: ProDeConstants.hh:465
ProDeConstants::COMMAND_NEW_DOC
@ COMMAND_NEW_DOC
Definition: ProDeConstants.hh:407
ProDeConstants::COMMAND_ADD_FU_FROM_HDB
@ COMMAND_ADD_FU_FROM_HDB
Definition: ProDeConstants.hh:428
ProDeConstants::COMMAND_EDIT_OTA_FORMATS
@ COMMAND_EDIT_OTA_FORMATS
Definition: ProDeConstants.hh:442
ProDeConstants::COMMAND_SAVE_OPTIONS
@ COMMAND_SAVE_OPTIONS
Definition: ProDeConstants.hh:464
ProDeConstants::COMMAND_UNDO
@ COMMAND_UNDO
Definition: ProDeConstants.hh:433
ProDeConstants::COMMAND_ADD_IU
@ COMMAND_ADD_IU
Definition: ProDeConstants.hh:422
ProDeConstants::COMMAND_MODIFY_COMP
@ COMMAND_MODIFY_COMP
Definition: ProDeConstants.hh:431
ProDeConstants::COMMAND_EDIT_CONNECTIONS
@ COMMAND_EDIT_CONNECTIONS
Definition: ProDeConstants.hh:439
ProDeConstants::COMMAND_QUIT
@ COMMAND_QUIT
Definition: ProDeConstants.hh:415
ProDeConstants::COMMAND_PRINT
@ COMMAND_PRINT
Definition: ProDeConstants.hh:412
ProDeConstants::COMMAND_ABOUT
@ COMMAND_ABOUT
Definition: ProDeConstants.hh:467
ProDeConstants::COMMAND_ADD_GCU
@ COMMAND_ADD_GCU
Definition: ProDeConstants.hh:423
ProDeConstants::COMMAND_EDIT_ADDRESS_SPACES
@ COMMAND_EDIT_ADDRESS_SPACES
Definition: ProDeConstants.hh:440
ProDeConstants::COMMAND_ZOOM_FIT_HEI
@ COMMAND_ZOOM_FIT_HEI
Definition: ProDeConstants.hh:450
ProDeConstants::COMMAND_NOT_IMPLEMENTED_REDO
@ COMMAND_NOT_IMPLEMENTED_REDO
Definition: ProDeConstants.hh:469
ProDeConstants::COMMAND_ZOOM_FIT_WID
@ COMMAND_ZOOM_FIT_WID
Definition: ProDeConstants.hh:451
ProDeConstants::COMMAND_ADD_FU
@ COMMAND_ADD_FU
Definition: ProDeConstants.hh:417
ProDeConstants::COMMAND_DELETE_COMP
@ COMMAND_DELETE_COMP
Definition: ProDeConstants.hh:430
ProDeConstants::COMMAND_ZOOM_FIT_WIN
@ COMMAND_ZOOM_FIT_WIN
Definition: ProDeConstants.hh:449
ProDeConstants::COMMAND_ADD_AS
@ COMMAND_ADD_AS
Definition: ProDeConstants.hh:424
ProDeConstants::COMMAND_COPY
@ COMMAND_COPY
Definition: ProDeConstants.hh:436
ProDeConstants::COMMAND_OPEN_DOC
@ COMMAND_OPEN_DOC
Definition: ProDeConstants.hh:408
ProDeConstants::COMMAND_ZOOM_IN
@ COMMAND_ZOOM_IN
Definition: ProDeConstants.hh:447
ProDeConstants::COMMAND_CUT
@ COMMAND_CUT
Definition: ProDeConstants.hh:435
ProDeConstants::COMMAND_EDIT_MACHINE
@ COMMAND_EDIT_MACHINE
Definition: ProDeConstants.hh:445
ProDeConstants::COMMAND_SAVE_DOC
@ COMMAND_SAVE_DOC
Definition: ProDeConstants.hh:410
ProDeConstants::COMMAND_SELECT
@ COMMAND_SELECT
Definition: ProDeConstants.hh:460
ProDeConstants::COMMAND_LOAD_OPTIONS
@ COMMAND_LOAD_OPTIONS
Definition: ProDeConstants.hh:463
ProDeConstants::COMMAND_EDIT_OPTIONS
@ COMMAND_EDIT_OPTIONS
Definition: ProDeConstants.hh:462
ProDeConstants::COMMAND_SAVEAS_DOC
@ COMMAND_SAVEAS_DOC
Definition: ProDeConstants.hh:411
ProDeConstants::COMMAND_ZOOM_OUT
@ COMMAND_ZOOM_OUT
Definition: ProDeConstants.hh:448
ProDeConstants::COMMAND_ADD_BUS
@ COMMAND_ADD_BUS
Definition: ProDeConstants.hh:419
ProDeConstants::COMMAND_CALL_EXPLORER_PLUGIN
@ COMMAND_CALL_EXPLORER_PLUGIN
Definition: ProDeConstants.hh:459
ProDeConstants::COMMAND_IMPLEMENTATION
@ COMMAND_IMPLEMENTATION
Definition: ProDeConstants.hh:458
ProDeConstants::COMMAND_FULLY_CONNECT_BUSSES
@ COMMAND_FULLY_CONNECT_BUSSES
Definition: ProDeConstants.hh:454
ProDeConstants::COMMAND_TOGGLE_UNIT_DETAILS
@ COMMAND_TOGGLE_UNIT_DETAILS
Definition: ProDeConstants.hh:452
ProDeConstants::COMMAND_ADD_RF
@ COMMAND_ADD_RF
Definition: ProDeConstants.hh:418
ProDeConstants::COMMAND_PRINT_PREVIEW
@ COMMAND_PRINT_PREVIEW
Definition: ProDeConstants.hh:413
ProDeConstants::COMMAND_REDO
@ COMMAND_REDO
Definition: ProDeConstants.hh:434
ProDeConstants::COMMAND_EDIT_IMMEDIATE_SLOTS
@ COMMAND_EDIT_IMMEDIATE_SLOTS
Definition: ProDeConstants.hh:443
ProDeConstants::COMMAND_EDIT_BUS_ORDER
@ COMMAND_EDIT_BUS_ORDER
Definition: ProDeConstants.hh:444
ProDeConstants::COMMAND_CLOSE_DOC
@ COMMAND_CLOSE_DOC
Definition: ProDeConstants.hh:409
ProDeConstants::COMMAND_EDIT_TEMPLATES
@ COMMAND_EDIT_TEMPLATES
Definition: ProDeConstants.hh:441
ProDeConstants::COMMAND_VLIW_CONNECT_IC
@ COMMAND_VLIW_CONNECT_IC
Definition: ProDeConstants.hh:455
ProDeConstants::COMMAND_ADD_SOCKET
@ COMMAND_ADD_SOCKET
Definition: ProDeConstants.hh:420
ProDeConstants::COMMAND_ADD_IU_FROM_HDB
@ COMMAND_ADD_IU_FROM_HDB
Definition: ProDeConstants.hh:427
ProDeConstants::COMMAND_EXPORT
@ COMMAND_EXPORT
Definition: ProDeConstants.hh:414
ProDeConstants::COMMAND_NOT_IMPLEMENTED_UNDO
@ COMMAND_NOT_IMPLEMENTED_UNDO
Definition: ProDeConstants.hh:468
ProDeConstants::COMMAND_ADD_RF_FROM_HDB
@ COMMAND_ADD_RF_FROM_HDB
Definition: ProDeConstants.hh:426
ProDeConstants::COMMAND_PASTE
@ COMMAND_PASTE
Definition: ProDeConstants.hh:437
ProDeConstants::COMMAND_ADD_BRIDGE
@ COMMAND_ADD_BRIDGE
Definition: ProDeConstants.hh:421
ProDeConstants::COMMAND_VERIFY_MACHINE
@ COMMAND_VERIFY_MACHINE
Definition: ProDeConstants.hh:457
ProDeConstants::COMMAND_BLOCKS_CONNECT_IC
@ COMMAND_BLOCKS_CONNECT_IC
Definition: ProDeConstants.hh:456