MyGUI
3.2.0
|
#include <MyGUI_ISubWidgetText.h>
Public Types | |
typedef RTTIBase | Base |
typedef ISubWidgetText | RTTIBase |
![]() | |
typedef RTTIBase | Base |
typedef ISubWidget | RTTIBase |
![]() | |
typedef IObject | RTTIBase |
Public Member Functions | |
virtual const std::string & | getTypeName () const |
virtual bool | isType (const std::type_info &_type) const |
template<typename Type > | |
bool | isType () const |
virtual | ~ISubWidgetText () |
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) |
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 () const |
virtual void | setCaption (const UString &_value) |
virtual const UString & | getCaption () const |
virtual void | setTextColour (const Colour &_value) |
virtual const Colour & | getTextColour () 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 Colour & | getShadowColour () const |
![]() | |
template<typename Type > | |
bool | isType () const |
ISubWidget () | |
virtual | ~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) |
![]() | |
ICroppedRectangle () | |
virtual | ~ICroppedRectangle () |
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 |
IObject () | |
virtual | ~IObject () |
Static Public Member Functions | |
static const std::string & | getClassTypeName () |
![]() | |
static const std::string & | getClassTypeName () |
![]() | |
static const std::string & | getClassTypeName () |
Additional Inherited Members | |
![]() | |
bool | _checkMargin () |
bool | _checkOutside () const |
![]() | |
Align | mAlign |
bool | mVisible |
Definition at line 32 of file MyGUI_ISubWidgetText.h.
typedef RTTIBase MyGUI::ISubWidgetText::Base |
Definition at line 35 of file MyGUI_ISubWidgetText.h.
Definition at line 35 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Definition at line 38 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 138 of file MyGUI_ISubWidgetText.h.
|
inlinestatic |
Definition at line 35 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 105 of file MyGUI_ISubWidgetText.h.
|
inline |
Definition at line 111 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 88 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 99 of file MyGUI_ISubWidgetText.h.
|
inline |
Definition at line 118 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 158 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 151 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 64 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 72 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 172 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 164 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 145 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Get index of end of selection
Reimplemented in MyGUI::EditText.
Definition at line 47 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Get index of start of selection
Reimplemented in MyGUI::EditText.
Definition at line 41 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 125 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Get type name as string
Reimplemented from MyGUI::ISubWidget.
Reimplemented in MyGUI::EditText, and MyGUI::SimpleText.
Definition at line 35 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 132 of file MyGUI_ISubWidgetText.h.
|
inline |
Compare with selected type
Definition at line 35 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Compare with selected type
Reimplemented from MyGUI::ISubWidget.
Reimplemented in MyGUI::EditText, and MyGUI::SimpleText.
Definition at line 35 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 80 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 137 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 93 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 157 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 150 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 69 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 77 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 169 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 144 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Set text selection
Reimplemented in MyGUI::EditText.
Definition at line 53 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText, and MyGUI::SimpleText.
Definition at line 131 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 85 of file MyGUI_ISubWidgetText.h.
|
inlinevirtual |
Reimplemented in MyGUI::EditText.
Definition at line 95 of file MyGUI_ISubWidgetText.h.