ParaView
Public Slots | Public Member Functions | Static Public Member Functions | Protected Member Functions
pqDeleteReaction Class Reference

Reaction for delete sources (all or selected only). More...

#include <pqDeleteReaction.h>

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

List of all members.

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.

Detailed Description

Reaction for delete sources (all or selected only).

Definition at line 39 of file pqDeleteReaction.h.


Constructor & Destructor Documentation

pqDeleteReaction::pqDeleteReaction ( QAction *  parent,
bool  delete_all = false 
)

if delete_all is false, then only selected items will be deleted if possible.


Member Function Documentation

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.


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