Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CEGUI::MultiLineEditbox::LineInfo Struct Reference

struct used to store information about a formatted line within the paragraph. More...

#include <CEGUIMultiLineEditbox.h>

List of all members.

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.


Detailed Description

struct used to store information about a formatted line within the paragraph.

Definition at line 713 of file CEGUIMultiLineEditbox.h.


Member Data Documentation

float CEGUI::MultiLineEditbox::LineInfo::d_extent
 

Rendered extent of this line.

Definition at line 717 of file CEGUIMultiLineEditbox.h.

Referenced by CEGUI::MultiLineEditbox::formatText().

ulong CEGUI::MultiLineEditbox::LineInfo::d_length
 

Code point length of this line.

Definition at line 716 of file CEGUIMultiLineEditbox.h.

Referenced by CEGUI::MultiLineEditbox::formatText(), and CEGUI::MultiLineEditbox::renderTextLines().

ulong CEGUI::MultiLineEditbox::LineInfo::d_startIdx
 

Starting index for this line.

Definition at line 715 of file CEGUIMultiLineEditbox.h.

Referenced by CEGUI::MultiLineEditbox::formatText(), and CEGUI::MultiLineEditbox::renderTextLines().


The documentation for this struct was generated from the following file:
Generated on Wed Feb 16 12:41:17 2005 for Crazy Eddies GUI System by  doxygen 1.3.9.1