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

*** THIS CLASS IS NOT DESIGNED FOR PUBLIC USE *** pqPropertyLinksConnection is an internal class used by pqPropertyLinks. More...

#include <pqPropertyLinksConnection.h>

List of all members.

Public Slots

void copyValuesFromServerManagerToQt (bool use_unchecked)
 Copy values from ServerManager to Qt.
void copyValuesFromQtToServerManager (bool use_unchecked)
 Copy values from Qt to ServerManager.

Signals

void qtpropertyModified ()
 Fired whenever the Qt widget changes (except in during a call to copyValuesFromServerManagerToQt()).
void smpropertyModified ()
 Fired whenever the ServerManager property changes (except in during a call to copyValuesFromQtToServerManager()).

Public Member Functions

 pqPropertyLinksConnection (QObject *qobject, const char *qproperty, const char *qsignal, vtkSMProxy *smproxy, vtkSMProperty *smproperty, int smindex, bool use_unchecked_modified_event, QObject *parentObject=0)
 This also sets up observers to monitor any changes.
virtual ~pqPropertyLinksConnection ()
vtkSMProxyproxy () const
void setUseUncheckedProperties (bool useUnchecked)
bool operator== (const pqPropertyLinksConnection &other) const
 Comparison operator.

Detailed Description

*** THIS CLASS IS NOT DESIGNED FOR PUBLIC USE *** pqPropertyLinksConnection is an internal class used by pqPropertyLinks.

THIS CLASS IS NOT DESIGNED FOR PUBLIC USE ***

Definition at line 50 of file pqPropertyLinksConnection.h.


Constructor & Destructor Documentation

pqPropertyLinksConnection::pqPropertyLinksConnection ( QObject *  qobject,
const char *  qproperty,
const char *  qsignal,
vtkSMProxy smproxy,
vtkSMProperty smproperty,
int  smindex,
bool  use_unchecked_modified_event,
QObject *  parentObject = 0 
)

This also sets up observers to monitor any changes.

This does not change any values on either items.

virtual pqPropertyLinksConnection::~pqPropertyLinksConnection ( ) [virtual]

Member Function Documentation

vtkSMProxy* pqPropertyLinksConnection::proxy ( ) const [inline]

Definition at line 65 of file pqPropertyLinksConnection.h.

void pqPropertyLinksConnection::setUseUncheckedProperties ( bool  useUnchecked)
bool pqPropertyLinksConnection::operator== ( const pqPropertyLinksConnection other) const

Comparison operator.

void pqPropertyLinksConnection::copyValuesFromServerManagerToQt ( bool  use_unchecked) [slot]

Copy values from ServerManager to Qt.

If use_unchecked is true, unchecked SMProperty values are used.

void pqPropertyLinksConnection::copyValuesFromQtToServerManager ( bool  use_unchecked) [slot]

Copy values from Qt to ServerManager.

If use_unchecked is true, unchecked values for SMProperty are updated.

void pqPropertyLinksConnection::qtpropertyModified ( ) [signal]

Fired whenever the Qt widget changes (except in during a call to copyValuesFromServerManagerToQt()).

void pqPropertyLinksConnection::smpropertyModified ( ) [signal]

Fired whenever the ServerManager property changes (except in during a call to copyValuesFromQtToServerManager()).


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