svgui
1.9
|
#include <TipDialog.h>
![Inheritance graph](classTipDialog_1_1TipFileParser__inherit__graph.png)
![Collaboration graph](classTipDialog_1_1TipFileParser__coll__graph.png)
Public Member Functions | |
TipFileParser (TipDialog *dialog) | |
virtual | ~TipFileParser () |
void | parse (QXmlInputSource &source) |
bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts) override |
bool | characters (const QString &) override |
bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) override |
bool | error (const QXmlParseException &exception) override |
bool | fatalError (const QXmlParseException &exception) override |
Protected Attributes | |
TipDialog * | m_dialog |
bool | m_inTip |
bool | m_inText |
bool | m_inHtml |
Detailed Description
Definition at line 54 of file TipDialog.h.
Constructor & Destructor Documentation
TipDialog::TipFileParser::TipFileParser | ( | TipDialog * | dialog | ) |
Definition at line 163 of file TipDialog.cpp.
|
virtual |
Definition at line 171 of file TipDialog.cpp.
Member Function Documentation
void TipDialog::TipFileParser::parse | ( | QXmlInputSource & | source | ) |
Definition at line 176 of file TipDialog.cpp.
Referenced by TipDialog::readTips().
|
override |
Definition at line 185 of file TipDialog.cpp.
References TipDialog::m_caption, m_dialog, m_inHtml, m_inText, m_inTip, and TipDialog::m_tips.
|
override |
Definition at line 264 of file TipDialog.cpp.
References m_dialog, m_inHtml, m_inText, and TipDialog::m_tips.
|
override |
Definition at line 232 of file TipDialog.cpp.
References m_dialog, m_inHtml, m_inText, m_inTip, and TipDialog::m_tips.
|
override |
Definition at line 276 of file TipDialog.cpp.
|
override |
Definition at line 288 of file TipDialog.cpp.
Member Data Documentation
|
protected |
Definition at line 77 of file TipDialog.h.
Referenced by characters(), endElement(), and startElement().
|
protected |
Definition at line 79 of file TipDialog.h.
Referenced by endElement(), and startElement().
|
protected |
Definition at line 80 of file TipDialog.h.
Referenced by characters(), endElement(), and startElement().
|
protected |
Definition at line 81 of file TipDialog.h.
Referenced by characters(), endElement(), and startElement().
The documentation for this class was generated from the following files:
Generated by
![doxygen](doxygen.png)