#include <cat.hpp>
Collaboration diagram for Cat:
Public Member Functions | |
Cat (PropositionGraph *cl) | |
~Cat () | |
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 |
Category * | current |
Private Attributes | |
QString | currentText |
|
Definition at line 24 of file cat.cpp. References caller. |
|
|
|
Definition at line 45 of file cat.cpp. References currentText. |
|
Definition at line 51 of file cat.cpp. References caller, PropositionGraph::categories, current, currentText, Category::name(), Category::setColor(), Category::setDescription(), Category::setId(), and Category::setName(). Here is the call graph for this function: ![]() |
|
|
|
|
|
Definition at line 79 of file cat.cpp. References caller, and Graph::error(). Here is the call graph for this function: ![]() |
|
Definition at line 34 of file cat.cpp. References current, and currentText. |
|
Reference to the graph that called this parser Definition at line 26 of file cat.hpp. Referenced by Cat(), endElement(), and ioError(). |
|
Definition at line 30 of file cat.hpp. Referenced by endElement(), and startElement(). |
|
Definition at line 35 of file cat.hpp. Referenced by characters(), endElement(), and startElement(). |
|
|
|
|