#include <graphml.hpp>
Collaboration diagram for GraphML:
Public Member Functions | |
GraphML (PropositionGraph *cl) | |
~GraphML () | |
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 | loadProp (QString pname) |
void | loadCat (QString dir) |
void | save (QString dir) |
void | saveProp (QString dir, QString prop) |
void | init () |
Public Attributes | |
PropositionGraph * | caller |
Edge * | e |
QString | type |
QString | currentItem |
Private Attributes | |
QString | currentText |
|
Definition at line 27 of file graphml.cpp. References caller. |
|
Definition at line 32 of file graphml.cpp. |
|
Definition at line 49 of file graphml.cpp. References currentText. |
|
Definition at line 55 of file graphml.cpp. References caller, and loadProp(). Here is the call graph for this function: ![]() |
|
Definition at line 69 of file graphml.cpp. |
|
|
|
Definition at line 78 of file graphml.cpp. References caller, and Graph::error(). Here is the call graph for this function: ![]() |
|
Definition at line 94 of file graphml.cpp. References caller, PropositionGraph::categories, Category::name(), Category::setColor(), Category::setDescription(), Category::setId(), and Category::setName(). Here is the call graph for this function: ![]() |
|
Definition at line 83 of file graphml.cpp. References caller. Referenced by endElement(). |
|
Save graph data to file. Definition at line 123 of file graphml.cpp. References caller, Graph::lastName(), and saveProp(). Referenced by PropositionGraph::save(). Here is the call graph for this function: ![]() |
|
Definition at line 187 of file graphml.cpp. References caller, Proposition::category(), Node::description, escapeXml(), Node::outgoing, p, Node::publicName, Proposition::references(), and Graph::setChanged(). Referenced by save(). Here is the call graph for this function: ![]() |
|
Definition at line 37 of file graphml.cpp. References caller, currentItem, and PropositionGraph::newProposition(). Here is the call graph for this function: ![]() |
|
Reference to the graph that called this parser Definition at line 40 of file graphml.hpp. Referenced by endElement(), GraphML(), ioError(), loadCat(), loadProp(), save(), saveProp(), and startElement(). |
|
Definition at line 54 of file graphml.hpp. Referenced by startElement(). |
|
Definition at line 58 of file graphml.hpp. Referenced by characters(). |
|
Definition at line 42 of file graphml.hpp. |
|
Definition at line 43 of file graphml.hpp. |