Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
pqAboutDialogReaction Class Reference

pqAboutDialogReaction used to show the standard about dialog for the application. More...

#include <pqAboutDialogReaction.h>

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

Public Member Functions

 pqAboutDialogReaction (QAction *parent)
 
- 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...
 

Static Public Member Functions

static void showAboutDialog ()
 Shows the about dialog for the application. 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

pqAboutDialogReaction used to show the standard about dialog for the application.

Definition at line 14 of file pqAboutDialogReaction.h.

Constructor & Destructor Documentation

◆ pqAboutDialogReaction()

pqAboutDialogReaction::pqAboutDialogReaction ( QAction *  parent)

Member Function Documentation

◆ showAboutDialog()

static void pqAboutDialogReaction::showAboutDialog ( )
static

Shows the about dialog for the application.

◆ onTriggered()

void pqAboutDialogReaction::onTriggered ( )
inlineoverrideprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 31 of file pqAboutDialogReaction.h.


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