|
Brunot
|
This is the complete list of members for ChangeColorAction, 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 | ChangeColorAction | virtual |
| blocking | Action | private |
| ChangeColorAction()=default | ChangeColorAction | |
| ChangeColorAction(const ChangeColorAction &)=default | ChangeColorAction | |
| ChangeColorAction(ChangeColorAction &&other) noexcept=default | ChangeColorAction | |
| ChangeColorAction(Vector4D endingColor) | ChangeColorAction | |
| ChangeColorAction(Vector4D endingColor, float duration) | ChangeColorAction | |
| ChangeColorAction(Vector4D endingColor, float duration, const th::Bezier &easingFunction, float initialDelay, float endingDelay) | ChangeColorAction | |
| changingObject | Action | protected |
| currentTime | Action | private |
| curve | Action | private |
| end() -> void override | ChangeColorAction | virtual |
| endingColor | ChangeColorAction | private |
| endingDelay | Action | private |
| execute() -> void override | ChangeColorAction | 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 | ChangeColorAction | virtual |
| initialDelay | Action | private |
| isBlocking() const -> bool | Action | |
| isPaused() const -> bool | Action | |
| lerpBasedOnTime(const T &start, const T &end) -> T | Action | inlineprotected |
| normalizedTime | Action | private |
| operator=(const ChangeColorAction &) -> ChangeColorAction &=default | ChangeColorAction | |
| operator=(ChangeColorAction &&other) noexcept -> ChangeColorAction &=default | ChangeColorAction | |
| 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 | ChangeColorAction | 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 | |
| sprite | ChangeColorAction | private |
| startingColor | ChangeColorAction | private |
| totalDuration | Action | private |
| update(float dt) -> void | Action | |
| ~Action()=default | Action | virtual |
| ~ChangeColorAction() override=default | ChangeColorAction |