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

#include <MyGUI_SimpleText.h>

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

Public Types

typedef RTTIBase Base
 
typedef SimpleText RTTIBase
 
- Public Types inherited from MyGUI::EditText
typedef RTTIBase Base
 
typedef EditText RTTIBase
 
- Public Types inherited from MyGUI::ISubWidgetText
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
 
 SimpleText ()
 
void setViewOffset (const IntPoint &_point) override
 
void doRender () override
 
- Public Member Functions inherited from MyGUI::EditText
virtual const std::string & getTypeName () const override
 
virtual bool isType (const std::type_info &_type) const override
 
template<typename Type >
bool isType () const
 
 EditText ()
 
void setVisible (bool _value) override
 
void updateRawData () const
 
void doRender () override
 
void setCaption (const UString &_value) override
 
const UStringgetCaption () const override
 
void setTextColour (const Colour &_value) override
 
const ColourgetTextColour () const override
 
void setAlpha (float _value) override
 
void setFontName (const std::string &_value) override
 
const std::string & getFontName () const override
 
void setFontHeight (int _value) override
 
int getFontHeight () const override
 
void createDrawItem (ITexture *_texture, ILayerNode *_node) override
 
void destroyDrawItem () override
 
void setTextAlign (Align _value) override
 
Align getTextAlign () const override
 
size_t getTextSelectionStart () const override
 
size_t getTextSelectionEnd () const override
 
void setTextSelection (size_t _start, size_t _end) override
 
bool getSelectBackground () const override
 
void setSelectBackground (bool _normal) override
 
bool isVisibleCursor () const override
 
void setVisibleCursor (bool _value) override
 
bool getInvertSelected () const override
 
void setInvertSelected (bool _value) override
 
size_t getCursorPosition () const override
 
void setCursorPosition (size_t _index) override
 
IntSize getTextSize () const override
 
void setViewOffset (const IntPoint &_point) override
 
IntPoint getViewOffset () const override
 
size_t getCursorPosition (const IntPoint &_point) const override
 
IntCoord getCursorCoord (size_t _position) const override
 
bool getShadow () const override
 
void setShadow (bool _value) override
 
void setShiftText (bool _shift) override
 
void setWordWrap (bool _value) override
 
void setStateData (IStateInfo *_data) override
 
void setShadowColour (const Colour &_value) override
 
const ColourgetShadowColour () const override
 
void _updateView () override
 
void _correctView () override
 
void _setAlign (const IntSize &_oldsize) override
 
virtual const VectorLineInfogetLineInfo () const
 
- Public Member Functions inherited from MyGUI::ISubWidgetText
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::EditText
static const std::string & getClassTypeName ()
 
- Static Public Member Functions inherited from MyGUI::ISubWidgetText
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::EditText
bool mEmptyView
 
uint32 mCurrentColourNative
 
uint32 mInverseColourNative
 
uint32 mShadowColourNative
 
IntCoord mCurrentCoord
 
UString mCaption
 
UString::utf32string mUtf32Caption
 
bool mTextOutDate
 
Align mTextAlign
 
Colour mColour
 
Colour mShadowColour
 
float mAlpha
 
VertexColourType mVertexFormat
 
IFontmFont
 
ITexturemTexture
 
int mFontHeight
 
bool mBackgroundNormal
 
size_t mStartSelect
 
size_t mEndSelect
 
size_t mCursorPosition
 
bool mVisibleCursor
 
bool mInvertSelect
 
bool mShadow
 
IntPoint mViewOffset
 
ILayerNodemNode
 
RenderItemmRenderItem
 
size_t mCountVertex
 
bool mIsAddCursorWidth
 
bool mShiftText
 
bool mWordWrap
 
bool mManualColour
 
int mOldWidth
 
TextView mTextView
 
- 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 19 of file MyGUI_SimpleText.h.

Member Typedef Documentation

◆ Base

Definition at line 22 of file MyGUI_SimpleText.h.

◆ RTTIBase

Definition at line 22 of file MyGUI_SimpleText.h.

Constructor & Destructor Documentation

◆ SimpleText()

MyGUI::SimpleText::SimpleText ( )

Definition at line 18 of file MyGUI_SimpleText.cpp.

Member Function Documentation

◆ doRender()

void MyGUI::SimpleText::doRender ( )
overridevirtual

Reimplemented from MyGUI::EditText.

Definition at line 28 of file MyGUI_SimpleText.cpp.

◆ getClassTypeName()

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

Definition at line 22 of file MyGUI_SimpleText.h.

◆ getTypeName()

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

Get type name as string

Reimplemented from MyGUI::EditText.

Definition at line 22 of file MyGUI_SimpleText.h.

◆ isType() [1/2]

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

Compare with selected type

Definition at line 22 of file MyGUI_SimpleText.h.

◆ isType() [2/2]

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

Compare with selected type

Reimplemented from MyGUI::EditText.

Definition at line 22 of file MyGUI_SimpleText.h.

◆ setViewOffset()

void MyGUI::SimpleText::setViewOffset ( const IntPoint _point)
overridevirtual

Reimplemented from MyGUI::EditText.

Definition at line 24 of file MyGUI_SimpleText.cpp.


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