#include <text3d.h>
Inheritance diagram for ParsingElem:
Public Member Functions | |
ParsingElem () | |
void | operator= (ParsingElem &src) |
Public Attributes | |
GLfloat | deltaX |
taille X du mots | |
BOOL | isWord |
word ou separator? |
Definition at line 41 of file text3d.h.
|
Definition at line 214 of file text3d.cpp. |
|
Definition at line 220 of file text3d.cpp. References deltaX, isWord, and src. Referenced by ParsingWord::operator=(), and ParsingLine::operator=(). |
|
taille X du mots
Definition at line 44 of file text3d.h. Referenced by Text3D::ComputeLayout(), Text3D::ComputeLineSize(), operator=(), and ParsingElem(). |
|
word ou separator?
Definition at line 45 of file text3d.h. Referenced by Text3D::AnalyseGram(), operator=(), and ParsingElem(). |