#include <SimulationBar.h>
|
SignalProxy< void(SimulatorItem *)> | sigSimulationAboutToStart () |
|
void | startSimulation (SimulatorItem *simulator, bool doRest) |
|
void | startSimulation (bool doRest=true) |
|
void | stopSimulation (SimulatorItem *simulator) |
|
void | pauseSimulation (SimulatorItem *simulator) |
|
virtual | ~SimulationBar () |
|
| ToolBar (const QString &title) |
|
virtual | ~ToolBar () |
|
ToolButton * | addButton (const QString &text, const QString &tooltip=QString()) |
|
ToolButton * | addButton (const QIcon &icon, const QString &tooltip=QString()) |
|
ToolButton * | addButton (const char *const *xpm, const QString &tooltip=QString()) |
|
ToolButton * | addToggleButton (const QString &text, const QString &tooltip=QString()) |
|
ToolButton * | addToggleButton (const QIcon &icon, const QString &tooltip=QString()) |
|
ToolButton * | addToggleButton (const char *const *xpm, const QString &tooltip=QString()) |
|
void | requestNewRadioGroup () |
|
QButtonGroup * | currentRadioGroup () |
|
ToolButton * | addRadioButton (const QString &text, const QString &tooltip=QString()) |
|
ToolButton * | addRadioButton (const QIcon &icon, const QString &tooltip=QString()) |
|
ToolButton * | addRadioButton (const char *const *xpm, const QString &tooltip=QString()) |
|
void | addAction (QAction *action) |
|
void | addWidget (QWidget *widget) |
|
QLabel * | addLabel (const QString &text) |
|
QLabel * | addImage (const QString &filename) |
|
QWidget * | addSeparator (int spacing=0) |
|
void | addSpacing (int size) |
|
void | setVisibleByDefault (bool on) |
|
bool | isVisibleByDefault () const |
|
void | setStretchable (bool on) |
|
bool | isStretchable () const |
|
virtual int | stretchableDefaultWidth () const |
|
ToolBarArea * | toolBarArea () |
|
virtual bool | storeState (Archive &archive) |
|
virtual bool | restoreState (const Archive &archive) |
|
SimulationBar::~SimulationBar |
( |
| ) |
|
|
virtual |
void SimulationBar::startSimulation |
( |
SimulatorItem * |
simulator, |
|
|
bool |
doRest |
|
) |
| |
void SimulationBar::startSimulation |
( |
bool |
doRest = true | ) |
|
The documentation for this class was generated from the following files: