  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
    1 #ifndef ImageFileListWidget_H 
    2 #define ImageFileListWidget_H 
    7 #include <QScopedPointer> 
   10 #include "ImageTreeWidget.h" 
   11 #include "PvlObject.h" 
   22   class ImageTreeWidgetItem;
 
   86       void filterFileList();
 
  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);
 
  128       QScopedPointer<PvlObject> m_serialized;
 
  132       QLineEdit *m_searchLineEdit;
 
 
 
Contains Pvl Groups and Pvl Objects.
 
File name manipulation and expansion.
 
Manage a stack of content handlers for reading XML files.
 
The main project for ipce.
 
Internalizes a list of images and allows for operations on the entire list.
 
This represents a cube in a project-based GUI interface.
 
XML Handler that parses XMLs in a stack-oriented way.
 
This is free and unencumbered software released into the public domain.