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

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

size_t d_startIdx
 Starting index for this line.
size_t 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 719 of file CEGUIMultiLineEditbox.h.


Member Data Documentation

float CEGUI::MultiLineEditbox::LineInfo::d_extent
 

Rendered extent of this line.

Definition at line 723 of file CEGUIMultiLineEditbox.h.

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

size_t CEGUI::MultiLineEditbox::LineInfo::d_length
 

Code point length of this line.

Definition at line 722 of file CEGUIMultiLineEditbox.h.

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

size_t CEGUI::MultiLineEditbox::LineInfo::d_startIdx
 

Starting index for this line.

Definition at line 721 of file CEGUIMultiLineEditbox.h.

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


The documentation for this struct was generated from the following file:
Generated on Wed Sep 7 10:08:53 2005 for Crazy Eddies GUI System by  doxygen 1.4.3