9 #include <gtkmm/button.h> 10 #include <gtkmm/buttonbox.h> 11 #include <gtkmm/linkbutton.h> The class definition of the ControlsModel class, a data model which encapsulates all state...
Gtk::LinkButton helpButton
A button which, when clicked, opens up an about/help window.
ControlsModel * model
A pointer to the related model.
void initProgramControlsContainer()
Packs children into the controlsView, and sets the layout and size of it.
Gtk::Button *const getSingleStepExecuteButton()
Gets the singleStepExecuteButton member variable.
ControlsView is the visual aspect of the controls that run along the top of the KoMo2 GUI...
Gtk::Button haltExecutionButton
A button which, when clicked, halts the current execution of Jimulator.
void initHelpButton()
Setup all of the information about the help button.
ControlsView(MainWindowView *const parent)
Construct a new Controls View.
Gtk::Button pauseResumeButton
A button which, when clicked, toggles between playing and pausing the execution of Jimulator (i...
Gtk::Button *const getHaltExecutionButton()
Gets the haltExecutionButton member variable.
The class definition of the main window of the program. This main window is the mater view of the pro...
void initSingleStepExecuteButton()
Sets up all of the information about the single step execution button.
Gtk::Button reloadJimulatorButton
A button which, when clicked, reloads the program into Jimulator again.
Gtk::Button *const getPauseResumeButton()
Gets the pauseResumeButton member variable.
void initReloadJimulatorButton()
Sets up all of the information about the reload Jimulator button.
MainWindowView *const parent
A pointer to the parent view.
Gtk::Button *const getReloadJimulatorButton()
Gets the reloadJimulatorButton member variable.
void initPauseResumeButton()
Sets up all of the information about the pause & resume button. This is emptier than its sibling func...
void initHaltExecutionButton()
Sets up all of the information about the halt execution button.
void setModel(ControlsModel *const val)
Set the model member variable.
Gtk::LinkButton *const getHelpButton()
Gets the helpButton member variable.
Gtk::Button singleStepExecuteButton
A button which, when clicked, performs a single-step of execution IF Jimulator is already paused...
void setButtonImages(const std::string projectRoot)
Sets the images for 4 of the buttons.