|
MyGUI 3.4.3
|
#include <MyGUI_RotatingSkin.h>

Public Types | |
| typedef RTTIBase | Base |
| typedef RotatingSkin | RTTIBase |
Public Types inherited from MyGUI::ISubWidgetRect | |
| typedef RTTIBase | Base |
| typedef ISubWidgetRect | RTTIBase |
Public Types inherited from MyGUI::ISubWidget | |
| typedef RTTIBase | Base |
| typedef ISubWidget | RTTIBase |
Public Types inherited from MyGUI::IObject | |
| typedef IObject | RTTIBase |
Static Public Member Functions | |
| static std::string_view | getClassTypeName () |
Static Public Member Functions inherited from MyGUI::ISubWidgetRect | |
| 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 () |
Protected Member Functions | |
| void | _rebuildGeometry () |
Protected Member Functions inherited from MyGUI::ICroppedRectangle | |
| bool | _checkMargin () |
| bool | _checkOutside () const |
Additional Inherited Members | |
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_RotatingSkin.h.
Definition at line 20 of file MyGUI_RotatingSkin.h.
Definition at line 20 of file MyGUI_RotatingSkin.h.
| MyGUI::RotatingSkin::RotatingSkin | ( | ) |
Definition at line 17 of file MyGUI_RotatingSkin.cpp.
|
overridevirtual |
Reimplemented from MyGUI::ISubWidget.
Definition at line 66 of file MyGUI_RotatingSkin.cpp.
|
protected |
Definition at line 220 of file MyGUI_RotatingSkin.cpp.
Reimplemented from MyGUI::ISubWidget.
Definition at line 74 of file MyGUI_RotatingSkin.cpp.
Reimplemented from MyGUI::ISubWidgetRect.
Definition at line 186 of file MyGUI_RotatingSkin.cpp.
Reimplemented from MyGUI::ISubWidgetRect.
Definition at line 205 of file MyGUI_RotatingSkin.cpp.
|
overridevirtual |
Reimplemented from MyGUI::ISubWidget.
Definition at line 115 of file MyGUI_RotatingSkin.cpp.
|
overridevirtual |
Implements MyGUI::ISubWidget.
Definition at line 125 of file MyGUI_RotatingSkin.cpp.
|
overridevirtual |
Implements MyGUI::ISubWidget.
Definition at line 134 of file MyGUI_RotatingSkin.cpp.
|
overridevirtual |
Implements MyGUI::ISubWidget.
Definition at line 143 of file MyGUI_RotatingSkin.cpp.
| float MyGUI::RotatingSkin::getAngle | ( | ) | const |
Get angle of rotation in radians
Definition at line 350 of file MyGUI_RotatingSkin.cpp.
Get center of rotation
Definition at line 40 of file MyGUI_RotatingSkin.cpp.
|
inlinestatic |
Definition at line 20 of file MyGUI_RotatingSkin.h.
|
inlineoverridevirtual |
Get type name as string
Reimplemented from MyGUI::ISubWidgetRect.
Definition at line 20 of file MyGUI_RotatingSkin.h.
Compare with selected type
Definition at line 20 of file MyGUI_RotatingSkin.h.
|
inlineoverridevirtual |
Compare with selected type
Reimplemented from MyGUI::ISubWidgetRect.
Definition at line 20 of file MyGUI_RotatingSkin.h.
Reimplemented from MyGUI::ISubWidget.
Definition at line 57 of file MyGUI_RotatingSkin.cpp.
Set angle of rotation in radians
Definition at line 22 of file MyGUI_RotatingSkin.cpp.
Set center of rotation
| _center | Center point. |
Definition at line 31 of file MyGUI_RotatingSkin.cpp.
|
overridevirtual |
Reimplemented from MyGUI::ISubWidget.
Definition at line 195 of file MyGUI_RotatingSkin.cpp.
Reimplemented from MyGUI::ISubWidget.
Definition at line 45 of file MyGUI_RotatingSkin.cpp.