![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include "ctkVTKObjectEventsObserver.h"
Go to the source code of this file.
Macros | |
#define | QVTK_OBJECT |
Define VTK/Qt event/slot connection utility methods. It is a convenient macro that declares and defines utility methods for connecting vtkObjects with QObjects. It connects the vtkObject event mechanism with the QObject slot mechanism. Can be called in any QObject derived class declaration,typically after the Q_OBJECT macro. More... | |
#define | QVTK_OBJECT_ADD_CONNECTION_METHOD |
#define | QVTK_OBJECT_BLOCK_CONNECTION_METHOD |
#define | QVTK_OBJECT_BLOCK_CONNECTION_METHOD2 |
#define | QVTK_OBJECT_BLOCKALL_CONNECTION_METHOD |
#define | QVTK_OBJECT_BLOCKALL_CONNECTION_METHOD2 |
#define | QVTK_OBJECT_IS_CONNECTION_METHOD |
#define | QVTK_OBJECT_RECONNECT_METHOD |
#define | QVTK_OBJECT_RECONNECT_METHOD_2 |
#define | QVTK_OBJECT_REMOVE_CONNECTION_METHOD |
#define | QVTK_OBJECT_REMOVEALL_CONNECTION_METHOD |
#define | QVTK_OBJECT_UNBLOCK_CONNECTION_METHOD |
#define | QVTK_OBJECT_UNBLOCKALL_CONNECTION_METHOD |