Public Member Functions | Protected Member Functions | List of all members
pqSetMainWindowTitleReaction Class Reference

pqSetMainWindowTitleReaction is the reaction that popups the Set Window Title Dialog allowing the user edit the main window title. More...

#include <pqSetMainWindowTitleReaction.h>

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

Public Member Functions

 pqSetMainWindowTitleReaction (QAction *parent)
 Constructor. More...
 
 ~pqSetMainWindowTitleReaction () override
 
void showSetMainWindowTitleDialog ()
 Show the main window title editor dialog. More...
 
- Public Member Functions inherited from pqReaction
 pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection)
 Constructor. More...
 
 ~pqReaction () override
 
QAction * parentAction () const
 Provides access to the parent action. More...
 

Protected Member Functions

void onTriggered () override
 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

pqSetMainWindowTitleReaction is the reaction that popups the Set Window Title Dialog allowing the user edit the main window title.

Definition at line 14 of file pqSetMainWindowTitleReaction.h.

Constructor & Destructor Documentation

◆ pqSetMainWindowTitleReaction()

pqSetMainWindowTitleReaction::pqSetMainWindowTitleReaction ( QAction *  parent)

Constructor.

Parent cannot be nullptr.

◆ ~pqSetMainWindowTitleReaction()

pqSetMainWindowTitleReaction::~pqSetMainWindowTitleReaction ( )
override

Member Function Documentation

◆ showSetMainWindowTitleDialog()

void pqSetMainWindowTitleReaction::showSetMainWindowTitleDialog ( )

Show the main window title editor dialog.

◆ onTriggered()

void pqSetMainWindowTitleReaction::onTriggered ( )
inlineoverrideprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 35 of file pqSetMainWindowTitleReaction.h.


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