libkombilo  0.7
Public Member Functions | Data Fields | Protected Member Functions
Cursor Class Reference

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.
Nodenext (int n=0) throw (SGFError)
 Go to (n-th variation of) next move. Counting of variations starts at n=0.
Nodeprevious () throw (SGFError)
NodegetRootNode (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
Noderoot
NodecurrentN
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:
 All Data Structures Files Functions Variables