56 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-Render-Picking")
62 QString
name() {
return (QString(
"Picking Rendering Plugin")); };
63 QString
description( ) {
return (QString(tr(
"Print the picking color buffer to the current viewer"))); };
67 QString version() {
return QString(
"1.0"); };
75 void initializePlugin();
79 QString rendererName();
81 QString checkOpenGL();
85 void slotPickTargetChanged( QAction * );
QAction * optionsAction()
Return options menu.
QString description()
Return a description of what the plugin is doing.
PickTarget
What target to use for picking.
pick any of the prior targets (should be implemented for all nodes)
QString name()
Return a name for the plugin.
Interface to add additional rendering functions from within plugins.
Interface class from which all plugins have to be created.