1 #ifndef ImageFileListWidget_H 2 #define ImageFileListWidget_H 7 #include <QScopedPointer> 22 class ImageTreeWidgetItem;
98 void restoreExpandedStates(QVariant expandedStates,
QTreeWidgetItem *item);
112 virtual bool startElement(
const QString &namespaceURI,
const QString &localName,
113 const QString &qName,
const QXmlAttributes &atts);
114 virtual bool endElement(
const QString &namespaceURI,
const QString &localName,
115 const QString &qName);
118 Q_DISABLE_COPY(XmlHandler);
127 QPointer<ProgressBar> m_progress;
128 QScopedPointer<PvlObject> m_serialized;
132 QLineEdit *m_searchLineEdit;
Internalizes a list of images and allows for operations on the entire list.
Definition: ImageList.h:55
The main project for ipce.
Definition: Project.h:289
File name manipulation and expansion.
Definition: FileName.h:116
XML Handler that parses XMLs in a stack-oriented way.
Definition: XmlStackedHandler.h:112
This represents a cube in a project-based GUI interface.
Definition: Image.h:107
Definition: BoxcarCachingAlgorithm.h:29
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Contains Pvl Groups and Pvl Objects.
Definition: PvlObject.h:74
Definition: Directory.h:285
Manage a stack of content handlers for reading XML files.
Definition: XmlStackedHandlerReader.h:25