4 #ifndef pqLockPanelsBehavior_h 5 #define pqLockPanelsBehavior_h 8 #include <QScopedPointer> 10 #include "pqApplicationComponentsModule.h" 22 typedef QObject Superclass;
35 void generalSettingsChanged();
40 static void toggleLockPanels();
46 QScopedPointer<pqInternals> Internals;
51 void lockPanels(
bool lock);
54 #endif // pqLockPanelsBehavior_h Central location for controlling whether dock widgets are locked down or movable. ...