#include <text3d.h>
Inheritance diagram for ParsingLine:

Public Member Functions | |
| ParsingLine () | |
| void | operator= (ParsingLine &src) | 
Public Attributes | |
| GLfloat | deltaY | 
| taille Y du mots (height de la fonte)   | |
| TextAlign | align | 
| type d'allignement horizontale   | |
| MyList< ParsingWord * > | words | 
| list des pointeur sur les mots de la ligne   | |
| double | xJustify | 
| taille de chaque justification dans les X   | |
| double | xPos | 
| postion x de depart   | |
| int | nbChar | 
| nombre total de caractere   | |
parametre:
Definition at line 72 of file text3d.h.
      
  | 
  
| 
 
 Definition at line 196 of file text3d.cpp. References align, align_begin, deltaY, and nbChar.  | 
  
      
  | 
  
| 
 
 Definition at line 203 of file text3d.cpp. References align, deltaY, nbChar, ParsingElem::operator=(), src, and words.  | 
  
      
  | 
  
| 
 type d'allignement horizontale 
 Definition at line 76 of file text3d.h. Referenced by operator=(), and ParsingLine().  | 
  
      
  | 
  
| 
 taille Y du mots (height de la fonte) 
 Definition at line 75 of file text3d.h. Referenced by Text3D::ComputeLayout(), operator=(), and ParsingLine().  | 
  
      
  | 
  
| 
 nombre total de caractere 
 Definition at line 80 of file text3d.h. Referenced by operator=(), and ParsingLine().  | 
  
      
  | 
  
| 
 list des pointeur sur les mots de la ligne 
 Definition at line 77 of file text3d.h. Referenced by Text3D::ComputeLayout(), and operator=().  | 
  
      
  | 
  
| 
 taille de chaque justification dans les X 
  | 
  
      
  | 
  
| 
 postion x de depart 
  | 
  
 
1.3.6