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) | |
QString | name |
Name of the plugin ( requested from the plugin on load) | |
QString | version |
Version of the plugin ( requested from the plugin on load) | |
QString | description |
Description of the plugin ( requested from the plugin on load) | |
ACG::SceneGraph::DrawModes::DrawMode | modes |
Supported DrawModes. | |
QAction * | optionsAction |
Possible action to add an options action or menu to the system. | |
Type defining a currently loaded Renderer
Definition at line 55 of file RendererInfo.hh.