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