Rogue Wave Views Manager Package API Reference Guide |
Rogue Wave Views Documentation Home |
Transition handler class. More...
#include <ilviews/manager/transition.h>
Public Member Functions | |
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... | |
Transition handler class.
Library: ilvmgr
This abstract class is the base class for transition handlers that manage transitions between two transformers on a view connected to an IlvManager
.
This class is supposed to be used with the IlvManagerTransitionScheduler
class.
IlvManagerTransitionScheduler
IlBoolean IlvManagerTransitionHandler::isUsingPartialRedraw | ( | ) | const |
Returns IlTrue
if this transition handler is using partial redraw.
void IlvManagerTransitionHandler::usePartialRedraw | ( | IlBoolean | redraw | ) |
Specifies to the transition handler whether to use partial redraw.
When using partial redraw, the transition handler will not redraw, if possible, the whole manager view on which the transition is going on.
redraw | A Boolean value specifying whether or not the transition handler is using partial redraws between transitions. |
© 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.