#include <CEGUIMultiLineEditbox.h>
Public Attributes | |
| ulong | d_startIdx |
| Starting index for this line. | |
| ulong | d_length |
| Code point length of this line. | |
| float | d_extent |
| Rendered extent of this line. | |
Definition at line 713 of file CEGUIMultiLineEditbox.h.
|
|
Rendered extent of this line.
Definition at line 717 of file CEGUIMultiLineEditbox.h. Referenced by CEGUI::MultiLineEditbox::formatText(). |
|
|
Code point length of this line.
Definition at line 716 of file CEGUIMultiLineEditbox.h. Referenced by CEGUI::MultiLineEditbox::formatText(), and CEGUI::MultiLineEditbox::renderTextLines(). |
|
|
Starting index for this line.
Definition at line 715 of file CEGUIMultiLineEditbox.h. Referenced by CEGUI::MultiLineEditbox::formatText(), and CEGUI::MultiLineEditbox::renderTextLines(). |
1.3.9.1