All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros | Typedefs
ViewFactory.hh File Reference
#include <string>
#include <map>
#include <vector>
#include "gazebo/gui/GuiTypes.hh"
#include "gazebo/util/system.hh"
Include dependency graph for ViewFactory.hh:

Go to the source code of this file.

Classes

class  gazebo::gui::ViewFactory
 The view factory creates GUI widgets to visualize data on a topic. More...
 

Namespaces

 gazebo
 Forward declarations for the common classes.
 
 gazebo::gui
 gui namespace
 

Macros

#define GZ_REGISTER_STATIC_VIEWER(msgtype, classname)
 Static view registration macro. More...
 

Typedefs

typedef TopicView *(* gazebo::gui::ViewFactoryFn )(QWidget *_parent)