56 #include <ACG/GL/globjects.hh> 66 #if QT_VERSION >= 0x050000 67 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-PostProcessorPhilipsStereo")
74 QString
name() {
return (QString(
"Philips Stereo Postprocessor Plugin")); };
75 QString
description( ) {
return (QString(tr(
"Takes the rendered Image and renders it to be compatible with philips autostereoscopic displays"))); };
79 QString version() {
return QString(
"1.0"); };
91 QAction* optionsAction();
94 void slotShowOptionsMenu();
96 QString checkOpenGL();
QString description()
Return a description of what the plugin is doing.
Interface to add global image post processor functions from within plugins.
Interface class from which all plugins have to be created.
QString postProcessorName()
announce name for the postProcessor function
QString name()
Return a name for the plugin.