Developer Documentation
|
#include <OpenFlipper/common/RendererInfo.hh>
Public Member Functions | |
PostProcessorInfo (PostProcessorInterface *_plugin, QString _name) | |
Public Attributes | |
PostProcessorInterface * | 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 | description |
Description of the plugin. More... | |
QString | version |
Version of the plugin. More... | |
QAction * | optionsAction |
Possible action to add an options action or menu to the system. More... | |
Type defining a currently loaded Post processor
Definition at line 184 of file RendererInfo.hh.
PostProcessorInfo::PostProcessorInfo | ( | ) |
Definition at line 217 of file RendererInfo.cc.
PostProcessorInfo::PostProcessorInfo | ( | PostProcessorInterface * | _plugin, |
QString | _name | ||
) |
Definition at line 210 of file RendererInfo.cc.
QString PostProcessorInfo::description |
Description of the plugin.
Definition at line 199 of file RendererInfo.hh.
QString PostProcessorInfo::name |
Name of the plugin ( requested from the plugin on load)
Definition at line 196 of file RendererInfo.hh.
QAction* PostProcessorInfo::optionsAction |
Possible action to add an options action or menu to the system.
Definition at line 205 of file RendererInfo.hh.
PostProcessorInterface* PostProcessorInfo::plugin |
Pointer to the loaded plugin (Already casted when loading it)
Definition at line 193 of file RendererInfo.hh.
QString PostProcessorInfo::version |
Version of the plugin.
Definition at line 202 of file RendererInfo.hh.