Developer Documentation
|
#include <OpenFlipper/common/RendererInfo.hh>
Public Member Functions | |
RendererInfo (RenderInterface *_plugin, QString _name) | |
Public Attributes | |
RenderInterface * | plugin |
Pointer to the loaded plugin (Already casted when loading it) More... | |
QString | name |
Name of the plugin ( requested from the plugin on load) More... | |
QString | version |
Version of the plugin ( requested from the plugin on load) More... | |
QString | description |
Description of the plugin ( requested from the plugin on load) More... | |
ACG::SceneGraph::DrawModes::DrawMode | modes |
Supported DrawModes. More... | |
QAction * | optionsAction |
Possible action to add an options action or menu to the system. More... | |
Type defining a currently loaded Renderer
Definition at line 55 of file RendererInfo.hh.
RendererInfo::RendererInfo | ( | ) |
Definition at line 56 of file RendererInfo.cc.
RendererInfo::RendererInfo | ( | RenderInterface * | _plugin, |
QString | _name | ||
) |
Definition at line 63 of file RendererInfo.cc.
QString RendererInfo::description |
Description of the plugin ( requested from the plugin on load)
Definition at line 73 of file RendererInfo.hh.
ACG::SceneGraph::DrawModes::DrawMode RendererInfo::modes |
Supported DrawModes.
Definition at line 76 of file RendererInfo.hh.
QString RendererInfo::name |
Name of the plugin ( requested from the plugin on load)
Definition at line 67 of file RendererInfo.hh.
QAction* RendererInfo::optionsAction |
Possible action to add an options action or menu to the system.
Definition at line 79 of file RendererInfo.hh.
RenderInterface* RendererInfo::plugin |
Pointer to the loaded plugin (Already casted when loading it)
Definition at line 64 of file RendererInfo.hh.
QString RendererInfo::version |
Version of the plugin ( requested from the plugin on load)
Definition at line 70 of file RendererInfo.hh.