|
QtiPlot
0.9.8.2
|
#include <CustomActionDialog.h>
Public Member Functions | |
| bool | characters (const QString &str) |
| CustomMenuHandler () | |
| bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) |
| QString | errorString () const |
| bool | fatalError (const QXmlParseException &) |
| QString | location () |
| bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &attributes) |
| QString | title () |
Private Attributes | |
| QString | currentText |
| QString | d_location |
| QString | d_title |
| QString | errorStr |
| bool | metFitTag |
References d_location, d_title, and metFitTag.
| bool CustomMenuHandler::characters | ( | const QString & | str | ) | [inline] |
References currentText.
| bool CustomMenuHandler::endElement | ( | const QString & | namespaceURI, |
| const QString & | localName, | ||
| const QString & | qName | ||
| ) |
References currentText, d_location, and d_title.
| QString CustomMenuHandler::errorString | ( | ) | const [inline] |
References errorStr.
| bool CustomMenuHandler::fatalError | ( | const QXmlParseException & | ) | [inline] |
| QString CustomMenuHandler::location | ( | ) | [inline] |
References d_location.
Referenced by ApplicationWindow::loadCustomActions().
| bool CustomMenuHandler::startElement | ( | const QString & | namespaceURI, |
| const QString & | localName, | ||
| const QString & | qName, | ||
| const QXmlAttributes & | attributes | ||
| ) |
References currentText, errorStr, and metFitTag.
| QString CustomMenuHandler::title | ( | ) | [inline] |
References d_title.
Referenced by ApplicationWindow::loadCustomActions().
QString CustomMenuHandler::currentText [private] |
Referenced by characters(), endElement(), and startElement().
QString CustomMenuHandler::d_location [private] |
Referenced by CustomMenuHandler(), endElement(), and location().
QString CustomMenuHandler::d_title [private] |
Referenced by CustomMenuHandler(), endElement(), and title().
QString CustomMenuHandler::errorStr [private] |
Referenced by errorString(), and startElement().
bool CustomMenuHandler::metFitTag [private] |
Referenced by CustomMenuHandler(), and startElement().
1.7.6.1