MyGUI
3.0.1
|
#include <MyGUI_ISubWidgetRect.h>
Public Types | |
typedef RTTIBase | Base |
typedef ISubWidgetRect | 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 | ~ISubWidgetRect () |
virtual void | _setUVSet (const FloatRect &_rect) |
virtual void | _setColour (const Colour &_value) |
![]() | |
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 |
![]() | |
ICroppedRectangle () | |
virtual | ~ICroppedRectangle () |
ICroppedRectangle * | getCroppedParent () |
virtual void | setCoord (const IntCoord &_value) |
const IntCoord & | getCoord () const |
virtual void | setPosition (const IntPoint &_value) |
IntPoint | getPosition () const |
virtual void | setSize (const IntSize &_value) |
IntSize | getSize () const |
virtual void | setVisible (bool _value) |
bool | isVisible () const |
const IntPoint & | getAbsolutePosition () const |
IntRect | getAbsoluteRect () const |
IntCoord | getAbsoluteCoord () const |
int | getAbsoluteLeft () const |
int | getAbsoluteTop () const |
virtual void | setAlign (Align _value) |
Align | getAlign () 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 |
virtual void | _updateView () |
virtual void | _correctView () |
virtual void | _setAlign (const IntSize &_oldsize, bool _update) |
virtual void | _setAlign (const IntCoord &_oldcoord, bool _update) |
void | _setCroppedParent (ICroppedRectangle *_parent) |
const IntRect & | _getMargin () const |
int | _getMarginLeft () const |
int | _getMarginRight () const |
int | _getMarginTop () const |
int | _getMarginBottom () const |
void | show () |
void | hide () |
bool | isShow () |
![]() | |
template<typename Type > | |
Type * | castType (bool _throw=true) |
template<typename Type > | |
const Type * | castType (bool _throw=true) const |
virtual | ~IObject () |
Static Public Member Functions | |
static const std::string & | getClassTypeName () |
Additional Inherited Members | |
![]() | |
bool | _checkPoint (int _left, int _top) |
bool | _checkMargin () |
bool | _checkOutside () |
![]() | |
bool | mIsMargin |
IntRect | mMargin |
IntCoord | mCoord |
IntPoint | mAbsolutePosition |
ICroppedRectangle * | mCroppedParent |
bool | mVisible |
Align | mAlign |
Definition at line 33 of file MyGUI_ISubWidgetRect.h.
typedef RTTIBase MyGUI::ISubWidgetRect::Base |
Definition at line 35 of file MyGUI_ISubWidgetRect.h.
Definition at line 35 of file MyGUI_ISubWidgetRect.h.
|
inlinevirtual |
Definition at line 38 of file MyGUI_ISubWidgetRect.h.
|
inlinevirtual |
Reimplemented in MyGUI::SubSkin, and MyGUI::TileRect.
Definition at line 41 of file MyGUI_ISubWidgetRect.h.
|
inlinevirtual |
Reimplemented in MyGUI::SubSkin, and MyGUI::TileRect.
Definition at line 40 of file MyGUI_ISubWidgetRect.h.
|
inlinestatic |
Reimplemented from MyGUI::ISubWidget.
Reimplemented in MyGUI::SubSkin, MyGUI::RawRect, MyGUI::TileRect, MyGUI::RotatingSkin, and MyGUI::MainSkin.
Definition at line 35 of file MyGUI_ISubWidgetRect.h.
|
inlinevirtual |
Get type name as string
Reimplemented from MyGUI::ISubWidget.
Reimplemented in MyGUI::SubSkin, MyGUI::RawRect, MyGUI::TileRect, MyGUI::RotatingSkin, and MyGUI::MainSkin.
Definition at line 35 of file MyGUI_ISubWidgetRect.h.
|
inlinevirtual |
Compare with selected type
Reimplemented from MyGUI::ISubWidget.
Reimplemented in MyGUI::SubSkin, MyGUI::RawRect, MyGUI::TileRect, MyGUI::RotatingSkin, and MyGUI::MainSkin.
Definition at line 35 of file MyGUI_ISubWidgetRect.h.
|
inline |
Compare with selected type
Reimplemented from MyGUI::ISubWidget.
Reimplemented in MyGUI::SubSkin, MyGUI::RawRect, MyGUI::TileRect, MyGUI::RotatingSkin, and MyGUI::MainSkin.
Definition at line 35 of file MyGUI_ISubWidgetRect.h.