#include <sprk.h>

Public Member Functions | |
Event * | Clone () const |
virtual bool | Drop (Event const *in_that_event) const |
SmoothTransitionCompleteEvent () | |
SmoothTransitionCompleteEvent (HPS::View const &in_view) | |
SmoothTransitionCompleteEvent (Event const &in_event) | |
![]() | |
Event (intptr_t in_channel=0) | |
virtual intptr_t | Freshen () const |
intptr_t | GetChannel () const |
intptr_t | GetClassID () const |
Time | GetTimeStamp () const |
bool | IsConsumable () const |
Public Attributes | |
HPS::View | view |
Additional Inherited Members | |
![]() | |
enum | Status { Status::InProgress, Status::Completed, Status::Failed } |
![]() | |
static void | operator delete (void *in_ptr, size_t in_size) throw () |
static void * | operator new (size_t in_size) |
![]() | |
intptr_t | channel |
bool | consumable |
Detailed Description
The SmoothTransitionCompleteEvent class is the event that will be triggered when a Smooth Transition ends.
Constructor & Destructor Documentation
|
inline |
The default constructor creates a SmoothTransitionCompleteEvent object.
|
inline |
This constructor creates a SmoothTransitionCompleteEvent object and associates it with a View.
- Parameters
-
in_view The View that initiated the smooth transition.
|
inline |
This constructor converts an Event Object to a SmoothTransitionCompleteEvent object.
Member Function Documentation
|
inlinevirtual |
Allocates and returns a copy of this SmoothTransitionCompleteEvent.
- 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.
- Parameters
-
in_that_event Event to compare with this SmoothTransitionCompleteEvent.
- Returns
- true is this event can be dropped.
Reimplemented from HPS::Event.
The documentation for this class was generated from the following file:
- include/sprk.h