Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
Bitmap transition class. More...
#include <ilviews/bitmaps/transition.h>
Public Types |
Public Member Functions | |
IlvSimpleBitmapTransition (Transition type) | |
Constructor. More... | |
virtual void | computeTransitionBitmapData (IlDouble, IlDouble, const IlvRGBBitmapData &, const IlvRGBBitmapData &, IlvRGBBitmapData &, IlvRegion &) const |
Computes a transition image between the specified bitmap data objects. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from IlvBitmapTransition | |
static void | Draw (IlvPort &dst, const IlvPoint &at, const IlvBitmapData &src, const IlvRegion ®ion) |
Draws the specified region of the bitmap data object into the specified port. More... | |
Bitmap transition class.
Library: xviews or winviews or mviews (mutually exclusive)
This class handles bitmap transitions using simple geometric algorithms.
This enumeration defines the various transitions that IlvSimpleBitmapTransition
objects can deal with.
IlvSimpleBitmapTransition::IlvSimpleBitmapTransition | ( | Transition | type | ) |
Constructor.
Initializes a new instance of the IlvSimpleBitmapTransition
class.
type | The type of transition. |
|
virtual |
Computes a transition image between the specified bitmap data objects.
This method is pure and must be defined in subclasses. It computes a transition image given a source bitmap data object, a destination bitmap data object, and a percentage of completion of the transition. src and dst must have the same size and color depth.
When calling this method, current must contain the transition image corresponding to the oldRate percentage of completion. After returning, current contains the transition image corresponding to the newRate percentage of completion.
oldRate | The previous percentage of completion of the transition. Valid values are double values in the interval 0-100. |
newRate | The new percentage of completion of the transition. Valid values are double values in the interval 0-100. |
src | The source bitmap data. |
dst | The destination bitmap data. |
current | The current bitmap data. |
region | The region of the current bitmap that has changed between the transition from oldRate to newRate. |
Implements IlvBitmapTransition.
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.