Isis 3 Programmer Reference
Isis::GuiCameraList::XmlHandler Class Reference

XmlHandler used to save to xml files. More...

Inheritance diagram for Isis::GuiCameraList::XmlHandler:
Inheritance graph
Collaboration diagram for Isis::GuiCameraList::XmlHandler:
Collaboration graph

Public Member Functions

 XmlHandler (GuiCameraList *GuiCameraList, Project *project)
 Change the visibility of the display name. More...
 
virtual bool startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts)
 Handle an XML start element. More...
 
virtual bool endElement (const QString &namespaceURI, const QString &localName, const QString &qName)
 Handle an XML end element. 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

XmlStackedHandlerReaderreader ()
 
const XmlStackedHandlerReaderreader () const
 
bool fatalError (const QXmlParseException &exception)
 

Private Member Functions

 Q_DISABLE_COPY (XmlHandler)
 

Private Attributes

GuiCameraListm_GuiCameraList
 
Projectm_project
 

Detailed Description

XmlHandler used to save to xml files.

JAM - The save() method that uses this is currently not implemented.

Author
2012-07-01 Steven Lambright

Definition at line 117 of file GuiCameraList.h.

Constructor & Destructor Documentation

◆ XmlHandler()

Isis::GuiCameraList::XmlHandler::XmlHandler ( GuiCameraList GuiCameraList,
Project project 
)

Change the visibility of the display name.

This synchronizes all of the values where at least one is guaranteed to be toggled. Create an XML Handler (reader) that can populate the GuiCameraList class data. See GuiCameraList::save() for the expected format.

Parameters
GuiCameraListThe gui camera list we're going to be initializing
projectThe project that contains the gui camera list

Definition at line 879 of file GuiCameraList.cpp.

References Isis::GuiCameraList::GuiCameraList().

Member Function Documentation

◆ endElement()

bool Isis::GuiCameraList::XmlHandler::endElement ( const QString &  namespaceURI,
const QString &  localName,
const QString &  qName 
)
virtual

Handle an XML end element.

This handles <GuiCameraList> by opening and reading the images.xml file.

Parameters
namespaceURI???
localNameThe name of the element the XmlHandler is at
qName???
Returns
bool If we should continue reading the XML (usually true).
Exceptions
IException::Io"Unable to open with read access"
IException::Io"Failed to open target body list XML"

Reimplemented from Isis::XmlStackedHandler.

Definition at line 934 of file GuiCameraList.cpp.

References _FILEINFO_, Isis::IException::Io, and Isis::XmlStackedHandlerReader::pushContentHandler().

◆ startElement()

bool Isis::GuiCameraList::XmlHandler::startElement ( const QString &  namespaceURI,
const QString &  localName,
const QString &  qName,
const QXmlAttributes &  atts 
)
virtual

Handle an XML start element.

This expects <GuiCameraList> and <target> elements (it reads both the project XML and the targets.xml file).

Parameters
namespaceURI???
localNameThe name of the element the XmlHandler is at
qName???
attsThe attributes of the element the XmlHanler is at
Returns
bool If we should continue reading the XML (usually true).

Reimplemented from Isis::XmlStackedHandler.

Definition at line 896 of file GuiCameraList.cpp.

References Isis::GuiCameraList::name(), and Isis::GuiCameraList::path().

◆ switchToNewHandler()

void Isis::XmlStackedHandler::switchToNewHandler ( XmlStackedHandler nextHandler)
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().


The documentation for this class was generated from the following files: