![]() |
hivemind 1.0.0
|
The simulator widget used to simulate scenarios. More...
#include <simulator.h>
Public Member Functions | |
Simulator (QWidget *parent=nullptr) | |
Constructs the simulator widget. | |
~Simulator () | |
Destructs the simulator widget. | |
QSize | sizeHint () const override |
Private Attributes | |
QGridLayout * | m_Layout |
The layout of the simulator widget. | |
The simulator widget used to simulate scenarios.
Contains the graphical functionality to simulate scenarios.
Definition at line 13 of file simulator.h.
Gui::Simulator::Simulator | ( | QWidget * | parent = nullptr | ) |
Constructs the simulator widget.
parent | The parent of the simulator widget. |
Definition at line 7 of file simulator.cpp.
References m_Layout.
Gui::Simulator::~Simulator | ( | ) |
Destructs the simulator widget.
Definition at line 19 of file simulator.cpp.
|
inlineoverride |
Definition at line 24 of file simulator.h.
|
private |
The layout of the simulator widget.
Definition at line 31 of file simulator.h.
Referenced by Simulator().