rwlogo

Rogue Wave Views
Prototypes Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

Classes | Enumerations
eventacc.h File Reference
#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 IlvEventAccessor More...
 

Detailed Description

[library ilvproto ilviews/protos/eventacc.h] Declaration of the IlvEventAccessor class and subclasses.

Enumeration Type Documentation

Type of event information captured by an IlvEventAccessor

See Also
IlvEventAccessor, IlvEvent.
Enumerator
IlvEventAccessorType 

The accessor will set the attribute to the type of the captured event.

See Also
IlvEventType
IlvEventAccessorDetail 

The accessor will set the attribute to the detail of the captured event.

See Also
IlvEvent::getDetail
IlvEventAccessorModifiers 

The accessor will set the attribute to the modifiers of the captured event.

See Also
IlvEvent::getModifiers
IlvEventAccessorX 

The accessor will set the attribute to the current X position of the pointer, relative to the View the event was sent in.

See Also
IlvEvent::getX
IlvEventAccessorY 

The accessor will set the attribute to the current Y position of the pointer, relative to the View the event was sent in.

See Also
IlvEvent::getY
IlvEventAccessorGlobalX 

The accessor will set the attribute to the current X position of the pointer, given in screen coordinates.

See Also
IlvEvent::getGx
IlvEventAccessorGlobalY 

The accessor will set the attribute to the current Y position of the pointer, given in screen coordinates.

See Also
IlvEvent::getGy

© 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.