#include <display_factory.h>

Public Member Functions | |
| DisplayFactory () | |
Protected Member Functions | |
| virtual Display * | makeRaw (const QString &class_id, QString *error_return=NULL) |
| Overridden from PluginlibFactory<Display> to set the icon of the Display. | |
Definition at line 40 of file display_factory.h.
Definition at line 42 of file display_factory.cpp.
| Display * rviz::DisplayFactory::makeRaw | ( | const QString & | class_id, |
| QString * | error_return = NULL |
||
| ) | [protected, virtual] |
Overridden from PluginlibFactory<Display> to set the icon of the Display.
Reimplemented from rviz::PluginlibFactory< Display >.
Reimplemented in rviz::MockDisplayFactory.
Definition at line 48 of file display_factory.cpp.