32 #ifndef pqStereoModeHelper_h 33 #define pqStereoModeHelper_h 35 #include "pqCoreModule.h" 36 #include <QScopedPointer> 37 #include <QStringList> 76 static const QStringList& availableStereoModes();
83 static int stereoMode(
const QString& label);
88 QScopedPointer<pqInternals> Internals;
This is a PQ abstraction of a generic view module.
pqStereoModeHelper is used to temporarily change stereo mode on all views on the specified server...
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...