1 #ifndef Footprint2DView_h     2 #define Footprint2DView_h    39 class QXmlStreamWriter;
    46   class ImageFileListWidget;
    47   class MosaicSceneWidget;
    50   class XmlStackedHandlerReader;
   147       void onQueueSelectionChanged();
   148       void onMosItemRemoved(
Image *image);
   151       void enableActions();
   163           virtual bool startElement(
const QString &namespaceURI, 
const QString &localName,
   164                                     const QString &qName, 
const QXmlAttributes &atts);
   165           virtual bool endElement(
const QString &namespaceURI, 
const QString &localName,
   166                                   const QString &qName);
   169           Q_DISABLE_COPY(XmlHandler);
 
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
 
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework...
Definition: AbstractProjectItemView.h:93
 
XML Handler that parses XMLs in a stack-oriented way. 
Definition: XmlStackedHandler.h:112
 
A single control point. 
Definition: ControlPoint.h:369
 
This represents a cube in a project-based GUI interface. 
Definition: Image.h:107
 
Represents an item of a ProjectItemModel in Qt's model-view framework. 
Definition: ProjectItem.h:146
 
Namespace for ISIS/Bullet specific routines. 
Definition: Apollo.h:31
 
Definition: Directory.h:285
 
Manage a stack of content handlers for reading XML files. 
Definition: XmlStackedHandlerReader.h:25
 
Definition: CubeIoHandler.h:38