![]() |
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. | |
| virtual void | setReader (XmlStackedHandlerReader *) |
| void | switchToNewHandler (XmlStackedHandler *nextHandler) |
| Switch to a new content handler and continue processing using the new handler. | |
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 |
| XmlStackedHandlerReader * | m_reader |
| int | m_depth |
| QString | m_lastStartNamespaceURI |
| QString | m_lastStartLocalName |
| QString | m_lastStartQName |
| QXmlAttributes | m_lastStartAtts |
| Isis::Project::XmlHandler::XmlHandler | ( | Project * | project | ) |
Definition at line 2969 of file Project.cpp.
|
virtual |
The xml parser for ending tags.
Reimplemented from Isis::XmlStackedHandler.
Definition at line 3070 of file Project.cpp.
References Isis::Project::control(), Isis::Project::imageList(), and Isis::Project::shapeList().
|
protectedinherited |
Definition at line 78 of file XmlStackedHandler.cpp.
|
protectedinherited |
Definition at line 68 of file XmlStackedHandler.cpp.
|
protectedinherited |
Definition at line 73 of file XmlStackedHandler.cpp.
|
virtualinherited |
Definition at line 28 of file XmlStackedHandler.cpp.
|
virtual |
Reimplemented from Isis::XmlStackedHandler.
Definition at line 2990 of file Project.cpp.
|
inherited |
Switch to a new content handler and continue processing using the new handler.
Definition at line 37 of file XmlStackedHandler.cpp.
|
private |
|
private |
|
privateinherited |
Definition at line 141 of file XmlStackedHandler.h.
|
privateinherited |
Definition at line 146 of file XmlStackedHandler.h.
|
privateinherited |
Definition at line 144 of file XmlStackedHandler.h.
|
privateinherited |
Definition at line 143 of file XmlStackedHandler.h.
|
privateinherited |
Definition at line 145 of file XmlStackedHandler.h.
|
private |
|
privateinherited |
Definition at line 140 of file XmlStackedHandler.h.
|
private |