1 #ifndef ImageTreeWidgetItem_H     2 #define ImageTreeWidgetItem_H     5 #include <QTreeWidgetItem>    28       QString imageListName() 
const;
    32       void update(
bool save);
    47         SampleResolutionColumn,
    54       static QString treeColumnToString(TreeColumn);
    56       using QTreeWidgetItem::parent;
    59       void onDisplayPropertiesChanged();
    62       void setColumnValue(TreeColumn column, 
double value);
    68       Qt::CheckState toCheck(QVariant);
 Internalizes a list of images and allows for operations on the entire list. 
 
This represents a cube in a project-based GUI interface. 
 
Namespace for ISIS/Bullet specific routines.