Public Member Functions | |
| QList< qVTKConnection * > | connections () const |
| bool | containsConnection (vtkObject *vtk_obj, unsigned long vtk_event, const QObject *qt_obj, const char *qt_slot) |
| QString | convertPointerToString (void *pointer) |
| qVTKConnection * | findConnection (vtkObject *vtk_obj, unsigned long vtk_event, const QObject *qt_obj, const char *qt_slot) |
| qVTKConnection * | findConnection (const QString &id) |
| QList< qVTKConnection * > | findConnections (vtkObject *vtk_obj, unsigned long vtk_event, const QObject *qt_obj, const char *qt_slot) |
| qVTKObjectEventsObserverPrivate () | |
| qVTKObjectEventsObserverPrivate () | |
Public Attributes | |
| bool | AllBlocked |
| bool | AllEnabled |
| QHash< QString, qVTKConnection * > | ConnectionMap |
| bool | ParentSet |
| qVTKObjectEventsObserverPrivate::qVTKObjectEventsObserverPrivate | ( | ) |
References AllBlocked, AllEnabled, and ParentSet.
| qVTKObjectEventsObserverPrivate::qVTKObjectEventsObserverPrivate | ( | ) |
| QList<qVTKConnection*> qVTKObjectEventsObserverPrivate::connections | ( | ) | const [inline] |
References qCTKPrivate< qVTKObjectEventsObserver >::qctk_p().
Referenced by findConnection(), and findConnections().
| bool qVTKObjectEventsObserverPrivate::containsConnection | ( | vtkObject * | vtk_obj, | |
| unsigned long | vtk_event, | |||
| const QObject * | qt_obj, | |||
| const char * | qt_slot | |||
| ) |
Check if a connection has already been added
References findConnection().
| QString qVTKObjectEventsObserverPrivate::convertPointerToString | ( | void * | pointer | ) |
| qVTKConnection * qVTKObjectEventsObserverPrivate::findConnection | ( | vtkObject * | vtk_obj, | |
| unsigned long | vtk_event, | |||
| const QObject * | qt_obj, | |||
| const char * | qt_slot | |||
| ) |
Return a reference toward the corresponding connection or 0 if doesn't exist
References findConnections().
| qVTKConnection * qVTKObjectEventsObserverPrivate::findConnection | ( | const QString & | id | ) |
Return a reference toward the corresponding connection or 0 if doesn't exist
References connections(), and qVTKConnection::id().
Referenced by containsConnection().
| QList< qVTKConnection * > qVTKObjectEventsObserverPrivate::findConnections | ( | vtkObject * | vtk_obj, | |
| unsigned long | vtk_event, | |||
| const QObject * | qt_obj, | |||
| const char * | qt_slot | |||
| ) |
Return all the references that match the given parameters
References connections(), and qVTKConnection::isEqual().
Referenced by findConnection().
1.6.1