#include <mpsi.hpp>
Collaboration diagram for Mpsi:
Public Member Functions | |
Mpsi (PropositionGraph *cl, QString pn) | |
~Mpsi () | |
bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &attribs) |
bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) |
bool | characters (const QString &str) |
bool | fatalError (const QXmlParseException &exception) |
void | ioError (const QFile file, const QString message) |
void | init () |
Public Attributes | |
PropositionGraph * | caller |
Edge * | e |
QString | type |
QString | target |
QString | pname |
Private Attributes | |
QString | currentText |
|
|
|
|
|
Definition at line 46 of file mpsi.cpp. References currentText. |
|
Definition at line 52 of file mpsi.cpp. References caller, PropositionGraph::connect(), currentText, e, pname, and target. Here is the call graph for this function: ![]() |
|
|
|
|
|
Definition at line 82 of file mpsi.cpp. References caller, and Graph::error(). Here is the call graph for this function: ![]() |
|
Definition at line 35 of file mpsi.cpp. References currentText, and target. |
|
Reference to the graph that called this parser Definition at line 26 of file mpsi.hpp. Referenced by endElement(), ioError(), and Mpsi(). |
|
Definition at line 36 of file mpsi.hpp. Referenced by characters(), endElement(), and startElement(). |
|
Definition at line 28 of file mpsi.hpp. Referenced by endElement(). |
|
Definition at line 32 of file mpsi.hpp. Referenced by endElement(), and Mpsi(). |
|
Definition at line 30 of file mpsi.hpp. Referenced by endElement(), and startElement(). |
|
|