Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Manager interactor class. More...
#include <ilviews/manager/mkarcin.h>
Public Member Functions | |
IlvMakeFilledEllipseInteractor (IlvManager *manager, IlvView *view) | |
Constructor. | |
virtual void | doIt (IlvRect &rect) |
Finalizes the interaction by creating an IlvFilledEllipse object. | |
virtual void | drawGhost () |
Visual feedback during the interaction. |
Manager interactor class.
Library: ilvmgr
Use this class to allow the user to create an IlvFilledEllipse
object (a filled ellipse).
IlvManager
, IlvFilledEllipse
. IlvMakeFilledEllipseInteractor::IlvMakeFilledEllipseInteractor | ( | IlvManager * | manager, | |
IlvView * | view | |||
) |
Constructor.
Initializes a new instance of the IlvMakeFilledEllipseInteractor
class.
manager | The manager. | |
view | The manager view. |
virtual void IlvMakeFilledEllipseInteractor::doIt | ( | IlvRect & | rect | ) | [virtual] |
Finalizes the interaction by creating an IlvFilledEllipse
object.
Creates a new IlvFilledEllipse
object in the manager from the rectangle defined during the interaction.
rect | The rectangle. |
Reimplemented from IlvMakeEllipseInteractor.
virtual void IlvMakeFilledEllipseInteractor::drawGhost | ( | ) | [virtual] |
Visual feedback during the interaction.
Draws the ghost of a filled ellipse, instead of an ellipse as seen in the superclass IlvMakeEllipseInteractor
.
Reimplemented from IlvMakeEllipseInteractor.
© Copyright 2012, 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.