|
OpenASIP 2.2
|
#include <wx/progdlg.h>#include <boost/format.hpp>#include "ProximMainFrame.hh"#include "ProximConstants.hh"#include "ErrorDialog.hh"#include "WarningDialog.hh"#include "GUICommand.hh"#include "Proxim.hh"#include "WxConversion.hh"#include "ContainerTools.hh"#include "Exception.hh"#include "ProximToolbox.hh"#include "Environment.hh"#include "FileSystem.hh"#include "GUIOptions.hh"#include "ProximOpenMachineCmd.hh"#include "ProximOpenProgramCmd.hh"#include "ProximCDCmd.hh"#include "ProximRunCmd.hh"#include "ProximStepICmd.hh"#include "ProximNextICmd.hh"#include "ProximResumeCmd.hh"#include "ProximKillCmd.hh"#include "ProximQuitCmd.hh"#include "ProximClearConsoleCmd.hh"#include "ProximAboutCmd.hh"#include "ProximNewPortWindowCmd.hh"#include "ProximNewRegisterWindowCmd.hh"#include "ProximSimulatorSettingsCmd.hh"#include "ProximOptionsCmd.hh"#include "ProximExecuteFileCmd.hh"#include "HighlightTopExecCountsCmd.hh"#include "HighlightExecPercentageCmd.hh"#include "ClearDisassemblyHighlightCmd.hh"#include "UserManualCmd.hh"#include "ProximFindCmd.hh"#include "ConsoleWindow.hh"#include "ProximDisassemblyWindow.hh"#include "ProximMemoryWindow.hh"#include "ProximRegisterWindow.hh"#include "ProximControlWindow.hh"#include "ProximPortWindow.hh"#include "ProximMachineStateWindow.hh"#include "ProximBreakpointWindow.hh"#include "ProximSimulatorWindow.hh"#include "ProximCmdHistoryWindow.hh"#include "TracedSimulatorFrontend.hh"#include "ProximStopDialog.hh"#include "ProximSimulationThread.hh"#include "MemorySystem.hh"#include "ProximDebuggerWindow.hh"Go to the source code of this file.
Functions | |
| EVT_MENU_RANGE (ProximConstants::COMMAND_FIRST, ProximConstants::COMMAND_LAST, ProximMainFrame::onCommandEvent) EVT_MENU_RANGE(ProximConstants | |
| EVT_MENU_RANGE | ( | ProximConstants::COMMAND_FIRST | , |
| ProximConstants::COMMAND_LAST | , | ||
| ProximMainFrame::onCommandEvent | |||
| ) |
The constructor.
| title | Frame title. |
| pos | Frame position on screen. |
| size | Frame size. |
Definition at line 91 of file ProximMainFrame.cc.
References CommandRegistry::addCommand().
