Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Interactor that lets the user to interact with the ActiveX associated to an IlvGraphicComAdapter. More...
#include <ilviews/windows/comgint.h>
Public Member Functions | |
IlvGraphicComAdapterInteractor () | |
Constructor. | |
virtual IlBoolean | accept (const IlvGraphic *) const |
Indicates whether the current interactor can be associated with a given object. | |
virtual IlBoolean | handleEvent (IlvGraphic *graphic, IlvEvent &event, const IlvTransformer *t=0) |
Handles events received by the interactor. |
Interactor that lets the user to interact with the ActiveX associated to an IlvGraphicComAdapter.
Library: ilvcom
The events such as button click are forwarded to the ActiveX so that it can deal with them.
IlvGraphicComAdapter
. IlvGraphicComAdapterInteractor::IlvGraphicComAdapterInteractor | ( | ) |
Constructor.
Initializes a new instance of the IlvGraphicComAdapterInteractor
class.
virtual IlBoolean IlvGraphicComAdapterInteractor::accept | ( | const IlvGraphic * | obj | ) | const [virtual] |
Indicates whether the current interactor can be associated with a given object.
obj | The considered graphic object. |
IlvGraphic::setInteractor
Reimplemented from IlvInteractor.
virtual IlBoolean IlvGraphicComAdapterInteractor::handleEvent | ( | IlvGraphic * | g, | |
IlvEvent & | event, | |||
const IlvTransformer * | t = 0 | |||
) | [virtual] |
Handles events received by the interactor.
This method is the entry point of all events dispatched to this interactor.
g | The graphic object that receives the event. | |
event | The received event. | |
t | The transformer applied to the view in which the event occurred. |
IlTrue
if the event was successfully handled and IlFalse
otherwise. Implements IlvInteractor.
© 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.