#include <stdr_gui_loader.h>
Public Member Functions | |
void | addToolbarIcons (void) |
Adds the tool buttons in the main window toolbar. | |
CGuiLoader (int argc, char **argv) | |
Default contructor. | |
void | closeEvent (QCloseEvent *event) |
Overloading of closeEvent function from QMainWindow. | |
bool | closeTriggered (void) |
Returns true if a close event was triggered. | |
QEvent * | getCloseEvent (void) |
Returns the exit event. | |
void | shutdown (void) |
Shuts down the main window. | |
Public Attributes | |
QAction * | actionAddRobot |
The action of new RFID tag button. | |
QAction * | actionAdjusted |
QAction * | actionGrid |
The action of creating new robot button. | |
QAction * | actionLoadMap |
The action of zooming in button. | |
QAction * | actionNewCo2 |
The action of new sound source button. | |
QAction * | actionNewRfid |
The action of new thermal source button. | |
QAction * | actionNewRobot |
The action of adding a new robot button. | |
QAction * | actionNewSound |
The action of loading a map button. | |
QAction * | actionNewThermal |
The action of new CO2 source button. | |
QAction * | actionProperties |
< The action of properties button | |
QAction * | actionZoomIn |
The action of zooming out button. | |
QAction * | actionZoomOut |
The action of map adjusted button. | |
Private Attributes | |
int | argc_ |
< The number of input arguments | |
char ** | argv_ |
True if the exit signal was emmited. | |
bool | close_signal_ |
The exit event (when occurs) | |
QCloseEvent * | event_ |
Definition at line 38 of file stdr_gui_loader.h.
stdr_gui::CGuiLoader::CGuiLoader | ( | int | argc, |
char ** | argv | ||
) |
Default contructor.
argc | [int] Number of input arguments |
argv | [char **] Input arguments |
Definition at line 32 of file stdr_gui_loader.cpp.
void stdr_gui::CGuiLoader::addToolbarIcons | ( | void | ) |
Adds the tool buttons in the main window toolbar.
Definition at line 46 of file stdr_gui_loader.cpp.
void stdr_gui::CGuiLoader::closeEvent | ( | QCloseEvent * | event | ) |
Overloading of closeEvent function from QMainWindow.
event | [QCloseEvent*] The exit event |
Definition at line 247 of file stdr_gui_loader.cpp.
bool stdr_gui::CGuiLoader::closeTriggered | ( | void | ) |
Returns true if a close event was triggered.
Definition at line 276 of file stdr_gui_loader.cpp.
QEvent * stdr_gui::CGuiLoader::getCloseEvent | ( | void | ) |
void stdr_gui::CGuiLoader::shutdown | ( | void | ) |
QAction* stdr_gui::CGuiLoader::actionAddRobot |
The action of new RFID tag button.
Definition at line 63 of file stdr_gui_loader.h.
QAction* stdr_gui::CGuiLoader::actionAdjusted |
Definition at line 78 of file stdr_gui_loader.h.
QAction* stdr_gui::CGuiLoader::actionGrid |
The action of creating new robot button.
Definition at line 59 of file stdr_gui_loader.h.
QAction* stdr_gui::CGuiLoader::actionLoadMap |
The action of zooming in button.
Definition at line 73 of file stdr_gui_loader.h.
QAction* stdr_gui::CGuiLoader::actionNewCo2 |
The action of new sound source button.
Definition at line 69 of file stdr_gui_loader.h.
QAction* stdr_gui::CGuiLoader::actionNewRfid |
The action of new thermal source button.
Definition at line 65 of file stdr_gui_loader.h.
QAction* stdr_gui::CGuiLoader::actionNewRobot |
The action of adding a new robot button.
Definition at line 61 of file stdr_gui_loader.h.
QAction* stdr_gui::CGuiLoader::actionNewSound |
The action of loading a map button.
Definition at line 71 of file stdr_gui_loader.h.
The action of new CO2 source button.
Definition at line 67 of file stdr_gui_loader.h.
< The action of properties button
The action of toggle grid button
Definition at line 57 of file stdr_gui_loader.h.
QAction* stdr_gui::CGuiLoader::actionZoomIn |
The action of zooming out button.
Definition at line 75 of file stdr_gui_loader.h.
QAction* stdr_gui::CGuiLoader::actionZoomOut |
The action of map adjusted button.
Definition at line 77 of file stdr_gui_loader.h.
int stdr_gui::CGuiLoader::argc_ [private] |
< The number of input arguments
The input arguments
Definition at line 44 of file stdr_gui_loader.h.
char** stdr_gui::CGuiLoader::argv_ [private] |
True if the exit signal was emmited.
Definition at line 47 of file stdr_gui_loader.h.
bool stdr_gui::CGuiLoader::close_signal_ [private] |
The exit event (when occurs)
Definition at line 49 of file stdr_gui_loader.h.
QCloseEvent* stdr_gui::CGuiLoader::event_ [private] |
Definition at line 50 of file stdr_gui_loader.h.