MyGUI::ISubWidgetText Class Reference

#include <MyGUI_ISubWidgetText.h>

Inheritance diagram for MyGUI::ISubWidgetText:
Inheritance graph
[legend]

Public Member Functions

virtual ~ISubWidgetText ()
virtual size_t getTextSelectionStart ()
virtual size_t getTextSelectionEnd ()
virtual void setTextSelection (size_t _start, size_t _end)
virtual bool getSelectBackground ()
virtual void setSelectBackground (bool _normal)
virtual bool getInvertSelected ()
virtual void setInvertSelected (bool _value)
virtual bool isVisibleCursor ()
virtual void setVisibleCursor (bool _value)
virtual size_t getCursorPosition ()
virtual void setCursorPosition (size_t _index)
virtual void setWordWrap (bool _value)
virtual size_t getCursorPosition (const IntPoint &_point)
virtual IntCoord getCursorCoord (size_t _position)
IntPoint getCursorPoint (size_t _position)
IntRect getCursorRect (size_t _position)
virtual IntSize getTextSize ()
virtual void setViewOffset (const IntPoint &_point)
virtual IntPoint getViewOffset ()
virtual void setCaption (const UString &_value)
virtual const UStringgetCaption ()
virtual void setTextColour (const Colour &_value)
virtual const ColourgetTextColour ()
virtual void setFontName (const std::string &_value)
virtual const std::string & getFontName ()
virtual void setFontHeight (int _value)
virtual int getFontHeight ()
virtual void setTextAlign (Align _value)
virtual Align getTextAlign ()
virtual void setShiftText (bool _value)

Detailed Description

Definition at line 34 of file MyGUI_ISubWidgetText.h.


Constructor & Destructor Documentation

virtual MyGUI::ISubWidgetText::~ISubWidgetText (  )  [inline, virtual]

Definition at line 39 of file MyGUI_ISubWidgetText.h.


Member Function Documentation

virtual const UString& MyGUI::ISubWidgetText::getCaption (  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 95 of file MyGUI_ISubWidgetText.h.

virtual IntCoord MyGUI::ISubWidgetText::getCursorCoord ( size_t  _position  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 71 of file MyGUI_ISubWidgetText.h.

IntPoint MyGUI::ISubWidgetText::getCursorPoint ( size_t  _position  )  [inline]

Definition at line 74 of file MyGUI_ISubWidgetText.h.

virtual size_t MyGUI::ISubWidgetText::getCursorPosition ( const IntPoint _point  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 68 of file MyGUI_ISubWidgetText.h.

virtual size_t MyGUI::ISubWidgetText::getCursorPosition (  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 61 of file MyGUI_ISubWidgetText.h.

IntRect MyGUI::ISubWidgetText::getCursorRect ( size_t  _position  )  [inline]

Definition at line 81 of file MyGUI_ISubWidgetText.h.

virtual int MyGUI::ISubWidgetText::getFontHeight (  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 104 of file MyGUI_ISubWidgetText.h.

virtual const std::string& MyGUI::ISubWidgetText::getFontName (  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 101 of file MyGUI_ISubWidgetText.h.

virtual bool MyGUI::ISubWidgetText::getInvertSelected (  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 53 of file MyGUI_ISubWidgetText.h.

virtual bool MyGUI::ISubWidgetText::getSelectBackground (  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 49 of file MyGUI_ISubWidgetText.h.

virtual Align MyGUI::ISubWidgetText::getTextAlign (  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 107 of file MyGUI_ISubWidgetText.h.

virtual const Colour& MyGUI::ISubWidgetText::getTextColour (  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 98 of file MyGUI_ISubWidgetText.h.

virtual size_t MyGUI::ISubWidgetText::getTextSelectionEnd (  )  [inline, virtual]

Get index of end of selection

Reimplemented in MyGUI::EditText.

Definition at line 44 of file MyGUI_ISubWidgetText.h.

virtual size_t MyGUI::ISubWidgetText::getTextSelectionStart (  )  [inline, virtual]

Get index of start of selection

Reimplemented in MyGUI::EditText.

Definition at line 42 of file MyGUI_ISubWidgetText.h.

virtual IntSize MyGUI::ISubWidgetText::getTextSize (  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 88 of file MyGUI_ISubWidgetText.h.

virtual IntPoint MyGUI::ISubWidgetText::getViewOffset (  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 92 of file MyGUI_ISubWidgetText.h.

virtual bool MyGUI::ISubWidgetText::isVisibleCursor (  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 57 of file MyGUI_ISubWidgetText.h.

virtual void MyGUI::ISubWidgetText::setCaption ( const UString _value  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 94 of file MyGUI_ISubWidgetText.h.

virtual void MyGUI::ISubWidgetText::setCursorPosition ( size_t  _index  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 62 of file MyGUI_ISubWidgetText.h.

virtual void MyGUI::ISubWidgetText::setFontHeight ( int  _value  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 103 of file MyGUI_ISubWidgetText.h.

virtual void MyGUI::ISubWidgetText::setFontName ( const std::string &  _value  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 100 of file MyGUI_ISubWidgetText.h.

virtual void MyGUI::ISubWidgetText::setInvertSelected ( bool  _value  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 54 of file MyGUI_ISubWidgetText.h.

virtual void MyGUI::ISubWidgetText::setSelectBackground ( bool  _normal  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 50 of file MyGUI_ISubWidgetText.h.

virtual void MyGUI::ISubWidgetText::setShiftText ( bool  _value  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 109 of file MyGUI_ISubWidgetText.h.

virtual void MyGUI::ISubWidgetText::setTextAlign ( Align  _value  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 106 of file MyGUI_ISubWidgetText.h.

virtual void MyGUI::ISubWidgetText::setTextColour ( const Colour _value  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 97 of file MyGUI_ISubWidgetText.h.

virtual void MyGUI::ISubWidgetText::setTextSelection ( size_t  _start,
size_t  _end 
) [inline, virtual]

Set text selection

Reimplemented in MyGUI::EditText.

Definition at line 46 of file MyGUI_ISubWidgetText.h.

virtual void MyGUI::ISubWidgetText::setViewOffset ( const IntPoint _point  )  [inline, virtual]

Reimplemented in MyGUI::EditText, and MyGUI::SimpleText.

Definition at line 91 of file MyGUI_ISubWidgetText.h.

virtual void MyGUI::ISubWidgetText::setVisibleCursor ( bool  _value  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 58 of file MyGUI_ISubWidgetText.h.

virtual void MyGUI::ISubWidgetText::setWordWrap ( bool  _value  )  [inline, virtual]

Reimplemented in MyGUI::EditText.

Definition at line 64 of file MyGUI_ISubWidgetText.h.


The documentation for this class was generated from the following file:

Generated on 3 Dec 2009 for MyGUI by  doxygen 1.6.1