Go to the source code of this file.
 | 
|   | gazebo | 
|   | Forward declarations for the common classes. 
  | 
|   | 
      
        
          | #define GZ_REGISTER_GUI_PLUGIN | 
          ( | 
            | 
          classname | ) | 
           | 
        
      
 
Value:
  GAZEBO_VISIBLE \
  gazebo::GUIPlugin *RegisterPlugin() \
  {\
    return new classname();\
  }
A plugin loaded within the gzclient on startup. 
Definition: GuiPlugin.hh:26
 
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported. 
Definition: system.hh:48
 
 
Plugin registration function for gui plugin. 
Part of the shared object interface. This function is called when loading the shared library to add the plugin to the registered list. 
- Returns
 - the name of the registered plugin