kpresenter

ATFInterpreter Class Reference

List of all members.

Detailed Description

Definition at line 28 of file ATFInterpreter.h.


Public Member Functions

 ATFInterpreter ()
 ~ATFInterpreter ()
void load (const QString &)
QPointArray getPointArray (int, int)
QPtrList< AttribListgetAttribList ()

Protected Member Functions

void interpret ()
QPtrList< SigngetVar (const QString &)

Protected Attributes

QPtrList< CoordcoordList
QPtrList< AttribListattrLs
CoordcoordPtr
SignsignPtr
ValuevaluePtr
QStringList lines

Static Protected Attributes

static const int ST_WIDTH = 1
static const int ST_HEIGHT = 2
static const int ST_VARIABLE = 3
static const int ST_NUMBER = 4
static const int ST_OPERATOR = 5
static const char OP_EQUAL = '='
static const char OP_PLUS = '+'
static const char OP_MINUS = '-'
static const char OP_MULT = '*'
static const char OP_DIV = '/'
static const char COMMENT = '#'
static const char PNT_BG [] = "POINT {"
static const char X_BG [] = "X {"
static const char Y_BG [] = "Y {"
static const char ATTR_BG [] = "ATTRIB {"
static const char END [] = "}"
static const char VAR_1 = 'a'
static const char VAR_2 = 'b'
static const char VAR_3 = 'c'
static const char VAR_4 = 'd'
static const char VAR_5 = 'e'
static const char VAR_6 = 'f'
static const char VAR_X = 'x'
static const char VAR_Y = 'y'
static const char VAR_VARIA = 'v'
static const char VAR_PW = 'p'
static const char VAR_W = 'w'
static const char VAR_H = 'h'
static const int LEVEL_NULL = 0
static const int LEVEL_POINT = 1
static const int LEVEL_X = 2
static const int LEVEL_Y = 3
static const int LEVEL_ATTR = 4
static const char NUM_0 = '0'
static const char NUM_1 = '1'
static const char NUM_2 = '2'
static const char NUM_3 = '3'
static const char NUM_4 = '4'
static const char NUM_5 = '5'
static const char NUM_6 = '6'
static const char NUM_7 = '7'
static const char NUM_8 = '8'
static const char NUM_9 = '9'

Classes

struct  AttribList
struct  AttribStruct
struct  Coord
struct  CoordStruct
struct  Sign
struct  Value

The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys