|
|
Hasty Badger
Small UI library (a branch of Turbo Badger)
|
Static Public Member Functions | |
| static void | Init () |
| Init the widgets animation manager. More... | |
| static void | Shutdown () |
| Shutdown the widgets animation manager. More... | |
| static void | AbortAnimations (TBWidget *widget) |
| Abort all animations that are running for the given widget. More... | |
| static void | AbortAnimations (TBWidget *widget, TB_TYPE_ID type_id) |
| Abort all animations matching the given type that are running for the given widget. More... | |
Static Public Member Functions inherited from tb::TBWidgetListener | |
| static void | AddGlobalListener (TBWidgetListener *listener) |
| Add a listener to all widgets. More... | |
| static void | RemoveGlobalListener (TBWidgetListener *listener) |
Additional Inherited Members | |
Public Member Functions inherited from tb::TBWidgetListener | |
| virtual void | OnWidgetFocusChanged (TBWidget *, bool) |
| Called when widget focus has changed on a widget. More... | |
| virtual bool | OnWidgetInvokeEvent (TBWidget *, const TBWidgetEvent &) |
| Called when a event is about to be invoked on a widget. More... | |
Public Member Functions inherited from tb::TBLinkOf< TBWidgetListener > | |
| TBWidgetListener * | GetPrev () const |
| TBWidgetListener * | GetNext () const |
Public Member Functions inherited from tb::TBLink | |
| bool | IsInList () const |
| Return true if the link is currently added to a list. More... | |
Public Member Functions inherited from tb::TBLinkOf< TBWidgetListenerGlobalLink > | |
| TBWidgetListenerGlobalLink * | GetPrev () const |
| TBWidgetListenerGlobalLink * | GetNext () const |
Public Attributes inherited from tb::TBLink | |
| TBLink * | prev |
| TBLink * | next |
| TBLinkList * | linklist |
|
static |
Abort all animations that are running for the given widget.
|
static |
Abort all animations matching the given type that are running for the given widget.
This example will abort all opacity animations: AbortAnimations(widget, TBTypedObject::GetTypeId<TBWidgetAnimationOpacity>())
|
static |
Init the widgets animation manager.
|
static |
Shutdown the widgets animation manager.