rwlogo

Rogue Wave Views
Manager Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

List of all members | Public Member Functions
IlvManagerBitmapTransitionHandler Class Reference

Transition handler class. More...

#include <ilviews/manager/transition.h>

Inheritance diagram for IlvManagerBitmapTransitionHandler:
IlvManagerTransitionHandler IlvTransitionHandler

Public Member Functions

 IlvManagerBitmapTransitionHandler (IlvBitmapTransition &bitmapTransition, IlBoolean owner=IlTrue, IlBoolean partialRedraw=IlTrue)
 Constructor. More...
 
- Public Member Functions inherited from IlvManagerTransitionHandler
IlBoolean isUsingPartialRedraw () const
 Returns IlTrue if this transition handler is using partial redraw. More...
 
void usePartialRedraw (IlBoolean redraw)
 Specifies to the transition handler whether to use partial redraw. More...
 

Detailed Description

Transition handler class.

Library: ilvmgr

This class handles bitmap transitions on a manager view. It uses an IlvBitmapTransition object to compute the intermediate bitmaps.

See Also
IlvManagerLinearTransitionHandler, IlvManagerTransitionScheduler

Constructor & Destructor Documentation

IlvManagerBitmapTransitionHandler::IlvManagerBitmapTransitionHandler ( IlvBitmapTransition bitmapTransition,
IlBoolean  owner = IlTrue,
IlBoolean  partialRedraw = IlTrue 
)

Constructor.

Initializes a new instance of the IlvManagerBitmapTransitionHandler class.

Parameters
bitmapTransitionThe object that will be used to compute the intermediate transitions.
ownerA Boolean value specifying whether the this transition handler is the owner of the bitmap transition object. In this case, when the transition handler will be deleted, it will also delete the bitmap transition object.
partialRedrawA Boolean value specifying whether the transition handler is using partial redraws between transitions.

© Copyright 2014, 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.