|
Brunot
|
This is the complete list of members for ChangeOpacityAction, 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 | ChangeOpacityAction | virtual |
| blocking | Action | private |
| ChangeOpacityAction()=default | ChangeOpacityAction | |
| ChangeOpacityAction(const ChangeOpacityAction &)=default | ChangeOpacityAction | |
| ChangeOpacityAction(ChangeOpacityAction &&other) noexcept=default | ChangeOpacityAction | |
| ChangeOpacityAction(float endingOpacity) | ChangeOpacityAction | |
| ChangeOpacityAction(float endingOpacity, float duration) | ChangeOpacityAction | |
| ChangeOpacityAction(float endingOpacity, float duration, const th::Bezier &easingFunction, float initialDelay, float endingDelay) | ChangeOpacityAction | |
| changingObject | Action | protected |
| currentTime | Action | private |
| curve | Action | private |
| end() -> void override | ChangeOpacityAction | virtual |
| endingDelay | Action | private |
| endingOpacity | ChangeOpacityAction | private |
| execute() -> void override | ChangeOpacityAction | 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 | ChangeOpacityAction | 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 ChangeOpacityAction &) -> ChangeOpacityAction &=default | ChangeOpacityAction | |
| operator=(ChangeOpacityAction &&other) noexcept -> ChangeOpacityAction &=default | ChangeOpacityAction | |
| 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 | ChangeOpacityAction | 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 | ChangeOpacityAction | private |
| startingOpacity | ChangeOpacityAction | private |
| totalDuration | Action | private |
| update(float dt) -> void | Action | |
| ~Action()=default | Action | virtual |
| ~ChangeOpacityAction() override=default | ChangeOpacityAction |