OpenASIP
2.0
|
#include <ProximControlWindow.hh>
Public Member Functions | |
ProximControlWindow (ProximMainFrame *parent, int id) | |
virtual | ~ProximControlWindow () |
virtual void | reset () |
Private Member Functions | |
wxSizer * | createContents (wxWindow *parent, bool call_fit, bool set_sizer) |
Additional Inherited Members | |
Protected Member Functions inherited from ProximSimulatorWindow | |
ProximSimulatorWindow (ProximMainFrame *mainFrame, wxWindowID id=-1, wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, long style=wxTAB_TRAVERSAL) | |
virtual | ~ProximSimulatorWindow () |
Proxim subwindow with buttons to control the simulation process.
ProximControlWindow doesn't handle button events. The events are passed to the parent window. Button enabled status is updated using wxUpdateUI events.
Definition at line 52 of file ProximControlWindow.hh.
ProximControlWindow::ProximControlWindow | ( | ProximMainFrame * | parent, |
int | id | ||
) |
Constructor.
parent | Parent window of the window. |
id | Window identifier. |
Definition at line 50 of file ProximControlWindow.cc.
References createContents().
|
virtual |
|
private |
Creates the window contents.
Code generated by wxDesigner.
Definition at line 79 of file ProximControlWindow.cc.
References ProximConstants::COMMAND_KILL, ProximConstants::COMMAND_NEXTI, ProximConstants::COMMAND_RESUME, ProximConstants::COMMAND_RUN, and ProximConstants::COMMAND_STEPI.
Referenced by ProximControlWindow().
|
virtual |
Called when the simulator program, memory and machine models are reset.
Reimplemented from ProximSimulatorWindow.
Definition at line 69 of file ProximControlWindow.cc.