47 #ifndef VTK_EVENT_QT_SLOT_CONNECT
48 #define VTK_EVENT_QT_SLOT_CONNECT
53 #include "QVTKWin32Header.h"
54 #include <QtCore/QObject>
57 class vtkQtConnections;
75 const QObject* qt_obj, const
char* slot,
76 void* client_data=NULL,
float priority=0.0
77 ,Qt::ConnectionType
type = Qt::AutoConnection);
86 virtual
void Disconnect(
88 const QObject* qt_obj=NULL, const
char* slot = 0,
void* client_data=NULL);
93 virtual
int GetNumberOfConnections() const;
96 vtkQtConnections* Connections;
98 void RemoveConnection(vtkQtConnection*);
106 void operator=(const vtkEventQtSlotConnect&);
GLuint GLuint GLsizei GLenum type
abstract base class for most VTK objects
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
Manage connections between VTK events and Qt slots.
superclass for callback/observer methods
a simple class to control print indentation
#define VTKGUISUPPORTQT_EXPORT