User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
GUIMouseEventC::GUIMouseEventC(IntT,IntT,IntT)
GUIMouseEventC::GUIMouseEventC(GdkEventButton &)
GUIMouseEventC::GUIMouseEventC(GdkEventMotion &)
GUIMouseEventC::X(void) const
GUIMouseEventC::Y(void) const
GUIMouseEventC::Position(void) const
GUIMouseEventC::IsPressed(IntT) const
GUIMouseEventC::HasChanged(IntT) const
GUIMouseEventC::MaxButtons(void) const
GUIMouseEventC::IsShift(void) const
GUIMouseEventC::IsCntrl(void) const
GUIMouseEventC
 
Mouse event information.
 
include "amma/GUI/MouseEvent.hh"
User Level:Default
Library:GUI
Example:exMenu.cc
Section:GUI
In Scope:std

Variables:

Methods:
GUIMouseEventC(IntT x = 0,IntT y = 0,IntT state = 0)
Constructor.

GUIMouseEventC(GdkEventButton & ev)
Constructor.

GUIMouseEventC(GdkEventMotion & ev)
Constructor.

RealT X() const
Get X component of position.

RealT Y() const
Get Y component of position.

PixelC Position() const
Get position.

BooleanT IsPressed(IntT buttonNo = 0) const
Test if a button is pessed.

BooleanT HasChanged(IntT buttonNo = 0) const
Has button changed state ?

IntT MaxButtons() const
Maximum buttons available.

BooleanT IsShift() const
Is shift down ?

BooleanT IsCntrl() const
Is control down ?


Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001