Public Member Functions | Static Public Member Functions | List of all members
pqLockPanelsBehavior Class Reference

Central location for controlling whether dock widgets are locked down or movable. More...

#include <pqLockPanelsBehavior.h>

Inherits QObject.

Public Member Functions

 pqLockPanelsBehavior (QObject *parent=0)
 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...
 

Detailed Description

Central location for controlling whether dock widgets are locked down or movable.

Definition at line 47 of file pqLockPanelsBehavior.h.

Constructor & Destructor Documentation

◆ pqLockPanelsBehavior()

pqLockPanelsBehavior::pqLockPanelsBehavior ( QObject *  parent = 0)

Note: parent is assumed to be a subclass of QMainWindow, e.g., ParaViewMainWindow.

◆ ~pqLockPanelsBehavior()

pqLockPanelsBehavior::~pqLockPanelsBehavior ( )
override

Member Function Documentation

◆ generalSettingsChanged()

void pqLockPanelsBehavior::generalSettingsChanged ( )

Invoked when the vtkPVGeneralSettings singleton is modified.

◆ toggleLockPanels()

static void pqLockPanelsBehavior::toggleLockPanels ( )
static

Toggles the dock panel locking state.


The documentation for this class was generated from the following file: