hivemind 1.0.0
Loading...
Searching...
No Matches
Gui::Launcher Class Reference

The launcher widget used to launch scenarios. More...

#include <launcher.h>

Inheritance diagram for Gui::Launcher:
Inheritance graph
Collaboration diagram for Gui::Launcher:
Collaboration graph

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.
 

Detailed Description

The launcher widget used to launch scenarios.

Contains the graphical functionality to launch scenarios.

Definition at line 11 of file launcher.h.

Constructor & Destructor Documentation

◆ Launcher()

Gui::Launcher::Launcher ( QWidget *  parent = nullptr)

Constructs the launcher widget.

Parameters
parentThe parent of the launcher widget.

Definition at line 7 of file launcher.cpp.

References m_Layout.

◆ ~Launcher()

Gui::Launcher::~Launcher ( )

Destructs the launcher widget.

Definition at line 17 of file launcher.cpp.

Member Data Documentation

◆ m_Layout

QVBoxLayout* Gui::Launcher::m_Layout
private

The layout of the launcher widget.

Definition at line 23 of file launcher.h.

Referenced by Launcher().


The documentation for this class was generated from the following files: