1 #ifndef AbstractImageItem_H 2 #define AbstractImageItem_H 5 #include "AbstractTreeItem.h" 33 QVariant getData()
const;
34 QVariant getData(QString columnTitle)
const;
35 void setData(QString
const &columnTitle, QString
const &newData);
36 bool isDataEditable(QString columnTitle)
const;
38 InternalPointerType getPointerType()
const;
39 void *getPointer()
const;
40 bool hasImage(QString imageSerial)
const;
virtual void sourceDeleted()
This method is required to be implemented by the parent AbstractTreeItem class, but for this it's a N...
Base class for an image item in the tree.
Namespace for ISIS/Bullet specific routines.
Base class for an item in the tree.