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