|
Brunot
|
This is the complete list of members for ChangeRotationAction, 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 | ChangeRotationAction | virtual |
| blocking | Action | protected |
| ChangeRotationAction()=default | ChangeRotationAction | |
| ChangeRotationAction(const ChangeRotationAction &)=default | ChangeRotationAction | |
| ChangeRotationAction(ChangeRotationAction &&other) noexcept=default | ChangeRotationAction | |
| ChangeRotationAction(float setEndingRotation) | ChangeRotationAction | |
| ChangeRotationAction(float setEndingRotation, float duration) | ChangeRotationAction | |
| ChangeRotationAction(float setEndingRotation, float duration, const th::Bezier &easingFunction, float initialDelay, float endingDelay) | ChangeRotationAction | |
| changingObject | Action | protected |
| currentTime | Action | private |
| curve | Action | private |
| end() -> void override | ChangeRotationAction | virtual |
| endingDelay | Action | private |
| endingRotation | ChangeRotationAction | private |
| execute() -> void override | ChangeRotationAction | 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 | ChangeRotationAction | virtual |
| initialDelay | Action | private |
| isBlocking() const -> bool | Action | |
| isLocal | ChangeRotationAction | private |
| isPaused() const -> bool | Action | |
| lerpBasedOnTime(const T &start, const T &end) -> T | Action | inlineprotected |
| normalizedTime | Action | private |
| operator=(const ChangeRotationAction &) -> ChangeRotationAction &=default | ChangeRotationAction | |
| operator=(ChangeRotationAction &&other) noexcept -> ChangeRotationAction &=default | ChangeRotationAction | |
| 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 | ChangeRotationAction | 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 | |
| setIsLocal(bool setLocal) -> void | ChangeRotationAction | |
| setOwner(Entity *newObject) -> void | Action | |
| setPaused(bool newState) -> void | Action | |
| setRotation(float newRotation) -> void | ChangeRotationAction | |
| shouldRemove() const -> bool | Action | |
| startingRotation | ChangeRotationAction | private |
| totalDuration | Action | private |
| transform | ChangeRotationAction | private |
| update(float dt) -> void | Action | |
| ~Action()=default | Action | virtual |
| ~ChangeRotationAction() override=default | ChangeRotationAction |