#include <CustomActionDialog.h>
Public Member Functions | |
| bool | characters (const QString &str) |
| CustomActionHandler (QAction *action) | |
| bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) |
| QString | errorString () const |
| bool | fatalError (const QXmlParseException &) |
| QString | parentName () |
| bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &attributes) |
Private Attributes | |
| QString | currentText |
| QAction * | d_action |
| QString | d_widget_name |
| QString | errorStr |
| QString | filePath |
| bool | metFitTag |
| CustomActionHandler::CustomActionHandler | ( | QAction * | action | ) |
References d_widget_name, filePath, and metFitTag.
| bool CustomActionHandler::characters | ( | const QString & | str | ) | [inline] |
References currentText.
| bool CustomActionHandler::endElement | ( | const QString & | namespaceURI, | |
| const QString & | localName, | |||
| const QString & | qName | |||
| ) |
References currentText, d_action, d_widget_name, and filePath.
| QString CustomActionHandler::errorString | ( | ) | const [inline] |
References errorStr.
| bool CustomActionHandler::fatalError | ( | const QXmlParseException & | ) | [inline] |
| QString CustomActionHandler::parentName | ( | ) | [inline] |
| bool CustomActionHandler::startElement | ( | const QString & | namespaceURI, | |
| const QString & | localName, | |||
| const QString & | qName, | |||
| const QXmlAttributes & | attributes | |||
| ) |
References currentText, errorStr, and metFitTag.
QString CustomActionHandler::currentText [private] |
Referenced by characters(), endElement(), and startElement().
QAction* CustomActionHandler::d_action [private] |
Referenced by endElement().
QString CustomActionHandler::d_widget_name [private] |
Referenced by CustomActionHandler(), endElement(), and parentName().
QString CustomActionHandler::errorStr [private] |
Referenced by errorString(), and startElement().
QString CustomActionHandler::filePath [private] |
Referenced by CustomActionHandler(), and endElement().
bool CustomActionHandler::metFitTag [private] |
Referenced by CustomActionHandler(), and startElement().
1.5.6