ParaView
Public Slots | Signals | Public Member Functions
pqApplyPropertiesManager Class Reference

#include <pqApplyPropertiesManager.h>

List of all members.

Public Slots

void applyProperties ()

Signals

void preApply ()
 This signal is emitted before applying any proxy property changes.
void apply ()
 This signal is emitted to notify observers that they should apply any changed proxy propterites.
void postApply ()
 This signal is emitted after applying any proxy property changes.
void applyStateChanged (bool enabled)
 This signal is emitted when the state of the apply button should change.
void resetStateChanged (bool enabled)
 This signal is emitted when the state of the reset button should be changed.
void deleteStateChanged (bool enabled)
 This signal is emitted when the state of the delete button should change.

Public Member Functions

 pqApplyPropertiesManager (QObject *parent=0)
 ~pqApplyPropertiesManager ()

Detailed Description

Definition at line 39 of file pqApplyPropertiesManager.h.


Constructor & Destructor Documentation

pqApplyPropertiesManager::pqApplyPropertiesManager ( QObject *  parent = 0)
pqApplyPropertiesManager::~pqApplyPropertiesManager ( )

Member Function Documentation

void pqApplyPropertiesManager::applyProperties ( ) [slot]
void pqApplyPropertiesManager::preApply ( ) [signal]

This signal is emitted before applying any proxy property changes.

void pqApplyPropertiesManager::apply ( ) [signal]

This signal is emitted to notify observers that they should apply any changed proxy propterites.

void pqApplyPropertiesManager::postApply ( ) [signal]

This signal is emitted after applying any proxy property changes.

void pqApplyPropertiesManager::applyStateChanged ( bool  enabled) [signal]

This signal is emitted when the state of the apply button should change.

void pqApplyPropertiesManager::resetStateChanged ( bool  enabled) [signal]

This signal is emitted when the state of the reset button should be changed.

void pqApplyPropertiesManager::deleteStateChanged ( bool  enabled) [signal]

This signal is emitted when the state of the delete button should change.


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