|
Isis 3 Programmer Reference
|
1 #ifndef Footprint2DView_h
2 #define Footprint2DView_h
16 #include "AbstractProjectItemView.h"
18 #include "ImageList.h"
19 #include "XmlStackedHandler.h"
26 class QXmlStreamWriter;
33 class ImageFileListWidget;
34 class MosaicSceneWidget;
37 class XmlStackedHandlerReader;
119 void createControlPoint(
double latitude,
double longitude);
121 void redrawMeasures();
122 void controlPointAdded(QString newPointId);
150 virtual bool startElement(
const QString &namespaceURI,
const QString &localName,
151 const QString &qName,
const QXmlAttributes &atts);
152 virtual bool endElement(
const QString &namespaceURI,
const QString &localName,
153 const QString &qName);
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework.
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.
This is free and unencumbered software released into the public domain.
Represents an item of a ProjectItemModel in Qt's model-view framework.