#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 | |
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 *(* | ViewFactoryFn) (QWidget *_parent) |