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

The planner widget used for planning scenarios. More...

#include <planner.h>

Inheritance diagram for Gui::Planner:
Inheritance graph
Collaboration diagram for Gui::Planner:
Collaboration graph

Public Member Functions

 Planner (QWidget *parent=nullptr)
 Constructs the planner widget.
 
 ~Planner ()
 Destructs the planner widget.
 

Private Attributes

MapViewerm_MapViewer
 The layout of the planner widget.
 
Timelinem_Timeline
 

Detailed Description

The planner widget used for planning scenarios.

Contains the graphical functionality to plan scenarios.

Definition at line 13 of file planner.h.

Constructor & Destructor Documentation

◆ Planner()

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

Constructs the planner widget.

Parameters
parentThe parent of the planner widget.

Definition at line 5 of file planner.cpp.

References m_MapViewer, and m_Timeline.

◆ ~Planner()

Gui::Planner::~Planner ( )

Destructs the planner widget.

Definition at line 19 of file planner.cpp.

Member Data Documentation

◆ m_MapViewer

MapViewer* Gui::Planner::m_MapViewer
private

The layout of the planner widget.

Definition at line 26 of file planner.h.

Referenced by Planner().

◆ m_Timeline

Timeline* Gui::Planner::m_Timeline
private

Definition at line 27 of file planner.h.

Referenced by Planner().


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