 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
52 #ifndef __ctkToolTipTrapper_h
53 #define __ctkToolTipTrapper_h
59 #include "ctkWidgetsExport.h"
60 class ctkToolTipTrapperPrivate;
73 Q_PROPERTY(
bool toolTipsTrapped READ toolTipsTrapped WRITE setToolTipsTrapped)
74 Q_PROPERTY(
bool toolTipsWordWrapped READ toolTipsWordWrapped WRITE setToolTipsWordWrapped)
80 bool toolTipsWordWordWrapped,
81 QObject* objectParent = 0);
102 QScopedPointer<ctkToolTipTrapperPrivate>
d_ptr;