artefaktur
software engineer &        architecture

 
 
 
 

class MouseEvent

Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::wx::MouseEvent Class Reference

#include <Event.h>

Inheritance diagram for acdk::wx::MouseEvent:

acdk::wx::Event acdk::wx::WxObject acdk::lang::Object acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

see wxMouseEvent

Author:
Roger Rene Kommer (mailto:kommer@artefaktur.com)
Version:
Revision
1.25
Date:
Date
2005/02/05 10:45:34


Public Member Functions

 MouseEvent (int commandType=EvtNull)
virtual acdk::lang::Object clone () const
bool isButton () const
bool buttonDown (int but=MouseBtnAny) const
bool buttonDClick (int but=MouseBtnAny) const
bool buttonUp (int but=MouseBtnAny) const
bool button (int but) const
bool buttonIsDown (int but) const
int getButton () const
bool controlDown () const
bool metaDown () const
bool altDown () const
bool shiftDown () const
bool leftDown () const
bool middleDown () const
bool rightDown () const
bool leftUp () const
bool middleUp () const
bool rightUp () const
bool leftDClick () const
bool middleDClick () const
bool rightDClick () const
bool leftIsDown () const
bool middleIsDown () const
bool rightIsDown () const
bool dragging () const
bool moving () const
bool entering () const
bool leaving () const
void getPosition (OUT(int) xpos, OUT(int) ypos) const
RPoint getPosition () const
int getX () const
int getY () const
int getWheelRotation () const
int getWheelDelta () const
int getLinesPerAction () const
bool isPageScroll () const
void setX (int x)
void setY (int y)
void setLeftDown (bool down)
void setMiddleDown (bool down)
void setRightDown (bool down)
void setControlDown (bool down)
void setShiftDown (bool down)
void setAltDown (bool down)
void setMetaDown (bool down)

Static Public Attributes

int EvtLeftDown
int EvtLeftUp
int EvtMiddleDown
int EvtMiddleUp
int EvtRightDown
int EvtRightUp
int EvtMotion
int EvtEnterWindow
int EvtLeaveWindow
int EvtLeftDclick
int EvtMiddleDclick
int EvtRightDclick
int EvtMousewheel
int EvtNcLeftDown
int EvtNcLeftUp
int EvtNcMiddleDown
int EvtNcMiddleUp
int EvtNcRightDown
int EvtNcRightUp
int EvtNcMotion
int EvtNcEnterWindow
int EvtNcLeaveWindow
int EvtNcLeftDclick
int EvtNcMiddleDclick
int EvtNcRightDclick

Constructor & Destructor Documentation

acdk::wx::MouseEvent::MouseEvent int  commandType = EvtNull  )  [inline]
 


Member Function Documentation

bool acdk::wx::MouseEvent::altDown  )  const [inline]
 

bool acdk::wx::MouseEvent::button int  but  )  const [inline]
 

bool acdk::wx::MouseEvent::buttonDClick int  but = MouseBtnAny  )  const [inline]
 

bool acdk::wx::MouseEvent::buttonDown int  but = MouseBtnAny  )  const [inline]
 

bool acdk::wx::MouseEvent::buttonIsDown int  but  )  const [inline]
 

bool acdk::wx::MouseEvent::buttonUp int  but = MouseBtnAny  )  const [inline]
 

virtual acdk::lang::Object acdk::wx::MouseEvent::clone  )  const [inline, virtual]
 

bool acdk::wx::MouseEvent::controlDown  )  const [inline]
 

bool acdk::wx::MouseEvent::dragging  )  const [inline]
 

bool acdk::wx::MouseEvent::entering  )  const [inline]
 

int acdk::wx::MouseEvent::getButton  )  const [inline]
 

int acdk::wx::MouseEvent::getLinesPerAction  )  const [inline]
 

RPoint acdk::wx::MouseEvent::getPosition  )  const [inline]
 

void acdk::wx::MouseEvent::getPosition OUT(int)  xpos,
OUT(int)  ypos
const [inline]
 

int acdk::wx::MouseEvent::getWheelDelta  )  const [inline]
 

int acdk::wx::MouseEvent::getWheelRotation  )  const [inline]
 

int acdk::wx::MouseEvent::getX  )  const [inline]
 

int acdk::wx::MouseEvent::getY  )  const [inline]
 

bool acdk::wx::MouseEvent::isButton  )  const [inline]
 

bool acdk::wx::MouseEvent::isPageScroll  )  const [inline]
 

bool acdk::wx::MouseEvent::leaving  )  const [inline]
 

bool acdk::wx::MouseEvent::leftDClick  )  const [inline]
 

bool acdk::wx::MouseEvent::leftDown  )  const [inline]
 

bool acdk::wx::MouseEvent::leftIsDown  )  const [inline]
 

bool acdk::wx::MouseEvent::leftUp  )  const [inline]
 

bool acdk::wx::MouseEvent::metaDown  )  const [inline]
 

bool acdk::wx::MouseEvent::middleDClick  )  const [inline]
 

bool acdk::wx::MouseEvent::middleDown  )  const [inline]
 

bool acdk::wx::MouseEvent::middleIsDown  )  const [inline]
 

bool acdk::wx::MouseEvent::middleUp  )  const [inline]
 

bool acdk::wx::MouseEvent::moving  )  const [inline]
 

bool acdk::wx::MouseEvent::rightDClick  )  const [inline]
 

bool acdk::wx::MouseEvent::rightDown  )  const [inline]
 

bool acdk::wx::MouseEvent::rightIsDown  )  const [inline]
 

bool acdk::wx::MouseEvent::rightUp  )  const [inline]
 

void acdk::wx::MouseEvent::setAltDown bool  down  )  [inline]
 

void acdk::wx::MouseEvent::setControlDown bool  down  )  [inline]
 

void acdk::wx::MouseEvent::setLeftDown bool  down  )  [inline]
 

void acdk::wx::MouseEvent::setMetaDown bool  down  )  [inline]
 

void acdk::wx::MouseEvent::setMiddleDown bool  down  )  [inline]
 

void acdk::wx::MouseEvent::setRightDown bool  down  )  [inline]
 

void acdk::wx::MouseEvent::setShiftDown bool  down  )  [inline]
 

void acdk::wx::MouseEvent::setX int  x  )  [inline]
 

void acdk::wx::MouseEvent::setY int  y  )  [inline]
 

bool acdk::wx::MouseEvent::shiftDown  )  const [inline]
 


Member Data Documentation

int acdk::wx::MouseEvent::EvtEnterWindow [static]
 

int acdk::wx::MouseEvent::EvtLeaveWindow [static]
 

int acdk::wx::MouseEvent::EvtLeftDclick [static]
 

int acdk::wx::MouseEvent::EvtLeftDown [static]
 

int acdk::wx::MouseEvent::EvtLeftUp [static]
 

int acdk::wx::MouseEvent::EvtMiddleDclick [static]
 

int acdk::wx::MouseEvent::EvtMiddleDown [static]
 

int acdk::wx::MouseEvent::EvtMiddleUp [static]
 

int acdk::wx::MouseEvent::EvtMotion [static]
 

int acdk::wx::MouseEvent::EvtMousewheel [static]
 

int acdk::wx::MouseEvent::EvtNcEnterWindow [static]
 

int acdk::wx::MouseEvent::EvtNcLeaveWindow [static]
 

int acdk::wx::MouseEvent::EvtNcLeftDclick [static]
 

int acdk::wx::MouseEvent::EvtNcLeftDown [static]
 

int acdk::wx::MouseEvent::EvtNcLeftUp [static]
 

int acdk::wx::MouseEvent::EvtNcMiddleDclick [static]
 

int acdk::wx::MouseEvent::EvtNcMiddleDown [static]
 

int acdk::wx::MouseEvent::EvtNcMiddleUp [static]
 

int acdk::wx::MouseEvent::EvtNcMotion [static]
 

int acdk::wx::MouseEvent::EvtNcRightDclick [static]
 

int acdk::wx::MouseEvent::EvtNcRightDown [static]
 

int acdk::wx::MouseEvent::EvtNcRightUp [static]
 

int acdk::wx::MouseEvent::EvtRightDclick [static]
 

int acdk::wx::MouseEvent::EvtRightDown [static]
 

int acdk::wx::MouseEvent::EvtRightUp [static]
 

 
Last modified 2005-05-08 18:33 by SYSTEM By Artefaktur, Ing. Bureau Kommer