|
Brunot
|
This is the complete list of members for ChangeScaleAction, including all inherited members.
| Action()=default | Action | |
| Action(const Action &)=default | Action | |
| Action(Action &&other) noexcept=default | Action | |
| Action(std::string name) | Action | |
| Action(std::string name, float duration) | Action | |
| Action(std::string name, float duration, const th::Bezier &bezierCurve, float initialDelay, float endingDelay) | Action | |
| actionName | Action | protected |
| ActionShowMenu() -> void override | ChangeScaleAction | virtual |
| blocking | Action | protected |
| ChangeScaleAction()=default | ChangeScaleAction | |
| ChangeScaleAction(const ChangeScaleAction &)=default | ChangeScaleAction | |
| ChangeScaleAction(ChangeScaleAction &&other) noexcept=default | ChangeScaleAction | |
| ChangeScaleAction(Vector4D endingScale) | ChangeScaleAction | |
| ChangeScaleAction(Vector4D endingScale, float duration) | ChangeScaleAction | |
| ChangeScaleAction(Vector4D endingScale, float duration, bool isWorldScale) | ChangeScaleAction | |
| ChangeScaleAction(Vector4D endingScale, float duration, const th::Bezier &easingFunction, float initialDelay, float endingDelay) | ChangeScaleAction | |
| ChangeScaleAction(float endingScale) | ChangeScaleAction | |
| ChangeScaleAction(float endingScale, float duration) | ChangeScaleAction | |
| ChangeScaleAction(float endingScale, float duration, bool isWorldScale) | ChangeScaleAction | |
| ChangeScaleAction(float endingScale, float duration, const th::Bezier &easingFunction, float initialDelay, float endingDelay) | ChangeScaleAction | |
| changingObject | Action | protected |
| changingZ | ChangeScaleAction | private |
| currentTime | Action | private |
| curve | Action | private |
| end() -> void override | ChangeScaleAction | virtual |
| endingDelay | Action | private |
| endingScale | ChangeScaleAction | private |
| execute() -> void override | ChangeScaleAction | virtual |
| getCompletionPercentage() const -> float | Action | |
| getCurve() const -> th::Bezier | Action | |
| getDuration() const -> float | Action | |
| getEndingDelay() const -> float | Action | |
| getHasEnded() const -> bool | Action | |
| getHasExecuted() const -> bool | Action | |
| getHasInitialized() const -> bool | Action | |
| getInitialDelay() const -> float | Action | |
| getName() -> std::string | Action | |
| getOwner() const -> Entity * | Action | |
| getTotalLifetime() const -> float | Action | |
| hasEnded | Action | private |
| hasExecuted | Action | private |
| hasInitialized | Action | private |
| init() -> void override | ChangeScaleAction | virtual |
| initialDelay | Action | private |
| isBlocking() const -> bool | Action | |
| isPaused() const -> bool | Action | |
| isWorldScale | ChangeScaleAction | private |
| lerpBasedOnTime(const T &start, const T &end) -> T | Action | inlineprotected |
| normalizedTime | Action | private |
| operator=(const ChangeScaleAction &) -> ChangeScaleAction &=default | ChangeScaleAction | |
| operator=(ChangeScaleAction &&other) noexcept -> ChangeScaleAction &=default | ChangeScaleAction | |
| Action::operator=(const Action &) -> Action &=default | Action | |
| Action::operator=(Action &&other) noexcept -> Action &=default | Action | |
| operator==(const Action &other) const -> bool | Action | |
| paused | Action | private |
| percentageComplete() const -> float | Action | protected |
| render() const -> void override | ChangeScaleAction | virtual |
| setBlocking(bool newState) -> void | Action | |
| setCurve(const th::Bezier &curve) -> void | Action | |
| setDuration(float duration) -> void | Action | |
| setEndingDelay(float delay) -> void | Action | |
| setInitialDelay(float delay) -> void | Action | |
| setIsWorldScale(bool newState) -> void | ChangeScaleAction | |
| setOwner(Entity *newObject) -> void | Action | |
| setPaused(bool newState) -> void | Action | |
| shouldRemove() const -> bool | Action | |
| startingScale | ChangeScaleAction | private |
| totalDuration | Action | private |
| transform | ChangeScaleAction | private |
| update(float dt) -> void | Action | |
| ~Action()=default | Action | virtual |
| ~ChangeScaleAction() override=default | ChangeScaleAction |