|
| 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 () |
|
|
int | atStart |
|
int | atEnd |
|
int | height |
|
int | width |
|
Node * | root |
|
Node * | currentN |
|
int | posx |
|
int | posy |
|
|
void | delVar (Node *node) |
|
void | deltree (Node *node) |
|
The documentation for this class was generated from the following files:
- /home/ug/devel/kombilo-py-dev/kombilo/libkombilo/sgfparser.h
- /home/ug/devel/kombilo-py-dev/kombilo/libkombilo/sgfparser.cpp