Developer Documentation
PostProcessorInfo Class Reference

#include <OpenFlipper/common/RendererInfo.hh>

Public Member Functions

 PostProcessorInfo (PostProcessorInterface *_plugin, QString _name)
 

Public Attributes

PostProcessorInterfaceplugin
 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...
 

Detailed Description

Type defining a currently loaded Post processor

Definition at line 184 of file RendererInfo.hh.

Constructor & Destructor Documentation

◆ PostProcessorInfo() [1/2]

PostProcessorInfo::PostProcessorInfo ( )

Definition at line 217 of file RendererInfo.cc.

◆ PostProcessorInfo() [2/2]

PostProcessorInfo::PostProcessorInfo ( PostProcessorInterface _plugin,
QString  _name 
)

Definition at line 210 of file RendererInfo.cc.

Member Data Documentation

◆ description

QString PostProcessorInfo::description

Description of the plugin.

Definition at line 199 of file RendererInfo.hh.

◆ name

QString PostProcessorInfo::name

Name of the plugin ( requested from the plugin on load)

Definition at line 196 of file RendererInfo.hh.

◆ optionsAction

QAction* PostProcessorInfo::optionsAction

Possible action to add an options action or menu to the system.

Definition at line 205 of file RendererInfo.hh.

◆ plugin

PostProcessorInterface* PostProcessorInfo::plugin

Pointer to the loaded plugin (Already casted when loading it)

Definition at line 193 of file RendererInfo.hh.

◆ version

QString PostProcessorInfo::version

Version of the plugin.

Definition at line 202 of file RendererInfo.hh.


The documentation for this class was generated from the following files: