MyGUI 3.4.3
|
#include <MyGUI_ISubWidgetText.h>
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 std::string_view | 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, size_t) |
virtual bool | getSelectBackground () const |
virtual void | setSelectBackground (bool) |
virtual bool | getInvertSelected () const |
virtual void | setInvertSelected (bool) |
virtual bool | getShadow () const |
virtual void | setShadow (bool) |
virtual bool | isVisibleCursor () const |
virtual void | setVisibleCursor (bool) |
virtual size_t | getCursorPosition () const |
virtual void | setCursorPosition (size_t) |
virtual void | setWordWrap (bool) |
virtual size_t | getCursorPosition (const IntPoint &) const |
virtual IntCoord | getCursorCoord (size_t) const |
IntPoint | getCursorPoint (size_t _position) const |
IntRect | getCursorRect (size_t _position) const |
virtual IntSize | getTextSize () const |
virtual void | setViewOffset (const IntPoint &) |
virtual IntPoint | getViewOffset () const |
virtual void | setCaption (const UString &) |
virtual const UString & | getCaption () const |
virtual void | setTextColour (const Colour &) |
virtual const Colour & | getTextColour () const |
virtual void | setFontName (std::string_view) |
virtual std::string_view | getFontName () const |
virtual void | setFontHeight (int) |
virtual int | getFontHeight () const |
virtual void | setTextAlign (Align) |
virtual Align | getTextAlign () const |
virtual void | setShiftText (bool) |
virtual void | setShadowColour (const Colour &) |
virtual const Colour & | getShadowColour () const |
Public Member Functions inherited from MyGUI::ISubWidget | |
template<typename Type> | |
bool | isType () const |
virtual void | createDrawItem (ITexture *_texture, ILayerNode *_node)=0 |
virtual void | destroyDrawItem ()=0 |
virtual void | setAlpha (float) |
virtual void | setStateData (IStateInfo *) |
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 &) |
virtual void | doManualRender (IVertexBuffer *, ITexture *, size_t) |
Public Member Functions inherited from MyGUI::ICroppedRectangle | |
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 |
Public Member Functions inherited from MyGUI::IObject | |
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 Public Member Functions inherited from MyGUI::ISubWidget | |
static std::string_view | getClassTypeName () |
Static Public Member Functions inherited from MyGUI::IObject | |
static std::string_view | 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 {true} |
Protected Attributes inherited from MyGUI::ICroppedRectangle | |
IntRect | mMargin |
IntCoord | mCoord |
IntPoint | mAbsolutePosition |
bool | mIsMargin {false} |
ICroppedRectangle * | mCroppedParent {nullptr} |
Definition at line 18 of file MyGUI_ISubWidgetText.h.
typedef RTTIBase MyGUI::ISubWidgetText::Base |
Definition at line 20 of file MyGUI_ISubWidgetText.h.
Definition at line 20 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 139 of file MyGUI_ISubWidgetText.h.
|
inlinestatic |
Definition at line 20 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 102 of file MyGUI_ISubWidgetText.h.
|
inline |
Definition at line 108 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 81 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 96 of file MyGUI_ISubWidgetText.h.
|
inline |
Definition at line 115 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 163 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 155 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 51 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 41 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 61 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 183 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 171 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 147 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Get index of end of selection
Reimplemented in MyGUI::EditText.
Definition at line 30 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Get index of start of selection
Reimplemented in MyGUI::EditText.
Definition at line 24 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 122 of file MyGUI_ISubWidgetText.h.
|
inlineoverridevirtual |
Get type name as string
Reimplemented from MyGUI::ISubWidget.
Reimplemented in MyGUI::EditText, and MyGUI::SimpleText.
Definition at line 20 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 131 of file MyGUI_ISubWidgetText.h.
|
inline |
Compare with selected type
Definition at line 20 of file MyGUI_ISubWidgetText.h.
|
inlineoverridevirtual |
Compare with selected type
Reimplemented from MyGUI::ISubWidget.
Reimplemented in MyGUI::EditText, and MyGUI::SimpleText.
Definition at line 20 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 71 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 136 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 86 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 160 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 152 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 56 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 46 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 66 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 180 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 176 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 168 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 144 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Set text selection
Reimplemented in MyGUI::EditText.
Definition at line 36 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText, and MyGUI::SimpleText.
Definition at line 128 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 76 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 90 of file MyGUI_ISubWidgetText.h.