Implements the low level functionalities of the Laser properties widget. Inherits form QWidget and Ui_LaserProperties (auto created from ui file) More...
#include <stdr_laser_properties_loader.h>
Public Member Functions | |
CLaserPropertiesLoader (int argc, char **argv) | |
Default contructor. | |
~CLaserPropertiesLoader (void) | |
Default destructor. | |
Private Attributes | |
int | argc_ |
< Number of input arguments | |
char ** | argv_ |
Implements the low level functionalities of the Laser properties widget. Inherits form QWidget and Ui_LaserProperties (auto created from ui file)
Definition at line 38 of file stdr_laser_properties_loader.h.
stdr_gui::CLaserPropertiesLoader::CLaserPropertiesLoader | ( | int | argc, |
char ** | argv | ||
) |
Default contructor.
argc | [int] Number of input arguments |
argv | [char**] Input arguments |
Definition at line 32 of file stdr_laser_properties_loader.cpp.
int stdr_gui::CLaserPropertiesLoader::argc_ [private] |
< Number of input arguments
Input arguments
Definition at line 46 of file stdr_laser_properties_loader.h.
char** stdr_gui::CLaserPropertiesLoader::argv_ [private] |
Definition at line 47 of file stdr_laser_properties_loader.h.