A Class to create a wxwidgets application. More...
#include <config_main.h>
Private Member Functions | |
int | OnExit () |
virtual bool | OnInit () |
Private Attributes | |
char ** | my_argv_ |
ros::NodeHandlePtr | nh_ |
A Class to create a wxwidgets application.
Definition at line 39 of file config_main.h.
int MyApp::OnExit | ( | ) | [private] |
Definition at line 62 of file config_main.cpp.
bool MyApp::OnInit | ( | ) | [private, virtual] |
Definition at line 41 of file config_main.cpp.
char** MyApp::my_argv_ [private] |
Definition at line 42 of file config_main.h.
ros::NodeHandlePtr MyApp::nh_ [private] |
Definition at line 43 of file config_main.h.