|
enum class | ActionType {
Pause
, Restart
, Loop
, SimulationSpeed
,
Grid
, Visualizers
} |
|
|
| xiiCommonAssetAction (const xiiActionContext &context, const char *szName, ActionType type, float fSimSpeed=1.0f) |
|
virtual void | Execute (const xiiVariant &value) override |
|
| xiiButtonAction (const xiiActionContext &context, xiiStringView sName, bool bCheckable, xiiStringView sIconPath) |
|
bool | IsEnabled () const |
|
void | SetEnabled (bool bEnable, bool bTriggerUpdate=true) |
|
bool | IsCheckable () const |
|
void | SetCheckable (bool bCheckable, bool bTriggerUpdate=true) |
|
bool | IsChecked () const |
|
void | SetChecked (bool bChecked, bool bTriggerUpdate=true) |
|
bool | IsVisible () const |
|
void | SetVisible (bool bVisible, bool bTriggerUpdate=true) |
|
| xiiNamedAction (const xiiActionContext &context, xiiStringView sName, xiiStringView sIconPath) |
|
xiiStringView | GetName () const |
|
xiiStringView | GetAdditionalDisplayString () |
|
void | SetAdditionalDisplayString (xiiStringView sString, bool bTriggerUpdate=true) |
|
xiiStringView | GetIconPath () const |
|
void | SetIconPath (xiiStringView sIconPath) |
|
| xiiAction (const xiiActionContext &context) |
|
void | TriggerUpdate () |
|
const xiiActionContext & | GetContext () const |
|
xiiActionDescriptorHandle | GetDescriptorHandle () |
|
virtual const xiiRTTI * | GetDynamicRTTI () const |
|
bool | IsInstanceOf (const xiiRTTI *pType) const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|
template<typename T> |
XII_ALWAYS_INLINE bool | IsInstanceOf () const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|
◆ Execute()
void xiiCommonAssetAction::Execute |
( |
const xiiVariant & | value | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /home/runner/work/XII/XII/Source/Editor/EditorFramework/Actions/CommonAssetActions.h
- /home/runner/work/XII/XII/Source/Editor/EditorFramework/Actions/Implementation/CommonAssetActions.cpp