Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

lingdefs.h File Reference

Go to the source code of this file.

Data Structures

struct  _lingLesson
struct  _lingMeaning
struct  lingConfig

Typedefs

typedef int lingbool
typedef unsigned char lingchar
typedef _lingLesson lingLesson
typedef _lingMeaning lingMeaning

Enumerations

enum  Method { RANDOM, SEQUENCE, REVIEW, LEARN }


Typedef Documentation

lingbool
 

This is a special defined boolean value - can return TRUE and FALSE (and should only be used with those both types!)

lingchar
 

This is a unsigned char to hold UTF-8 encoded characters.

typedef struct _lingLesson lingLesson
 

typedef struct _lingMeaning lingMeaning
 


Enumeration Type Documentation

enum Method
 

A list of different word choosing methods.

Enumeration values:
RANDOM  Random choosing from 0 to max. possible id
SEQUENCE  One after each other
REVIEW  Selects words, which are not well known by the user
LEARN  A learn method - for saving statistics


Generated on Sun Nov 23 22:33:44 2003 for liblingoteach by doxygen 1.3.3