48 #include <ACG/GL/globjects.hh> 58 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-PostProcessorPhilipsStereo")
64 QString
name() {
return (QString(
"Philips Stereo Postprocessor Plugin")); };
65 QString
description( ) {
return (QString(tr(
"Takes the rendered Image and renders it to be compatible with philips autostereoscopic displays"))); };
69 QString version() {
return QString(
"1.0"); };
81 QAction* optionsAction();
84 void slotShowOptionsMenu();
86 QString checkOpenGL();
QString description()
Return a description of what the plugin is doing.
Interface class from which all plugins have to be created.
QString postProcessorName()
announce name for the postProcessor function
Interface to add global image post processor functions from within plugins.
QString name()
Return a name for the plugin.