|
Brunot
|
This is the complete list of members for MoveVerticalAction, 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 | MoveVerticalAction | virtual |
| blocking | Action | private |
| changingObject | Action | protected |
| currentTime | Action | private |
| curve | Action | private |
| end() -> void override | MoveVerticalAction | virtual |
| endingDelay | Action | private |
| endingHeight | MoveVerticalAction | private |
| execute() -> void override | MoveVerticalAction | virtual |
| getCompletionPercentage() const -> float | Action | |
| getHasEnded() const -> bool | Action | |
| getHasExecuted() const -> bool | Action | |
| getHasInitialized() const -> bool | Action | |
| getName() -> std::string | Action | |
| getOwner() const -> Entity * | Action | |
| hasEnded | Action | private |
| hasExecuted | Action | private |
| hasInitialized | Action | private |
| init() -> void override | MoveVerticalAction | virtual |
| initialDelay | Action | private |
| isBlocking() const -> bool | Action | |
| isPaused() const -> bool | Action | |
| lerpBasedOnTime(const T &start, const T &end) -> T | Action | inlineprotected |
| MoveVerticalAction()=default | MoveVerticalAction | |
| MoveVerticalAction(const MoveVerticalAction &)=default | MoveVerticalAction | |
| MoveVerticalAction(MoveVerticalAction &&other) noexcept=default | MoveVerticalAction | |
| MoveVerticalAction(float endingValue) | MoveVerticalAction | |
| MoveVerticalAction(float endingValue, float duration) | MoveVerticalAction | |
| MoveVerticalAction(float endingValue, float duration, const th::Bezier &easingFunction, float initialDelay, float endingDelay) | MoveVerticalAction | |
| normalizedTime | Action | private |
| operator=(const MoveVerticalAction &) -> MoveVerticalAction &=default | MoveVerticalAction | |
| operator=(MoveVerticalAction &&other) noexcept -> MoveVerticalAction &=default | MoveVerticalAction | |
| 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 | MoveVerticalAction | virtual |
| setBlocking(bool newState) -> void | Action | |
| setEndingDelay(float delay) -> void | Action | |
| setInitialDelay(float delay) -> void | Action | |
| setOwner(Entity *newObject) -> void | Action | |
| setPaused(bool newState) -> void | Action | |
| shouldRemove() const -> bool | Action | |
| startingHeight | MoveVerticalAction | private |
| totalDuration | Action | private |
| transform | MoveVerticalAction | private |
| update(float dt) -> void | Action | |
| ~Action()=default | Action | virtual |
| ~MoveVerticalAction() override=default | MoveVerticalAction |