#include <BCWheelEvent.h>

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 |
| BCWheelEvent::BCWheelEvent | ( | const IntPoint & | pos, | |
| const IntPoint & | globalPos, | |||
| int | deltaX, | |||
| int | deltaY, | |||
| bool | isAccepted, | |||
| bool | shift, | |||
| bool | ctrl, | |||
| bool | alt, | |||
| bool | meta | |||
| ) |
| const IntPoint & BCWheelEvent::pos | ( | ) | const [virtual] |
| const IntPoint & BCWheelEvent::globalPos | ( | ) | const [virtual] |
| int BCWheelEvent::deltaX | ( | ) | const [virtual] |
| int BCWheelEvent::deltaY | ( | ) | const [virtual] |
| bool BCWheelEvent::isAccepted | ( | ) | const [virtual] |
| bool BCWheelEvent::isContinuous | ( | ) | const [virtual] |
| float BCWheelEvent::continuousDeltaX | ( | ) | const [virtual] |
| float BCWheelEvent::continuousDeltaY | ( | ) | const [virtual] |
| void BCWheelEvent::accept | ( | ) | [virtual] |
| void BCWheelEvent::ignore | ( | ) | [virtual] |
| BAL::BIEvent * BCWheelEvent::clone | ( | ) | const [virtual] |
| 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.