35 #ifndef DISP3DLIB_FSANNOTATIONTREEITEM_H
36 #define DISP3DLIB_FSANNOTATIONTREEITEM_H
42 #include "../../../../disp3D_global.h"
43 #include "../common/abstracttreeitem.h"
44 #include "../common/types.h"
88 typedef QSharedPointer<FsAnnotationTreeItem>
SPtr;
89 typedef QSharedPointer<const FsAnnotationTreeItem>
ConstSPtr;
98 explicit FsAnnotationTreeItem(
int iType = Data3DTreeModelItemTypes::AnnotationItem,
const QString& text =
"Annotation" );
122 virtual void onCheckStateChanged(
const Qt::CheckState& checkState);
131 void annotationVisibiltyChanged(
bool isVisible);
135 #endif // DISP3DLIB_FSANNOTATIONTREEITEM_H