![]() |
hivemind 1.0.0
|
The MapDialog class represents a dialog window for inputting map data. More...
#include <map_dialog.h>


Public Slots | |
| void | Finish () |
| Slot called when the user finishes input and submits the data. | |
Signals | |
| void | SendData (const QString &data) |
| Signal emitted when data is ready to be sent. | |
| void | Finished () |
| Signal emitted when the dialog has finished. | |
| void | MapDataReady (float latitude, float longitude, float size) |
| Signal emitted when map data is ready to be processed. | |
Public Member Functions | |
| MapDialog (QWidget *parent=nullptr) | |
| Constructs a new MapDialog object. | |
Private Attributes | |
| QLineEdit * | m_LatitudeCoordInput |
| QLineEdit * | m_LongitudeCoordInput |
| QLineEdit * | m_SizeInput |
The MapDialog class represents a dialog window for inputting map data.
Definition at line 15 of file map_dialog.h.
| Gui::MapDialog::MapDialog | ( | QWidget * | parent = nullptr | ) |
Constructs a new MapDialog object.
| parent | The parent widget of the dialog. |
Definition at line 10 of file map_dialog.cpp.
References Finish(), m_LatitudeCoordInput, m_LongitudeCoordInput, and m_SizeInput.

|
slot |
Slot called when the user finishes input and submits the data.
Definition at line 41 of file map_dialog.cpp.
References Finished(), m_LatitudeCoordInput, m_LongitudeCoordInput, m_SizeInput, and MapDataReady().
Referenced by MapDialog().

|
signal |
Signal emitted when the dialog has finished.
Referenced by Finish().

|
signal |
Signal emitted when map data is ready to be processed.
| latitude | The latitude coordinate of the map data. |
| longitude | The longitude coordinate of the map data. |
| size | The size of the map data. |
Referenced by Finish().

|
signal |
Signal emitted when data is ready to be sent.
| data | The data to be sent. |
|
private |
Definition at line 54 of file map_dialog.h.
Referenced by Finish(), and MapDialog().
|
private |
Definition at line 55 of file map_dialog.h.
Referenced by Finish(), and MapDialog().
|
private |
Definition at line 56 of file map_dialog.h.
Referenced by Finish(), and MapDialog().