|
Isis Developer Reference
|
Go to the documentation of this file. 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;
@ Io
A type of error that occurred when performing an actual I/O operation.
Definition: IException.h:155
Contains Pvl Groups and Pvl Objects.
Definition: PvlObject.h:61
Definition: Directory.h:271
A single keyword-value pair.
Definition: PvlKeyword.h:82
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
Definition: ProgressBar.h:15
File name manipulation and expansion.
Definition: FileName.h:100
virtual void pushContentHandler(XmlStackedHandler *newHandler)
Push a contentHandler and maybe continue parsing...
Definition: XmlStackedHandlerReader.cpp:55
Provides access to sequential ASCII stream I/O.
Definition: TextFile.h:38
virtual bool startElement(const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts)
Definition: XmlStackedHandler.cpp:44
int objects() const
Returns the number of objects.
Definition: PvlObject.h:219
QString fileName() const
Get the file name of the cube that this image represents.
Definition: Image.cpp:340
PvlObject & object(const int index)
Return the object at the specified index.
Definition: PvlObject.cpp:489
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
Manage a stack of content handlers for reading XML files.
Definition: XmlStackedHandlerReader.h:30
IString Convert(const std::string &listofchars, const char &to)
Returns the string with all occurrences of any character in the "from" argument converted to the "to"...
Definition: IString.cpp:1196
The main project for ipce.
Definition: Project.h:289
Internalizes a list of images and allows for operations on the entire list.
Definition: ImageList.h:55
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
bool hasKeyword(const QString &kname, FindOptions opts) const
See if a keyword is in the current PvlObject, or deeper inside other PvlObjects and Pvlgroups within ...
Definition: PvlObject.cpp:236
QString name() const
Get the human-readable name of this image list.
Definition: ImageList.cpp:724
QString name() const
Returns the container name.
Definition: PvlContainer.h:63
virtual bool endElement(const QString &namespaceURI, const QString &localName, const QString &qName)
Definition: XmlStackedHandler.cpp:55
This represents a cube in a project-based GUI interface.
Definition: Image.h:107
Isis exception class.
Definition: IException.h:91
bool toBool(const QString &string)
Global function to convert from a string to a boolean.
Definition: IString.cpp:38
QString id() const
Get a unique, identifying string associated with this image.
Definition: Image.cpp:445
XML Handler that parses XMLs in a stack-oriented way.
Definition: XmlStackedHandler.h:118
Adds specific functionality to C++ strings.
Definition: IString.h:165
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
QString ToQt() const
Retuns the object string as a QString.
Definition: IString.cpp:869