  | 
  
    Isis Developer Reference
    
   | 
 
 
 
 
Go to the documentation of this file.    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;
 
 
 
bool isDataEditable(QString columnTitle) const
Definition: AbstractImageItem.cpp:57
 
AbstractTreeItem * parent() const
Definition: AbstractTreeItem.cpp:46
 
void setData(QString const &columnTitle, QString const &newData)
Definition: AbstractImageItem.cpp:52
 
virtual bool hasImage(QString imageSerial) const
Definition: AbstractTreeItem.cpp:106
 
virtual ~AbstractImageItem()
Definition: AbstractImageItem.cpp:31
 
bool hasImage(QString imageSerial) const
Definition: AbstractImageItem.cpp:75
 
Base class for an image item in the tree.
Definition: AbstractImageItem.h:34
 
virtual void calcDataWidth(int avgCharWidth)
Definition: AbstractTreeItem.cpp:194
 
QVariant getData() const
Definition: AbstractImageItem.cpp:39
 
InternalPointerType getPointerType() const
Definition: AbstractImageItem.cpp:65
 
void * getPointer() const
Definition: AbstractImageItem.cpp:70
 
a control network
Definition: ControlNet.h:257
 
AbstractImageItem(QString imageSerial, ControlNet *net, int avgCharWidth, AbstractTreeItem *parent=0)
Definition: AbstractImageItem.cpp:23
 
This is free and unencumbered software released into the public domain.
Definition: CubeIoHandler.h:23
 
@ ImageAndNet
Definition: AbstractTreeItem.h:48
 
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:88
 
void deleteSource()
Definition: AbstractImageItem.cpp:62
 
Base class for an item in the tree.
Definition: AbstractTreeItem.h:39
 
InternalPointerType
Definition: AbstractTreeItem.h:44
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16