|
override void | HandlerAttached (Widget w) |
|
void | SCR_LoadingCircleComponent () |
|
void | ~SCR_LoadingCircleComponent () |
|
void | SetSpeed (float speed) |
|
float | GetSpeed () |
|
void | GetIsPlayingAnimation (bool playing) |
|
bool | GetIsPlayingAnimation () |
|
override void | HandlerAttached (Widget w) |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnFocus (Widget w, int x, int y) |
|
void | SetHoverSound (string soundHover) |
|
void | SetClickedSound (string soundClicked) |
|
string | GetHoverSound () |
|
string | GetClickedSound () |
|
void | SetEnabled (bool enabled, bool animate=true) |
|
void | SetVisible (bool visible, bool animate=true) |
|
bool | IsEnabled () |
|
void | SetMouseOverToFocus (bool mouseOverToFocus) |
|
void | SetDisabledOpacity (float newDisabledOpacity) |
|
override void | HandlerAttached (Widget w) |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
Widget | GetRootWidget () |
|
bool | IsVisible () |
|
|
static bool | SetTexture (ImageWidget widget, ResourceName texture, string image="") |
|
static SCR_ScriptedWidgetComponent | GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true) |
| Base method for component lookup through the widget library.
|
|
◆ SCR_LoadingCircleComponent()
void SCR_LoadingCircleComponent.SCR_LoadingCircleComponent |
( |
| ) |
|
◆ ~SCR_LoadingCircleComponent()
void SCR_LoadingCircleComponent.~SCR_LoadingCircleComponent |
( |
| ) |
|
◆ Animate()
void SCR_LoadingCircleComponent.Animate |
( |
| ) |
|
|
protected |
◆ GetIsPlayingAnimation() [1/2]
bool SCR_LoadingCircleComponent.GetIsPlayingAnimation |
( |
| ) |
|
◆ GetIsPlayingAnimation() [2/2]
void SCR_LoadingCircleComponent.GetIsPlayingAnimation |
( |
bool |
playing | ) |
|
◆ GetSpeed()
float SCR_LoadingCircleComponent.GetSpeed |
( |
| ) |
|
◆ HandlerAttached()
override void SCR_LoadingCircleComponent.HandlerAttached |
( |
Widget |
w | ) |
|
◆ SetSpeed()
void SCR_LoadingCircleComponent.SetSpeed |
( |
float |
speed | ) |
|
◆ m_bIsAnimationDone
bool SCR_LoadingCircleComponent.m_bIsAnimationDone |
|
protected |
◆ m_bIsPlayingAnimation
bool SCR_LoadingCircleComponent.m_bIsPlayingAnimation |
|
protected |
◆ m_fSpeed
float SCR_LoadingCircleComponent.m_fSpeed |
|
protected |
◆ m_wImage
ImageWidget SCR_LoadingCircleComponent.m_wImage |
◆ m_wRootSize
SizeLayoutWidget SCR_LoadingCircleComponent.m_wRootSize |
◆ WIDGET_IMAGE
const string SCR_LoadingCircleComponent.WIDGET_IMAGE = "Image" |
|
static |
The documentation for this interface was generated from the following file:
- Game/UI/Components/WidgetLibrary/SCR_LoadingCircleComponent.c