SmoothTransitionCompleteEvent
- class HPS.SmoothTransitionCompleteEvent : public HPS.Event
The SmoothTransitionCompleteEvent class is the event that will be triggered when a Smooth Transition ends.
Public Functions
- override HPS.Event Clone ()
Allocates and returns a copy of this SmoothTransitionCompleteEvent.
- Return
A copy of this SmoothTransitionCompleteEvent.
- override void Dispose ()
- override bool Drop (HPS.Event in_that_event)
Determines if this SmoothTransitionCompleteEvent can be drop in favor of the following event of the same type.
- Param in_that_event
Event to compare with this SmoothTransitionCompleteEvent.
- Return
true is this event can be dropped.
- SmoothTransitionCompleteEvent ()
The default constructor creates a SmoothTransitionCompleteEvent object.
- SmoothTransitionCompleteEvent (HPS.Event in_event)
This constructor converts an Event Object to a SmoothTransitionCompleteEvent object.
- SmoothTransitionCompleteEvent (HPS.SmoothTransitionCompleteEvent in_that)
- SmoothTransitionCompleteEvent (HPS.View in_view)
This constructor creates a SmoothTransitionCompleteEvent object and associates it with a View.
- Param in_view
The View that initiated the smooth transition.