Public Member Functions |
| Cursor (const char *sgf, int sloppy) throw (SGFError) |
void | parse (const char *s) throw (SGFError) |
void | game (int n) throw (SGFError) |
| Go to n-th game in this SGF file.
|
Node * | next (int n=0) throw (SGFError) |
| Go to (n-th variation of) next move. Counting of variations starts at n=0.
|
Node * | previous () throw (SGFError) |
Node * | getRootNode (int n) throw (SGFError) |
char * | outputVar (Node *node) |
char * | output () |
void | add (char *st) |
void | delVariation (Node *node) |
void | setFlags () |
Data Fields |
int | atStart |
int | atEnd |
int | height |
int | width |
Node * | root |
Node * | currentN |
int | posx |
int | posy |
Protected Member Functions |
void | delVar (Node *node) |
void | deltree (Node *node) |
The documentation for this class was generated from the following files:
- /home/ug/devel/kombilo/lk/sgfparser.h
- /home/ug/devel/kombilo/lk/sgfparser.cpp