|
ParaView
|
Reaction for delete sources (all or selected only). More...
#include <pqDeleteReaction.h>


Public Slots | |
| void | updateEnableState () |
| Updates the enabled state. | |
Public Member Functions | |
| pqDeleteReaction (QAction *parent, bool delete_all=false) | |
| if delete_all is false, then only selected items will be deleted if possible. | |
Static Public Member Functions | |
| static void | deleteAll () |
| static void | deleteSelected () |
| static bool | canDeleteSelected () |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Reaction for delete sources (all or selected only).
Definition at line 39 of file pqDeleteReaction.h.
| pqDeleteReaction::pqDeleteReaction | ( | QAction * | parent, |
| bool | delete_all = false |
||
| ) |
if delete_all is false, then only selected items will be deleted if possible.
| static void pqDeleteReaction::deleteAll | ( | ) | [static] |
| static void pqDeleteReaction::deleteSelected | ( | ) | [static] |
| static bool pqDeleteReaction::canDeleteSelected | ( | ) | [static] |
| void pqDeleteReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
Reimplemented from pqReaction.
| virtual void pqDeleteReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 59 of file pqDeleteReaction.h.
1.7.5.1