![]() |
hivemind 1.0.0
|
The sidebar of the main window. More...
#include <sidebar.h>


Signals | |
| void | scenarioDataReady (Core::UTMCoordinate coord, int size) |
| Signal emitted when scenario data is ready to be processed. | |
Public Member Functions | |
| Sidebar (QWidget *parent=nullptr) | |
| Construct the sidebar. | |
Private Attributes | |
| QVBoxLayout * | m_Layout |
| The layout of the sidebar. | |
| ScenarioControls * | m_ScenarioControls |
| AgentControls * | m_AgentControls |
| KeyframeControls * | m_KeyframeControls |
The sidebar of the main window.
The sidebar of the main content exists to provide the user access to tools related to the active tab in the tab widget.
| Gui::Sidebar::Sidebar | ( | QWidget * | parent = nullptr | ) |
Construct the sidebar.
| parent | The parent of the sidebar. |
Definition at line 17 of file sidebar.cpp.
References m_AgentControls, m_KeyframeControls, m_Layout, and m_ScenarioControls.
|
signal |
Signal emitted when scenario data is ready to be processed.
| coord | The UTM coordinate of the center of the scenario. |
| size | The size of the scenario in meters. |
|
private |
|
private |
|
private |
|
private |