#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. More... | |
Public Member Functions inherited from rviz::PluginlibFactory< Display > | |
virtual void | addBuiltInClass (const QString &package, const QString &name, const QString &description, Display *(*factory_function)()) |
QString | getClassDescription (const QString &class_id) const override |
QString | getClassName (const QString &class_id) const override |
QString | getClassPackage (const QString &class_id) const override |
QStringList | getDeclaredClassIds () override |
QIcon | getIcon (const QString &class_id) const override |
virtual QString | getPluginManifestPath (const QString &class_id) const |
PluginlibFactory (const QString &package, const QString &base_class_type) | |
~PluginlibFactory () override | |
Public Member Functions inherited from rviz::ClassIdRecordingFactory< Display > | |
virtual Display * | make (const QString &class_id, QString *error_return=nullptr) |
Instantiate and return a instance of a subclass of Type using makeRaw(). More... | |
Public Member Functions inherited from rviz::Factory | |
virtual | ~Factory () |
Protected Member Functions | |
Display * | makeRaw (const QString &class_id, QString *error_return=nullptr) override |
Overridden from PluginlibFactory<Display> to set the icon of the Display. More... | |
Protected Member Functions inherited from rviz::PluginlibFactory< Display > | |
Display * | makeRaw (const QString &class_id, QString *error_return=nullptr) override |
Instantiate and return a instance of a subclass of Type using our pluginlib::ClassLoader. More... | |
Protected Attributes | |
QMap< QString, QSet< QString > > | message_type_cache_ |
Definition at line 42 of file display_factory.h.
rviz::DisplayFactory::DisplayFactory | ( | ) |
Definition at line 43 of file display_factory.cpp.
|
virtual |
Get all supported message types for the given class id.
Definition at line 58 of file display_factory.cpp.
|
overrideprotectedvirtual |
Overridden from PluginlibFactory<Display> to set the icon of the Display.
Implements rviz::ClassIdRecordingFactory< Display >.
Reimplemented in rviz::MockDisplayFactory.
Definition at line 48 of file display_factory.cpp.
|
protected |
Definition at line 54 of file display_factory.h.