Classes | |
class | gazebo::gui::ViewFactory |
The view factory creates GUI widgets to visualize data on a topic. More... | |
Macros | |
#define | GZ_REGISTER_STATIC_VIEWER(msgtype, classname) |
Static view registration macro. More... | |
#define GZ_REGISTER_STATIC_VIEWER | ( | msgtype, | |
classname | |||
) |
Static view registration macro.
Use this macro to register views.
[in] | msgtype | Type of message to visualize. |
[in] | classname | C++ class name for the view. |