|
ParaView
|
Reaction for starting selections on chart. More...
#include <pqChartSelectionReaction.h>


Public Slots | |
| void | updateEnableState () |
| Updates the enabled state. | |
Public Member Functions | |
| pqChartSelectionReaction (QAction *parent, pqContextView *view, int selectionMode=0) | |
Static Public Member Functions | |
| static void | startSelection (pqContextView *view, int selectionMode=0) |
| start selection on the view. | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Reaction for starting selections on chart.
Definition at line 42 of file pqChartSelectionReaction.h.
| pqChartSelectionReaction::pqChartSelectionReaction | ( | QAction * | parent, |
| pqContextView * | view, | ||
| int | selectionMode = 0 |
||
| ) |
| static void pqChartSelectionReaction::startSelection | ( | pqContextView * | view, |
| int | selectionMode = 0 |
||
| ) | [static] |
start selection on the view.
| void pqChartSelectionReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
Reimplemented from pqReaction.
| virtual void pqChartSelectionReaction::onTriggered | ( | ) | [protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
1.7.5.1