FamilyTreeParser Class Reference
#include <FamilyTreeParser.h>
List of all members.
Detailed Description
class responsible for parsing family tree data
Member Function Documentation
bool FamilyTreeParser::parse_treedata |
( |
TreeRep * |
trep, |
|
|
QString |
filename | |
|
) |
| | [static] |
parses the tree data from a given file name
- Parameters:
-
| trep | encapsules the abstract data structure tree |
| filename | path to the input datafile |
- Returns:
- true if loading succesful, false otherwise
bool FamilyTreeParser::parse_relationdata |
( |
std::vector< strRelationshipPair > * |
trep, |
|
|
QString |
filename | |
|
) |
| | [static] |
parses the relationships data from a given file name
- Parameters:
-
| relvec | encapsules the vector structer where the relations shall be saved |
| filename | path to the input datafile |
- Returns:
- true if loading succesful, false otherwise
The documentation for this class was generated from the following files:
- D:/Uni/InfoVis/LU/src/FamilyTreeParser.h
- D:/Uni/InfoVis/LU/src/FamilyTreeParser.cpp