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;
129 QScopedPointer<PvlObject> m_serialized;
132 QLineEdit *m_searchLineEdit;
Definition Directory.h:271
File name manipulation and expansion.
Definition FileName.h:100
This represents a cube in a project-based GUI interface.
Definition Image.h:107
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
Contains Pvl Groups and Pvl Objects.
Definition PvlObject.h:61
XML Handler that parses XMLs in a stack-oriented way.
Definition XmlStackedHandler.h:118
Manage a stack of content handlers for reading XML files.
Definition XmlStackedHandlerReader.h:30
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16