1 #ifndef Footprint2DView_h 2 #define Footprint2DView_h 31 #include "ImageList.h" 32 #include "XmlStackedHandler.h" 39 class QXmlStreamWriter;
46 class ImageFileListWidget;
47 class MosaicSceneWidget;
50 class XmlStackedHandlerReader;
132 void createControlPoint(
double latitude,
double longitude);
134 void redrawMeasures();
135 void controlPointAdded(QString newPointId);
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);
Internalizes a list of images and allows for operations on the entire list.
The main project for ipce.
File name manipulation and expansion.
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework...
XML Handler that parses XMLs in a stack-oriented way.
This represents a cube in a project-based GUI interface.
Represents an item of a ProjectItemModel in Qt's model-view framework.
Namespace for ISIS/Bullet specific routines.
Manage a stack of content handlers for reading XML files.