|
svapp
1.9
|
Public Member Functions | |
| SVFileIdentifier () | |
| virtual | ~SVFileIdentifier () |
| void | parse (QXmlInputSource &source) |
| SVFileReader::FileType | getType () const |
| virtual bool | startElement (const QString &, const QString &, const QString &qName, const QXmlAttributes &atts) |
| virtual bool | endElement (const QString &, const QString &, const QString &qName) |
Private Attributes | |
| bool | m_inSv |
| bool | m_inData |
| SVFileReader::FileType | m_type |
Definition at line 1453 of file SVFileReader.cpp.
| SVFileIdentifier::SVFileIdentifier | ( | ) | [inline] |
Definition at line 1456 of file SVFileReader.cpp.
| virtual SVFileIdentifier::~SVFileIdentifier | ( | ) | [inline, virtual] |
Definition at line 1461 of file SVFileReader.cpp.
| void SVFileIdentifier::parse | ( | QXmlInputSource & | source | ) | [inline] |
Definition at line 1463 of file SVFileReader.cpp.
Referenced by SVFileReader::identifyXmlFile().
| SVFileReader::FileType SVFileIdentifier::getType | ( | ) | const [inline] |
Definition at line 1470 of file SVFileReader.cpp.
References m_type.
Referenced by SVFileReader::identifyXmlFile().
| virtual bool SVFileIdentifier::startElement | ( | const QString & | , |
| const QString & | , | ||
| const QString & | qName, | ||
| const QXmlAttributes & | atts | ||
| ) | [inline, virtual] |
Definition at line 1472 of file SVFileReader.cpp.
References m_inData, m_inSv, m_type, SVFileReader::SVLayerFile, SVFileReader::SVSessionFile, and SVFileReader::UnknownFileType.
| virtual bool SVFileIdentifier::endElement | ( | const QString & | , |
| const QString & | , | ||
| const QString & | qName | ||
| ) | [inline, virtual] |
Definition at line 1508 of file SVFileReader.cpp.
bool SVFileIdentifier::m_inSv [private] |
Definition at line 1530 of file SVFileReader.cpp.
Referenced by endElement(), and startElement().
bool SVFileIdentifier::m_inData [private] |
Definition at line 1531 of file SVFileReader.cpp.
Referenced by endElement(), and startElement().
Definition at line 1532 of file SVFileReader.cpp.
Referenced by getType(), and startElement().