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

The simulator widget used to simulate scenarios. More...

#include <simulator.h>

Inheritance diagram for Gui::Simulator:
Inheritance graph
Collaboration diagram for Gui::Simulator:
Collaboration graph

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.
 

Detailed Description

The simulator widget used to simulate scenarios.

Contains the graphical functionality to simulate scenarios.

Definition at line 13 of file simulator.h.

Constructor & Destructor Documentation

◆ Simulator()

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

Constructs the simulator widget.

Parameters
parentThe parent of the simulator widget.

Definition at line 7 of file simulator.cpp.

References m_Layout.

◆ ~Simulator()

Gui::Simulator::~Simulator ( )

Destructs the simulator widget.

Definition at line 19 of file simulator.cpp.

Member Function Documentation

◆ sizeHint()

QSize Gui::Simulator::sizeHint ( ) const
inlineoverride

Definition at line 24 of file simulator.h.

Member Data Documentation

◆ m_Layout

QGridLayout* Gui::Simulator::m_Layout
private

The layout of the simulator widget.

Definition at line 31 of file simulator.h.

Referenced by Simulator().


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