MyGUI 3.4.3
|
#include <MyGUI_SimpleText.h>
Public Types | |
typedef RTTIBase | Base |
typedef SimpleText | RTTIBase |
![]() | |
typedef RTTIBase | Base |
typedef EditText | RTTIBase |
![]() | |
typedef RTTIBase | Base |
typedef ISubWidgetText | RTTIBase |
![]() | |
typedef RTTIBase | Base |
typedef ISubWidget | RTTIBase |
![]() | |
typedef IObject | RTTIBase |
Public Member Functions | |
virtual std::string_view | 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 |
![]() | |
template<typename Type> | |
bool | isType () const |
EditText () | |
void | setVisible (bool _visible) override |
void | updateRawData () const |
void | setCaption (const UString &_value) override |
const UString & | getCaption () const override |
void | setTextColour (const Colour &_value) override |
const Colour & | getTextColour () const override |
void | setAlpha (float _value) override |
void | setFontName (std::string_view _value) override |
std::string_view | 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 |
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 _value) override |
void | setWordWrap (bool _value) override |
void | setStateData (IStateInfo *_data) override |
void | setShadowColour (const Colour &_value) override |
const Colour & | getShadowColour () const override |
void | _updateView () override |
void | _correctView () override |
void | _setAlign (const IntSize &_oldsize) override |
virtual const VectorLineInfo & | getLineInfo () const |
![]() | |
template<typename Type> | |
bool | isType () const |
IntPoint | getCursorPoint (size_t _position) const |
IntRect | getCursorRect (size_t _position) const |
![]() | |
template<typename Type> | |
bool | isType () const |
virtual void | setAlign (Align _value) |
virtual void | doManualRender (IVertexBuffer *, ITexture *, size_t) |
![]() | |
virtual | ~ICroppedRectangle ()=default |
ICroppedRectangle * | getCroppedParent () |
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 IntCoord & | getCoord () const |
const IntPoint & | getAbsolutePosition () 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 |
![]() | |
template<typename Type> | |
bool | isType () const |
template<typename Type> | |
Type * | castType (bool _throw=true) |
template<typename Type> | |
const Type * | castType (bool _throw=true) const |
virtual | ~IObject ()=default |
Static Public Member Functions | |
static std::string_view | getClassTypeName () |
![]() | |
static std::string_view | getClassTypeName () |
![]() | |
static std::string_view | getClassTypeName () |
![]() | |
static std::string_view | getClassTypeName () |
![]() | |
static std::string_view | getClassTypeName () |
Definition at line 19 of file MyGUI_SimpleText.h.
typedef RTTIBase MyGUI::SimpleText::Base |
Definition at line 21 of file MyGUI_SimpleText.h.
Definition at line 21 of file MyGUI_SimpleText.h.
MyGUI::SimpleText::SimpleText | ( | ) |
Definition at line 18 of file MyGUI_SimpleText.cpp.
|
overridevirtual |
Reimplemented from MyGUI::EditText.
Definition at line 28 of file MyGUI_SimpleText.cpp.
|
inlinestatic |
Definition at line 21 of file MyGUI_SimpleText.h.
|
inlineoverridevirtual |
Get type name as string
Reimplemented from MyGUI::EditText.
Definition at line 21 of file MyGUI_SimpleText.h.
|
inline |
Compare with selected type
Definition at line 21 of file MyGUI_SimpleText.h.
|
inlineoverridevirtual |
Compare with selected type
Reimplemented from MyGUI::EditText.
Definition at line 21 of file MyGUI_SimpleText.h.
|
overridevirtual |
Reimplemented from MyGUI::EditText.
Definition at line 24 of file MyGUI_SimpleText.cpp.