rocs/RocsCore
Classes | |
struct | GmlGraphParsingHelper |
struct | roman |
Functions | |
void | beginList () |
void | endList () |
void | gotKey (const std::string &key) |
void | gotValue (const std::string &Value) |
bool | parse (const QString &content, Document *doc) |
void | t () |
void | t1 () |
void | t1 (const std::string &key) |
Variables | |
DataStructurePtr | actualdataType |
PointerPtr | actualEdge |
DataPtr | actualNode |
Document * | document = 0 |
QObject * | lastInserted = 0 |
std::string | lastKey = "" |
GmlGraphParsingHelper * | phelper = 0 |
Function Documentation
void GmlParser::beginList | ( | ) |
Definition at line 42 of file GmlGrammar.cpp.
void GmlParser::endList | ( | ) |
Definition at line 47 of file GmlGrammar.cpp.
void GmlParser::gotKey | ( | const std::string & | key | ) |
Definition at line 52 of file GmlGrammar.cpp.
void GmlParser::gotValue | ( | const std::string & | Value | ) |
Definition at line 73 of file GmlGrammar.cpp.
Definition at line 105 of file GmlGrammar.cpp.
void GmlParser::t | ( | ) |
Definition at line 96 of file GmlGrammar.cpp.
void GmlParser::t1 | ( | ) |
void GmlParser::t1 | ( | const std::string & | key | ) |
Definition at line 100 of file GmlGrammar.cpp.
Variable Documentation
DataStructurePtr GmlParser::actualdataType |
Definition at line 37 of file GmlGrammar.cpp.
PointerPtr GmlParser::actualEdge |
Definition at line 39 of file GmlGrammar.cpp.
DataPtr GmlParser::actualNode |
Definition at line 38 of file GmlGrammar.cpp.
Document* GmlParser::document = 0 |
Definition at line 40 of file GmlGrammar.cpp.
QObject* GmlParser::lastInserted = 0 |
Definition at line 36 of file GmlGrammar.cpp.
std::string GmlParser::lastKey = "" |
Definition at line 35 of file GmlGrammar.cpp.
GmlGraphParsingHelper* GmlParser::phelper = 0 |
Definition at line 34 of file GmlGrammar.cpp.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.