MyGUI 3.4.1
Public Types | Public Member Functions | Static Public Member Functions
MyGUI::ISubWidgetText Class Reference

#include <MyGUI_ISubWidgetText.h>

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

Public Types

typedef RTTIBase Base
 
typedef ISubWidgetText RTTIBase
 
- Public Types inherited from MyGUI::ISubWidget
typedef RTTIBase Base
 
typedef ISubWidget RTTIBase
 
- Public Types inherited from MyGUI::IObject
typedef IObject RTTIBase
 

Public Member Functions

virtual const std::string & getTypeName () const override
 
virtual bool isType (const std::type_info &_type) const override
 
template<typename Type >
bool isType () const
 
virtual size_t getTextSelectionStart () const
 
virtual size_t getTextSelectionEnd () const
 
virtual void setTextSelection (size_t _start, size_t _end)
 
virtual bool getSelectBackground () const
 
virtual void setSelectBackground (bool _normal)
 
virtual bool getInvertSelected () const
 
virtual void setInvertSelected (bool _value)
 
virtual bool getShadow () const
 
virtual void setShadow (bool _value)
 
virtual bool isVisibleCursor () const
 
virtual void setVisibleCursor (bool _value)
 
virtual size_t getCursorPosition () const
 
virtual void setCursorPosition (size_t _index)
 
virtual void setWordWrap (bool _value)
 
virtual size_t getCursorPosition (const IntPoint &_point) const
 
virtual IntCoord getCursorCoord (size_t _position) const
 
IntPoint getCursorPoint (size_t _position) const
 
IntRect getCursorRect (size_t _position) const
 
virtual IntSize getTextSize () const
 
virtual void setViewOffset (const IntPoint &_point)
 
virtual IntPoint getViewOffset () const
 
virtual void setCaption (const UString &_value)
 
virtual const UStringgetCaption () const
 
virtual void setTextColour (const Colour &_value)
 
virtual const ColourgetTextColour () const
 
virtual void setFontName (const std::string &_value)
 
virtual const std::string & getFontName () const
 
virtual void setFontHeight (int _value)
 
virtual int getFontHeight () const
 
virtual void setTextAlign (Align _value)
 
virtual Align getTextAlign () const
 
virtual void setShiftText (bool _value)
 
virtual void setShadowColour (const Colour &_value)
 
virtual const ColourgetShadowColour () const
 
- Public Member Functions inherited from MyGUI::ISubWidget
virtual const std::string & getTypeName () const override
 
virtual bool isType (const std::type_info &_type) const override
 
template<typename Type >
bool isType () const
 
 ISubWidget ()
 
virtual void createDrawItem (ITexture *_texture, ILayerNode *_node)=0
 
virtual void destroyDrawItem ()=0
 
virtual void setAlpha (float _alpha)
 
virtual void setStateData (IStateInfo *_data)
 
virtual void doRender ()=0
 
virtual void setAlign (Align _value)
 
virtual void setVisible (bool _value)
 
virtual void _updateView ()
 
virtual void _correctView ()
 
virtual void _setAlign (const IntSize &_oldsize)
 
virtual void doManualRender (IVertexBuffer *_buffer, ITexture *_texture, size_t _count)
 
- Public Member Functions inherited from MyGUI::ICroppedRectangle
 ICroppedRectangle ()
 
virtual ~ICroppedRectangle ()
 
ICroppedRectanglegetCroppedParent ()
 
virtual void setPosition (const IntPoint &_value)
 
virtual void setSize (const IntSize &_value)
 
virtual void setCoord (const IntCoord &_value)
 
IntPoint getPosition () const
 
IntSize getSize () const
 
const IntCoordgetCoord () const
 
const IntPointgetAbsolutePosition () const
 
IntRect getAbsoluteRect () const
 
IntCoord getAbsoluteCoord () const
 
int getAbsoluteLeft () const
 
int getAbsoluteTop () const
 
int getLeft () const
 
int getRight () const
 
int getTop () const
 
int getBottom () const
 
int getWidth () const
 
int getHeight () const
 
bool _isMargin () const
 
int _getViewLeft () const
 
int _getViewRight () const
 
int _getViewTop () const
 
int _getViewBottom () const
 
int _getViewWidth () const
 
int _getViewHeight () const
 
void _setCroppedParent (ICroppedRectangle *_parent)
 
const IntRect_getMargin () const
 
int _getMarginLeft () const
 
int _getMarginRight () const
 
int _getMarginTop () const
 
int _getMarginBottom () const
 
- Public Member Functions inherited from MyGUI::IObject
virtual const std::string & getTypeName () const
 
virtual bool isType (const std::type_info &_type) const
 
template<typename Type >
bool isType () const
 
template<typename Type >
Type * castType (bool _throw=true)
 
template<typename Type >
const Type * castType (bool _throw=true) const
 
 IObject ()=default
 
virtual ~IObject ()=default
 

Static Public Member Functions

static const std::string & getClassTypeName ()
 
- Static Public Member Functions inherited from MyGUI::ISubWidget
static const std::string & getClassTypeName ()
 
- Static Public Member Functions inherited from MyGUI::IObject
static const std::string & getClassTypeName ()
 

Additional Inherited Members

- Protected Member Functions inherited from MyGUI::ICroppedRectangle
bool _checkMargin ()
 
bool _checkOutside () const
 
- Protected Attributes inherited from MyGUI::ISubWidget
Align mAlign
 
bool mVisible
 
- Protected Attributes inherited from MyGUI::ICroppedRectangle
IntRect mMargin
 
IntCoord mCoord
 
IntPoint mAbsolutePosition
 
bool mIsMargin
 
ICroppedRectanglemCroppedParent
 

Detailed Description

Definition at line 18 of file MyGUI_ISubWidgetText.h.

Member Typedef Documentation

◆ Base

Definition at line 21 of file MyGUI_ISubWidgetText.h.

◆ RTTIBase

Definition at line 21 of file MyGUI_ISubWidgetText.h.

Member Function Documentation

◆ getCaption()

virtual const UString & MyGUI::ISubWidgetText::getCaption ( ) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 122 of file MyGUI_ISubWidgetText.h.

◆ getClassTypeName()

static const std::string & MyGUI::ISubWidgetText::getClassTypeName ( )
inlinestatic

Definition at line 21 of file MyGUI_ISubWidgetText.h.

◆ getCursorCoord()

virtual IntCoord MyGUI::ISubWidgetText::getCursorCoord ( size_t  _position) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 89 of file MyGUI_ISubWidgetText.h.

◆ getCursorPoint()

IntPoint MyGUI::ISubWidgetText::getCursorPoint ( size_t  _position) const
inline

Definition at line 95 of file MyGUI_ISubWidgetText.h.

◆ getCursorPosition() [1/2]

virtual size_t MyGUI::ISubWidgetText::getCursorPosition ( ) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 72 of file MyGUI_ISubWidgetText.h.

◆ getCursorPosition() [2/2]

virtual size_t MyGUI::ISubWidgetText::getCursorPosition ( const IntPoint _point) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 83 of file MyGUI_ISubWidgetText.h.

◆ getCursorRect()

IntRect MyGUI::ISubWidgetText::getCursorRect ( size_t  _position) const
inline

Definition at line 102 of file MyGUI_ISubWidgetText.h.

◆ getFontHeight()

virtual int MyGUI::ISubWidgetText::getFontHeight ( ) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 140 of file MyGUI_ISubWidgetText.h.

◆ getFontName()

virtual const std::string & MyGUI::ISubWidgetText::getFontName ( ) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 134 of file MyGUI_ISubWidgetText.h.

◆ getInvertSelected()

virtual bool MyGUI::ISubWidgetText::getInvertSelected ( ) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 48 of file MyGUI_ISubWidgetText.h.

◆ getSelectBackground()

virtual bool MyGUI::ISubWidgetText::getSelectBackground ( ) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 40 of file MyGUI_ISubWidgetText.h.

◆ getShadow()

virtual bool MyGUI::ISubWidgetText::getShadow ( ) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 56 of file MyGUI_ISubWidgetText.h.

◆ getShadowColour()

virtual const Colour & MyGUI::ISubWidgetText::getShadowColour ( ) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 154 of file MyGUI_ISubWidgetText.h.

◆ getTextAlign()

virtual Align MyGUI::ISubWidgetText::getTextAlign ( ) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 146 of file MyGUI_ISubWidgetText.h.

◆ getTextColour()

virtual const Colour & MyGUI::ISubWidgetText::getTextColour ( ) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 128 of file MyGUI_ISubWidgetText.h.

◆ getTextSelectionEnd()

virtual size_t MyGUI::ISubWidgetText::getTextSelectionEnd ( ) const
inlinevirtual

Get index of end of selection

Reimplemented in MyGUI::EditText.

Definition at line 31 of file MyGUI_ISubWidgetText.h.

◆ getTextSelectionStart()

virtual size_t MyGUI::ISubWidgetText::getTextSelectionStart ( ) const
inlinevirtual

Get index of start of selection

Reimplemented in MyGUI::EditText.

Definition at line 25 of file MyGUI_ISubWidgetText.h.

◆ getTextSize()

virtual IntSize MyGUI::ISubWidgetText::getTextSize ( ) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 109 of file MyGUI_ISubWidgetText.h.

◆ getTypeName()

virtual const std::string & MyGUI::ISubWidgetText::getTypeName ( ) const
inlineoverridevirtual

Get type name as string

Reimplemented from MyGUI::ISubWidget.

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

Definition at line 21 of file MyGUI_ISubWidgetText.h.

◆ getViewOffset()

virtual IntPoint MyGUI::ISubWidgetText::getViewOffset ( ) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 116 of file MyGUI_ISubWidgetText.h.

◆ isType() [1/2]

template<typename Type >
bool MyGUI::ISubWidgetText::isType ( ) const
inline

Compare with selected type

Definition at line 21 of file MyGUI_ISubWidgetText.h.

◆ isType() [2/2]

virtual bool MyGUI::ISubWidgetText::isType ( const std::type_info &  _type) const
inlineoverridevirtual

Compare with selected type

Reimplemented from MyGUI::ISubWidget.

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

Definition at line 21 of file MyGUI_ISubWidgetText.h.

◆ isVisibleCursor()

virtual bool MyGUI::ISubWidgetText::isVisibleCursor ( ) const
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 64 of file MyGUI_ISubWidgetText.h.

◆ setCaption()

virtual void MyGUI::ISubWidgetText::setCaption ( const UString _value)
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 121 of file MyGUI_ISubWidgetText.h.

◆ setCursorPosition()

virtual void MyGUI::ISubWidgetText::setCursorPosition ( size_t  _index)
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 77 of file MyGUI_ISubWidgetText.h.

◆ setFontHeight()

virtual void MyGUI::ISubWidgetText::setFontHeight ( int  _value)
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 139 of file MyGUI_ISubWidgetText.h.

◆ setFontName()

virtual void MyGUI::ISubWidgetText::setFontName ( const std::string &  _value)
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 133 of file MyGUI_ISubWidgetText.h.

◆ setInvertSelected()

virtual void MyGUI::ISubWidgetText::setInvertSelected ( bool  _value)
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 53 of file MyGUI_ISubWidgetText.h.

◆ setSelectBackground()

virtual void MyGUI::ISubWidgetText::setSelectBackground ( bool  _normal)
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 45 of file MyGUI_ISubWidgetText.h.

◆ setShadow()

virtual void MyGUI::ISubWidgetText::setShadow ( bool  _value)
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 61 of file MyGUI_ISubWidgetText.h.

◆ setShadowColour()

virtual void MyGUI::ISubWidgetText::setShadowColour ( const Colour _value)
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 153 of file MyGUI_ISubWidgetText.h.

◆ setShiftText()

virtual void MyGUI::ISubWidgetText::setShiftText ( bool  _value)
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 151 of file MyGUI_ISubWidgetText.h.

◆ setTextAlign()

virtual void MyGUI::ISubWidgetText::setTextAlign ( Align  _value)
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 145 of file MyGUI_ISubWidgetText.h.

◆ setTextColour()

virtual void MyGUI::ISubWidgetText::setTextColour ( const Colour _value)
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 127 of file MyGUI_ISubWidgetText.h.

◆ setTextSelection()

virtual void MyGUI::ISubWidgetText::setTextSelection ( size_t  _start,
size_t  _end 
)
inlinevirtual

Set text selection

Reimplemented in MyGUI::EditText.

Definition at line 37 of file MyGUI_ISubWidgetText.h.

◆ setViewOffset()

virtual void MyGUI::ISubWidgetText::setViewOffset ( const IntPoint _point)
inlinevirtual

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

Definition at line 115 of file MyGUI_ISubWidgetText.h.

◆ setVisibleCursor()

virtual void MyGUI::ISubWidgetText::setVisibleCursor ( bool  _value)
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 69 of file MyGUI_ISubWidgetText.h.

◆ setWordWrap()

virtual void MyGUI::ISubWidgetText::setWordWrap ( bool  _value)
inlinevirtual

Reimplemented in MyGUI::EditText.

Definition at line 79 of file MyGUI_ISubWidgetText.h.


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