#include <sprk.h>
Public Member Functions | |
| SmoothTransitionCompleteEvent () | |
| SmoothTransitionCompleteEvent (HPS::View const &in_view) | |
| Event * | Clone () const |
| virtual bool | Drop (Event const *in_that_event) const |
Public Member Functions inherited from HPS::Event | |
| Event (intptr_t in_channel=0) | |
| intptr_t | GetClassID () const |
| virtual intptr_t | Freshen () const |
| intptr_t | GetChannel () const |
| Time | GetTimeStamp () const |
| bool | IsConsumable () const |
Public Attributes | |
| HPS::View | view |
Additional Inherited Members | |
Public Types inherited from HPS::Event | |
| enum | Status { Status::InProgress, Status::Completed, Status::Failed } |
Static Public Member Functions inherited from HPS::Event | |
| static void * | operator new (size_t in_size) |
| static void | operator delete (void *in_ptr, size_t in_size) throw () |
Protected Attributes inherited from HPS::Event | |
| intptr_t | channel |
| bool | consumable |
The SmoothTransitionCompleteEvent class is the event that will be triggered when a Smooth Transition ends.
|
inline |
The default constructor creates a SmoothTransitionCompleteEvent object.
|
inline |
This constructor creates a SmoothTransitionCompleteEvent object and associates it with a View.
| in_view | The View that initiated the smooth transition. |
|
inlinevirtual |
Allocates and returns a copy of this SmoothTransitionCompleteEvent.
Implements HPS::Event.
|
inlinevirtual |
Determines if this SmoothTransitionCompleteEvent can be drop in favor of the following event of the same type.
| in_that_event | Event to compare with this SmoothTransitionCompleteEvent. |
Reimplemented from HPS::Event.