|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
This is the complete list of members for Ship::ListenerAction, including all inherited members.
| Action(std::shared_ptr< Tickable > tickable) | Ship::Action | |
| ActionRan() override | Ship::ListenerAction | protectedvirtual |
| CanStart() | Ship::Action | virtual |
| CanStop() | Ship::Action | virtual |
| ClearCallback() | Ship::EventAction | |
| EventAction(EventID eventId, std::shared_ptr< Tickable > tickable) | Ship::EventAction | |
| EventAction(EventID eventId, std::shared_ptr< Tickable > tickable, EventActionCppCallback callback, uintptr_t callbackPointerData=0) | Ship::EventAction | |
| EventAction(EventID eventId, std::shared_ptr< Tickable > tickable, uintptr_t callback, uintptr_t callbackPointerData=0) | Ship::EventAction | |
| GetCallback() const | Ship::EventAction | |
| GetCallbackPointerData() const | Ship::EventAction | |
| GetContext() const | Ship::Part | |
| GetEventId() const | Ship::EventAction | |
| GetHasCppCallback() const | Ship::EventAction | |
| GetHasRawCallback() const | Ship::EventAction | |
| GetId() const | Ship::Part | |
| GetListenerId() const | Ship::ListenerAction | |
| GetMetadata() const | Ship::ListenerAction | |
| GetPriority() const | Ship::ListenerAction | |
| GetSequence() const | Ship::ListenerAction | |
| GetTickable() const | Ship::Action | |
| GetTime(const ClockType clockType) const | Ship::Action | |
| HasCallback() const | Ship::EventAction | |
| IsRunning() const | Ship::Action | |
| ListenerAction(EventID eventId, ListenerID listenerId, EventPriority priority, uint64_t sequence, Events *events, std::shared_ptr< Tickable > tickable, EventCallback callback, EventMetadata metadata={ nullptr, 0, 0 }) | Ship::ListenerAction | |
| OnAdded(bool forced) | Ship::Part | protectedvirtual |
| OnRemoved(bool forced) | Ship::Part | protectedvirtual |
| operator==(const Part &other) const | Ship::Part | |
| Part() | Ship::Part | |
| Part(std::shared_ptr< Context > context) | Ship::Part | explicit |
| Run() | Ship::Action | |
| SetCallback(const EventActionCallback &callback) | Ship::EventAction | |
| SetCallback(const EventActionCallback &callback, uintptr_t callbackPointerData) | Ship::EventAction | |
| SetCallback(EventActionCppCallback callback) | Ship::EventAction | |
| SetCallback(EventActionCppCallback callback, uintptr_t callbackPointerData) | Ship::EventAction | |
| SetCallback(uintptr_t callback) | Ship::EventAction | |
| SetCallback(uintptr_t callback, uintptr_t callbackPointerData) | Ship::EventAction | |
| SetCallbackPointerData(uintptr_t callbackPointerData) | Ship::EventAction | |
| SetContext(std::shared_ptr< Context > ctx) | Ship::Part | |
| Start(const bool force=false) | Ship::Action | |
| Started(const bool forced) | Ship::Action | virtual |
| Stop(const bool force=false) | Ship::Action | |
| Stopped(const bool forced) | Ship::Action | virtual |
| ~Action()=default | Ship::Action | virtual |
| ~EventAction()=default | Ship::EventAction | virtual |
| ~Part()=default | Ship::Part | virtual |