32 #ifndef pqLockPanelsBehavior_h 33 #define pqLockPanelsBehavior_h 36 #include <QScopedPointer> 38 #include "pqApplicationComponentsModule.h" 50 typedef QObject Superclass;
63 void generalSettingsChanged();
68 static void toggleLockPanels();
74 QScopedPointer<pqInternals> Internals;
79 void lockPanels(
bool lock);
82 #endif // pqLockPanelsBehavior_h Central location for controlling whether dock widgets are locked down or movable. ...