![]() |
hivemind 1.0.0
|
The planner widget used for planning scenarios. More...
#include <planner.h>
Public Member Functions | |
Planner (QWidget *parent=nullptr) | |
Constructs the planner widget. | |
~Planner () | |
Destructs the planner widget. | |
Private Attributes | |
MapViewer * | m_MapViewer |
The layout of the planner widget. | |
Timeline * | m_Timeline |
The planner widget used for planning scenarios.
Contains the graphical functionality to plan scenarios.
Gui::Planner::Planner | ( | QWidget * | parent = nullptr | ) |
Constructs the planner widget.
parent | The parent of the planner widget. |
Definition at line 5 of file planner.cpp.
References m_MapViewer, and m_Timeline.
Gui::Planner::~Planner | ( | ) |
Destructs the planner widget.
Definition at line 19 of file planner.cpp.
|
private |
|
private |