 |
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.
21 #ifndef __ctkAxesWidget_h
22 #define __ctkAxesWidget_h
29 #include "ctkWidgetsExport.h"
31 class ctkAxesWidgetPrivate;
38 Q_PROPERTY(
Axis currentAxis READ currentAxis WRITE setCurrentAxis NOTIFY currentAxisChanged)
39 Q_PROPERTY(
bool autoReset READ autoReset WRITE setAutoReset)
40 Q_PROPERTY(QStringList axesLabels READ axesLabels WRITE setAxesLabels)
111 QScopedPointer<ctkAxesWidgetPrivate>
d_ptr;
Q_DECLARE_METATYPE(ctkDICOMPersonName)