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);
#define DISP3DSHARED_EXPORT
Provides the basic tree item.
Provides a generic brain tree item.
QSharedPointer< const FsAnnotationTreeItem > ConstSPtr
void annotationVisibiltyChanged(bool isVisible)
QSharedPointer< FsAnnotationTreeItem > SPtr