ViewFactory.hh File Reference
#include <string>
#include <map>
#include <vector>
#include "gazebo/gui/GuiTypes.hh"
#include "gazebo/util/system.hh"

Go to the source code of this file.

Classes

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

Namespaces

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

Macros

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

Typedefs

typedef TopicView *(* ViewFactoryFn) (QWidget *_parent)