Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
#include <ilviews/protos/useracc.h>
#include <ilviews/base/graphic.h>
Classes | |
class | IlvAbstractEventAccessor |
Abstract class handling event behaviors, usually mouse or keyboard events. More... | |
class | IlvEventAccessor |
Handling events behavior (usually mouse or keyboard events). More... | |
Enumerations | |
enum | IlvEventAccessorData { IlvEventAccessorType, IlvEventAccessorDetail, IlvEventAccessorModifiers, IlvEventAccessorX, IlvEventAccessorY, IlvEventAccessorGlobalX, IlvEventAccessorGlobalY } |
Type of event information captured by an |
[library ilvproto ilviews/protos/eventacc.h] Declaration of the IlvEventAccessor
class and subclasses.
enum IlvEventAccessorData |
Type of event information captured by an IlvEventAccessor
.
IlvEventAccessor
, IlvEvent
. IlvEventAccessorType |
The accessor will set the attribute to the type of the captured event.
|
IlvEventAccessorDetail |
The accessor will set the attribute to the detail of the captured event.
|
IlvEventAccessorModifiers |
The accessor will set the attribute to the modifiers of the captured event.
|
IlvEventAccessorX |
The accessor will set the attribute to the current X position of the pointer, relative to the View the event was sent in.
|
IlvEventAccessorY |
The accessor will set the attribute to the current Y position of the pointer, relative to the View the event was sent in.
|
IlvEventAccessorGlobalX |
The accessor will set the attribute to the current X position of the pointer, given in screen coordinates.
|
IlvEventAccessorGlobalY |
The accessor will set the attribute to the current Y position of the pointer, given in screen coordinates.
|
© 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.