![]() |
Isis 3 Programmer Reference
|
Public Member Functions | |
XmlHandler (Project *project) | |
virtual bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts) |
virtual bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) |
The xml parser for ending tags. More... | |
virtual void | setReader (XmlStackedHandlerReader *) |
void | switchToNewHandler (XmlStackedHandler *nextHandler) |
Switch to a new content handler and continue processing using the new handler. More... | |
Protected Member Functions | |
XmlStackedHandlerReader * | reader () |
const XmlStackedHandlerReader * | reader () const |
bool | fatalError (const QXmlParseException &exception) |
Private Member Functions | |
Q_DISABLE_COPY (XmlHandler) | |
Private Attributes | |
Project * | m_project |
QList< ImageList * > | m_imageLists |
QList< ShapeList * > | m_shapeLists |
QList< ControlList * > | m_controls |
QList< BundleSolutionInfo * > | m_bundleSolutionInfos |
QList< TemplateList * > | m_mapTemplateLists |
QList< TemplateList * > | m_regTemplateLists |
WorkOrder * | m_workOrder |
|
virtual |
The xml parser for ending tags.
Reimplemented from Isis::XmlStackedHandler.
Definition at line 3072 of file Project.cpp.
References Isis::BundleSolutionInfo::adjustedImages(), Isis::Project::control(), Isis::Project::imageList(), and Isis::Project::shapeList().
|
inherited |
Switch to a new content handler and continue processing using the new handler.
Definition at line 32 of file XmlStackedHandler.cpp.
Referenced by Isis::XmlStackedHandlerReader::pushContentHandler().
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 07/13/2023 00:11:21 |