![]() |
hivemind 1.0.0
|
The launcher widget used to launch scenarios. More...
#include <launcher.h>
Public Member Functions | |
Launcher (QWidget *parent=nullptr) | |
Constructs the launcher widget. | |
~Launcher () | |
Destructs the launcher widget. | |
Private Attributes | |
QVBoxLayout * | m_Layout |
The layout of the launcher widget. | |
The launcher widget used to launch scenarios.
Contains the graphical functionality to launch scenarios.
Definition at line 11 of file launcher.h.
Gui::Launcher::Launcher | ( | QWidget * | parent = nullptr | ) |
Constructs the launcher widget.
parent | The parent of the launcher widget. |
Definition at line 7 of file launcher.cpp.
References m_Layout.
Gui::Launcher::~Launcher | ( | ) |
Destructs the launcher widget.
Definition at line 17 of file launcher.cpp.
|
private |
The layout of the launcher widget.
Definition at line 23 of file launcher.h.
Referenced by Launcher().