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