#include <display_factory.h>
Public Member Functions | |
DisplayFactory () | |
virtual QSet< QString > | getMessageTypes (const QString &class_id) |
Get all supported message types for the given class id. | |
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. | |
Protected Attributes | |
QMap< QString, QSet< QString > > | message_type_cache_ |
Definition at line 43 of file display_factory.h.
Definition at line 44 of file display_factory.cpp.
QSet< QString > rviz::DisplayFactory::getMessageTypes | ( | const QString & | class_id | ) | [virtual] |
Get all supported message types for the given class id.
Definition at line 60 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 50 of file display_factory.cpp.
QMap< QString, QSet<QString> > rviz::DisplayFactory::message_type_cache_ [protected] |
Definition at line 55 of file display_factory.h.