![]() |
GA::kit v0.3
G&A's in-house C++ application framework
|
This is the complete list of members for ga::Timeline, including all inherited members.
| add(std::shared_ptr< Tween< T > > tween, Fn updateFn=nullptr) | ga::Timeline | inline |
| add(std::shared_ptr< Tween< T > > tween, std::function< void(const T &)> updateFn=nullptr) | ga::Timeline | inline |
| add(const T &startVal, const T &endVal, std::function< float(float)> easeFn, Fn updateFn=nullptr, std::function< void()> onDone=nullptr) | ga::Timeline | inline |
| add(const T &startVal, const T &endVal, std::function< float(float)> easeFn, std::function< void(const T &)> updateFn=nullptr, std::function< void()> onDone=nullptr) | ga::Timeline | inline |
| clear() | ga::Timeline | inline |
| Component()=default | ga::Component | |
| Component(const Component &other) | ga::Component | inline |
| draw() | ga::Component | inlineprotectedvirtual |
| getNode() const | ga::Component | inline |
| getTweens() | ga::Timeline | inline |
| isActive() | ga::Timeline | inline |
| m_node | ga::Component | protected |
| m_tweenRefMap | ga::Timeline | protected |
| onTimelineDone | ga::Timeline | |
| onTimelineStart | ga::Timeline | |
| operator=(const Component &other) | ga::Component | inline |
| setNode(std::shared_ptr< Node > node) | ga::Component | inlineprotectedvirtual |
| setScene(std::shared_ptr< Scene > scene) | ga::Component | inlineprotectedvirtual |
| setTweenUpdate(std::shared_ptr< Tween< T > > tween, std::function< void(const T &)> updateFn) | ga::Timeline | inline |
| update() override | ga::Timeline | inlinevirtual |
| ~Component()=default | ga::Component | virtual |