47 #ifndef VTK_EVENT_QT_SLOT_CONNECT
48 #define VTK_EVENT_QT_SLOT_CONNECT
52 #include "QVTKWin32Header.h"
56 class vtkQtConnections;
67 void PrintSelf(ostream& os,
vtkIndent indent);
73 virtual
void Connect(
vtkObject* vtk_obj,
unsigned long event,
74 const QObject* qt_obj, const
char* slot,
75 void* client_data=NULL,
float priority=0.0
76 ,Qt::ConnectionType
type = Qt::AutoConnection);
85 virtual
void Disconnect(
87 const QObject* qt_obj=NULL, const
char* slot = 0,
void* client_data=NULL);
91 vtkQtConnections* Connections;
93 void RemoveConnection(vtkQtConnection*);
101 void operator=(const vtkEventQtSlotConnect&);