SCV  4.2.1
Simple Components for Visual
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
scv::MouseEvent Class Reference

#include <MouseEvent.h>

Public Types

enum  Button { LEFT = GLUT_LEFT_BUTTON, MIDDLE = GLUT_MIDDLE_BUTTON, RIGHT = GLUT_RIGHT_BUTTON, NBUTTON }
 
enum  State {
  CLICK = GLUT_DOWN, UP = GLUT_UP, HOLD, MOTION,
  WHELLUP, WHEELDOWN
}
 

Public Member Functions

 MouseEvent (void)
 
 MouseEvent (MouseEvent::Button button, MouseEvent::State state, const Point &location, bool doubleClick=false)
 
MouseEventoperator= (const MouseEvent &rhs)
 
Point getPosition (void) const
 
Point getInversePosition (void) const
 
MouseEvent::Button getButton (void) const
 
MouseEvent::State getState (void) const
 
bool doubleClick (void) const
 
MouseEvent operator- (const Point &p) const
 

Member Enumeration Documentation

Enumerator:
LEFT 
MIDDLE 
RIGHT 
NBUTTON 
Enumerator:
CLICK 
UP 
HOLD 
MOTION 
WHELLUP 
WHEELDOWN 

Constructor & Destructor Documentation

scv::MouseEvent::MouseEvent ( void  )
scv::MouseEvent::MouseEvent ( MouseEvent::Button  button,
MouseEvent::State  state,
const Point location,
bool  doubleClick = false 
)

Member Function Documentation

bool scv::MouseEvent::doubleClick ( void  ) const
inline
MouseEvent::Button scv::MouseEvent::getButton ( void  ) const
Point scv::MouseEvent::getInversePosition ( void  ) const
Point scv::MouseEvent::getPosition ( void  ) const
MouseEvent::State scv::MouseEvent::getState ( void  ) const
MouseEvent scv::MouseEvent::operator- ( const Point p) const
inline
MouseEvent & scv::MouseEvent::operator= ( const MouseEvent rhs)

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