Crazy Eddie's GUI System  0.8.4
CEGUI::EditboxWindowRenderer Class Reference

Base class for the EditboxWindowRenderer class. More...

+ Inheritance diagram for CEGUI::EditboxWindowRenderer:
+ Collaboration diagram for CEGUI::EditboxWindowRenderer:

List of all members.

Public Member Functions

 EditboxWindowRenderer (const String &name)
 Constructor.
virtual size_t getTextIndexFromPosition (const Vector2f &pt) const =0
 Return the text code point index that is rendered closest to screen position pt.

Detailed Description

Base class for the EditboxWindowRenderer class.


Member Function Documentation

virtual size_t CEGUI::EditboxWindowRenderer::getTextIndexFromPosition ( const Vector2f pt) const [pure virtual]

Return the text code point index that is rendered closest to screen position pt.

Parameters:
ptPoint object describing a position on the screen in pixels.
Returns:
Code point index into the text that is rendered closest to screen position pt.

Implemented in CEGUI::FalagardEditbox.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends