1#ifndef AbstractImageItem_H 
    2#define AbstractImageItem_H 
   41      QVariant 
getData(QString columnTitle) 
const;
 
   42      void setData(QString 
const &columnTitle, QString 
const &newData);
 
   47      bool hasImage(QString imageSerial) 
const;
 
Base class for an image item in the tree.
Definition: AbstractImageItem.h:34
 
void * getPointer() const
Definition: AbstractImageItem.cpp:68
 
InternalPointerType getPointerType() const
Definition: AbstractImageItem.cpp:63
 
virtual void sourceDeleted()
This method is required to be implemented by the parent AbstractTreeItem class, but for this it's a N...
Definition: AbstractImageItem.cpp:86
 
bool isDataEditable(QString columnTitle) const
Definition: AbstractImageItem.cpp:55
 
virtual ~AbstractImageItem()
Definition: AbstractImageItem.cpp:29
 
void deleteSource()
Definition: AbstractImageItem.cpp:60
 
bool hasImage(QString imageSerial) const
Definition: AbstractImageItem.cpp:73
 
QVariant getData() const
Definition: AbstractImageItem.cpp:37
 
void setData(QString const &columnTitle, QString const &newData)
Definition: AbstractImageItem.cpp:50
 
Base class for an item in the tree.
Definition: AbstractTreeItem.h:39
 
AbstractTreeItem * parent() const
Definition: AbstractTreeItem.cpp:44
 
InternalPointerType
Definition: AbstractTreeItem.h:44
 
a control network
Definition: ControlNet.h:258
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
 
This is free and unencumbered software released into the public domain.
Definition: CubeIoHandler.h:23