Wt::MouseEvent Class Reference

#include <event.h>

Inherits Wt::InputEvent.

Inherited by Wt::WheelEvent.

List of all members.

Public Member Functions

 MouseEvent (int type, const Point &pos, int button, int state)
 MouseEvent (int type, const Point &pos, const Point &global_pos, int button, int state)
const Pointpos () const
const PointglobalPos () const
int x () const
int y () const
int globalX () const
int globalY () const
ButtonState button () const


Constructor & Destructor Documentation

Wt::MouseEvent::MouseEvent ( int  type,
const Point pos,
int  button,
int  state 
) [inline]

Wt::MouseEvent::MouseEvent ( int  type,
const Point pos,
const Point global_pos,
int  button,
int  state 
) [inline]


Member Function Documentation

ButtonState Wt::MouseEvent::button (  )  const [inline]

const Point& Wt::MouseEvent::globalPos (  )  const [inline]

int Wt::MouseEvent::globalX (  )  const [inline]

int Wt::MouseEvent::globalY (  )  const [inline]

const Point& Wt::MouseEvent::pos (  )  const [inline]

int Wt::MouseEvent::x (  )  const [inline]

int Wt::MouseEvent::y (  )  const [inline]


The documentation for this class was generated from the following file:

Generated Fri Jul 28 19:22:38 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.