|
ParaView
|
signal adaptor to allow getting/setting/observing of a pseudo vtkSMProxy property More...
#include <pqSMSignalAdaptors.h>
Public Slots | |
| void | setProxy (const QVariant &) |
| set the proxy | |
Signals | |
| void | proxyChanged (const QVariant &) |
| signal the proxy changed | |
Public Member Functions | |
| pqSignalAdaptorProxy (QObject *p, const char *Property, const char *signal) | |
| constructor requires a QObject, the name of the QString proxy name, and a signal for property changes | |
| QVariant | proxy () const |
| get the proxy | |
Protected Slots | |
| void | handleProxyChanged () |
Protected Attributes | |
| QByteArray | PropertyName |
Properties | |
| QVariant | proxy |
signal adaptor to allow getting/setting/observing of a pseudo vtkSMProxy property
Definition at line 42 of file pqSMSignalAdaptors.h.
| pqSignalAdaptorProxy::pqSignalAdaptorProxy | ( | QObject * | p, |
| const char * | Property, | ||
| const char * | signal | ||
| ) |
constructor requires a QObject, the name of the QString proxy name, and a signal for property changes
| QVariant pqSignalAdaptorProxy::proxy | ( | ) | const |
get the proxy
| void pqSignalAdaptorProxy::proxyChanged | ( | const QVariant & | ) | [signal] |
signal the proxy changed
| void pqSignalAdaptorProxy::setProxy | ( | const QVariant & | ) | [slot] |
set the proxy
| void pqSignalAdaptorProxy::handleProxyChanged | ( | ) | [protected, slot] |
QByteArray pqSignalAdaptorProxy::PropertyName [protected] |
Definition at line 61 of file pqSMSignalAdaptors.h.
QVariant pqSignalAdaptorProxy::proxy [read, write] |
Definition at line 45 of file pqSMSignalAdaptors.h.
1.7.5.1