ParaView
Public Member Functions | Protected Member Functions | List of all members
pqLoadRestoreWindowLayoutReaction Class Reference

Reaction to support saving/restoring main window geometry/layout. More...

#include <pqLoadRestoreWindowLayoutReaction.h>

Inheritance diagram for pqLoadRestoreWindowLayoutReaction:
Inheritance graph
[legend]
Collaboration diagram for pqLoadRestoreWindowLayoutReaction:
Collaboration graph
[legend]

Public Member Functions

 pqLoadRestoreWindowLayoutReaction (bool load, QAction *parent=0)
 
virtual ~pqLoadRestoreWindowLayoutReaction ()
 
- Public Member Functions inherited from pqReaction
 pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection)
 Constructor. More...
 
virtual ~pqReaction ()
 
QAction * parentAction () const
 Provides access to the parent action. More...
 

Protected Member Functions

virtual void onTriggered ()
 Called when the action is triggered. More...
 

Additional Inherited Members

- Protected Slots inherited from pqReaction
virtual void updateEnableState ()
 
virtual void updateMasterEnableState (bool)
 
- Protected Attributes inherited from pqReaction
bool IsMaster
 

Detailed Description

Reaction to support saving/restoring main window geometry/layout.

This reaction can support both loading and restoring window geometry. Use separate instances of this reaction to each role, passing appropriate value for the load argument to the constructor.

Definition at line 44 of file pqLoadRestoreWindowLayoutReaction.h.

Constructor & Destructor Documentation

◆ pqLoadRestoreWindowLayoutReaction()

pqLoadRestoreWindowLayoutReaction::pqLoadRestoreWindowLayoutReaction ( bool  load,
QAction *  parent = 0 
)

◆ ~pqLoadRestoreWindowLayoutReaction()

virtual pqLoadRestoreWindowLayoutReaction::~pqLoadRestoreWindowLayoutReaction ( )
virtual

Member Function Documentation

◆ onTriggered()

virtual void pqLoadRestoreWindowLayoutReaction::onTriggered ( )
protectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.


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