#include <mock_display_factory.h>

| 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.  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... | |
| Additional Inherited Members | |
|  Public Member Functions inherited from rviz::DisplayFactory | |
| 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 Attributes inherited from rviz::DisplayFactory | |
| QMap< QString, QSet< QString > > | message_type_cache_ | 
Definition at line 36 of file mock_display_factory.h.
| 
 | protectedvirtual | 
Overridden from PluginlibFactory<Display> to set the icon of the Display.
Reimplemented from rviz::DisplayFactory.
Definition at line 37 of file mock_display_factory.cpp.