Developer Documentation
RendererInfo Class Reference

#include <OpenFlipper/common/RendererInfo.hh>

Public Member Functions

 RendererInfo (RenderInterface *_plugin, QString _name)
 

Public Attributes

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

Detailed Description

Type defining a currently loaded Renderer

Definition at line 55 of file RendererInfo.hh.

Constructor & Destructor Documentation

◆ RendererInfo() [1/2]

RendererInfo::RendererInfo ( )

Definition at line 56 of file RendererInfo.cc.

◆ RendererInfo() [2/2]

RendererInfo::RendererInfo ( RenderInterface _plugin,
QString  _name 
)

Definition at line 63 of file RendererInfo.cc.

Member Data Documentation

◆ description

QString RendererInfo::description

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

Definition at line 73 of file RendererInfo.hh.

◆ modes

Supported DrawModes.

Definition at line 76 of file RendererInfo.hh.

◆ name

QString RendererInfo::name

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

Definition at line 67 of file RendererInfo.hh.

◆ optionsAction

QAction* RendererInfo::optionsAction

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

Definition at line 79 of file RendererInfo.hh.

◆ plugin

RenderInterface* RendererInfo::plugin

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

Definition at line 64 of file RendererInfo.hh.

◆ version

QString RendererInfo::version

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

Definition at line 70 of file RendererInfo.hh.


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