Isis 3 Programmer Reference
Isis::Control::XmlHandler Class Reference

Nested class used to write the Control object information to an XML file for the purpose of saving and restoring the state of the project. More...

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

Public Member Functions

 XmlHandler (Control *control, FileName cnetFolder)
 Constructor for the Control object's XmlHandler. More...
 
virtual bool startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts)
 Method to read the given XML formatted attribute for a Control object into the XmlHandler. More...
 
virtual void setReader (XmlStackedHandlerReader *)
 
void switchToNewHandler (XmlStackedHandler *nextHandler)
 Switch to a new content handler and continue processing using the new handler. More...
 
virtual bool endElement (const QString &namespaceURI, const QString &localName, const QString &qName)
 

Protected Member Functions

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

Private Member Functions

 Q_DISABLE_COPY (XmlHandler)
 

Private Attributes

Controlm_xmlHandlerControl
 A pointer to the Control object to be read or written. More...
 
FileName m_xmlHandlerCnetFolderName
 The name of the folder for the control xml. More...
 

Detailed Description

Nested class used to write the Control object information to an XML file for the purpose of saving and restoring the state of the project.

Author
2012-??-?? Steven Lambright

Definition at line 119 of file Control.h.

Constructor & Destructor Documentation

◆ XmlHandler()

Isis::Control::XmlHandler::XmlHandler ( Control control,
FileName  cnetFolder 
)

Constructor for the Control object's XmlHandler.

Parameters
controlA pointer to the Control object.
cnetFolderThe name of the folder for the Control xml

Definition at line 385 of file Control.cpp.

References m_xmlHandlerCnetFolderName, and m_xmlHandlerControl.

Member Function Documentation

◆ startElement()

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

Method to read the given XML formatted attribute for a Control object into the XmlHandler.

Parameters
namespaceURI???
localNameThe keyword name given to the member variable in the XML.
qName???
attsThe attribute containing the keyword value for the given localName.
Returns
bool Indicates whether the localName is recognized.

Reimplemented from Isis::XmlStackedHandler.

Definition at line 403 of file Control.cpp.

References Isis::Control::fileName().

◆ 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().

Member Data Documentation

◆ m_xmlHandlerCnetFolderName

FileName Isis::Control::XmlHandler::m_xmlHandlerCnetFolderName
private

The name of the folder for the control xml.

Definition at line 131 of file Control.h.

Referenced by XmlHandler().

◆ m_xmlHandlerControl

Control* Isis::Control::XmlHandler::m_xmlHandlerControl
private

A pointer to the Control object to be read or written.

Definition at line 129 of file Control.h.

Referenced by XmlHandler().


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