Central location for controlling whether dock widgets are locked down or movable. More...
#include <pqLockPanelsBehavior.h>
Inherits QObject.
Public Member Functions | |
pqLockPanelsBehavior (QObject *parent=nullptr) | |
Note: parent is assumed to be a subclass of QMainWindow, e.g., ParaViewMainWindow. More... | |
~pqLockPanelsBehavior () override | |
void | generalSettingsChanged () |
Invoked when the vtkPVGeneralSettings singleton is modified. More... | |
Static Public Member Functions | |
static void | toggleLockPanels () |
Toggles the dock panel locking state. More... | |
Central location for controlling whether dock widgets are locked down or movable.
Definition at line 19 of file pqLockPanelsBehavior.h.
pqLockPanelsBehavior::pqLockPanelsBehavior | ( | QObject * | parent = nullptr | ) |
Note: parent is assumed to be a subclass of QMainWindow, e.g., ParaViewMainWindow.
|
override |
void pqLockPanelsBehavior::generalSettingsChanged | ( | ) |
Invoked when the vtkPVGeneralSettings singleton is modified.
|
static |
Toggles the dock panel locking state.