64 #if QT_VERSION >= 0x050000
65 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-Render-Picking")
72 QString
name() {
return (QString(
"Picking Rendering Plugin")); };
73 QString
description( ) {
return (QString(tr(
"Print the picking color buffer to the current viewer"))); };
77 QString version() {
return QString(
"1.0"); };
85 void initializePlugin();
89 QString rendererName();
91 QString checkOpenGL();
95 void slotPickTargetChanged( QAction * );
Interface class from which all plugins have to be created.
PickTarget
What target to use for picking.
QString description()
Return a description of what the plugin is doing.
Interface to add additional rendering functions from within plugins.
pick any of the prior targets (should be implemented for all nodes)
QAction * optionsAction()
Return options menu.
QString name()
Return a name for the plugin.