1#ifndef Footprint2DView_h
2#define Footprint2DView_h
26class QXmlStreamWriter;
33 class ImageFileListWidget;
34 class MosaicSceneWidget;
37 class XmlStackedHandlerReader;
134 void onQueueSelectionChanged();
135 void onMosItemRemoved(
Image *image);
138 void enableActions();
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);
156 Q_DISABLE_COPY(XmlHandler);
166 QMap<Image *, ProjectItem *> m_imageItemMap;
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework.
Definition AbstractProjectItemView.h:79
A single control point.
Definition ControlPoint.h:356
Definition Directory.h:271
File name manipulation and expansion.
Definition FileName.h:100
This represents a cube in a project-based GUI interface.
Definition Image.h:107
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
Represents an item of a ProjectItemModel in Qt's model-view framework.
Definition ProjectItem.h:134
XML Handler that parses XMLs in a stack-oriented way.
Definition XmlStackedHandler.h:118
Manage a stack of content handlers for reading XML files.
Definition XmlStackedHandlerReader.h:30
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16