ParaView
Public Member Functions | Protected Slots | Protected Attributes
pqReaction Class Reference

This is a superclass just to make it easier to collect all such reactions. More...

#include <pqReaction.h>

Inheritance diagram for pqReaction:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection)
 Constructor. Parent cannot be NULL.
virtual ~pqReaction ()
QAction * parentAction () const
 Provides access to the parent action.

Protected Slots

virtual void onTriggered ()
 Called when the action is triggered.
virtual void updateEnableState ()
virtual void updateMasterEnableState (bool)

Protected Attributes

bool IsMaster

Detailed Description

This is a superclass just to make it easier to collect all such reactions.

Definition at line 48 of file pqReaction.h.


Constructor & Destructor Documentation

pqReaction::pqReaction ( QAction *  parent,
Qt::ConnectionType  type = Qt::AutoConnection 
)

Constructor. Parent cannot be NULL.

virtual pqReaction::~pqReaction ( ) [virtual]

Member Function Documentation

QAction* pqReaction::parentAction ( ) const [inline]

Provides access to the parent action.

Definition at line 58 of file pqReaction.h.

virtual void pqReaction::onTriggered ( ) [inline, protected, virtual, slot]
virtual void pqReaction::updateEnableState ( ) [inline, protected, virtual, slot]
virtual void pqReaction::updateMasterEnableState ( bool  ) [protected, virtual, slot]

Member Data Documentation

bool pqReaction::IsMaster [protected]

Definition at line 71 of file pqReaction.h.


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