pleyo.com

BC::BCWheelEvent Class Reference

#include <BCWheelEvent.h>

Inheritance diagram for BC::BCWheelEvent:

BAL::BIWheelEvent BCCommonInputEventData BAL::BIInputEvent BAL::BIEvent

List of all members.

Public Member Functions

 BCWheelEvent (const IntPoint &pos, const IntPoint &globalPos, int deltaX, int deltaY, bool isAccepted, bool shift, bool ctrl, bool alt, bool meta)
virtual const IntPoint & pos () const
 get position
virtual const IntPoint & globalPos () const
 get global position
virtual int deltaX () const
 get delta X
virtual int deltaY () const
 get delta Y
virtual bool isAccepted () const
 return if it's accepted
virtual bool isContinuous () const
 return if it's continuous
virtual float continuousDeltaX () const
 return the continuous delata X
virtual float continuousDeltaY () const
 return the continuous delata Y
virtual void accept ()
 force accept
virtual void ignore ()
 force ignore
virtual BIEvent * clone () const
 BIWheelEvent clone.
virtual bool shiftKey () const
virtual bool ctrlKey () const
virtual bool altKey () const
virtual bool metaKey () const


Detailed Description

the WheelEvent The wheel event
See also:
BIEvent, BIEventLoop

Constructor & Destructor Documentation

BCWheelEvent::BCWheelEvent ( const IntPoint &  pos,
const IntPoint &  globalPos,
int  deltaX,
int  deltaY,
bool  isAccepted,
bool  shift,
bool  ctrl,
bool  alt,
bool  meta 
)


Member Function Documentation

const IntPoint & BCWheelEvent::pos (  )  const [virtual]

get position

Implements BAL::BIWheelEvent.

const IntPoint & BCWheelEvent::globalPos (  )  const [virtual]

get global position

Implements BAL::BIWheelEvent.

int BCWheelEvent::deltaX (  )  const [virtual]

get delta X

Implements BAL::BIWheelEvent.

int BCWheelEvent::deltaY (  )  const [virtual]

get delta Y

Implements BAL::BIWheelEvent.

bool BCWheelEvent::isAccepted (  )  const [virtual]

return if it's accepted

Implements BAL::BIWheelEvent.

bool BCWheelEvent::isContinuous (  )  const [virtual]

return if it's continuous

Implements BAL::BIWheelEvent.

float BCWheelEvent::continuousDeltaX (  )  const [virtual]

return the continuous delata X

Implements BAL::BIWheelEvent.

float BCWheelEvent::continuousDeltaY (  )  const [virtual]

return the continuous delata Y

Implements BAL::BIWheelEvent.

void BCWheelEvent::accept (  )  [virtual]

force accept

Implements BAL::BIWheelEvent.

void BCWheelEvent::ignore (  )  [virtual]

force ignore

Implements BAL::BIWheelEvent.

BAL::BIEvent * BCWheelEvent::clone (  )  const [virtual]

BIWheelEvent clone.

Implements BAL::BIWheelEvent.

virtual bool BC::BCWheelEvent::shiftKey (  )  const [inline, virtual]

Reimplemented from BCCommonInputEventData.

virtual bool BC::BCWheelEvent::ctrlKey (  )  const [inline, virtual]

Reimplemented from BCCommonInputEventData.

virtual bool BC::BCWheelEvent::altKey (  )  const [inline, virtual]

Reimplemented from BCCommonInputEventData.

virtual bool BC::BCWheelEvent::metaKey (  )  const [inline, virtual]

Reimplemented from BCCommonInputEventData.


The documentation for this class was generated from the following files:
Generated on Wed Nov 21 20:04:19 2007 for Origyn Web Browser by Doxygen 1.5.3

pleyo.com
pleyo.com