QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RTabletEvent Class Reference

A tablet event for a graphics scene. More...

#include <RTabletEvent.h>

List of all members.

Public Member Functions

RGraphicsScenegetGraphicsScene () const
RGraphicsViewgetGraphicsView () const
RVector getModelPosition () const
RVector getScreenPosition () const
RVector getUcsPosition () const
 RTabletEvent (const QTabletEvent &tabletEvent, RGraphicsScene &s, RGraphicsView &v)
virtual ~RTabletEvent ()

Protected Attributes

RVector modelPosition
RGraphicsScenescene
RVector screenPosition
RVector ucsPosition
RGraphicsViewview

Detailed Description

A tablet event for a graphics scene.

The coordinates in a mouse event are available as scene coordinates of screen coordinates from the view the event originated.

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

RTabletEvent::RTabletEvent ( const QTabletEvent &  tabletEvent,
RGraphicsScene s,
RGraphicsView v 
)
RTabletEvent::~RTabletEvent ( )
virtual

Member Function Documentation

RGraphicsScene & RTabletEvent::getGraphicsScene ( ) const
RGraphicsView & RTabletEvent::getGraphicsView ( ) const
RVector RTabletEvent::getModelPosition ( ) const
RVector RTabletEvent::getScreenPosition ( ) const
RVector RTabletEvent::getUcsPosition ( ) const

Member Data Documentation

RVector RTabletEvent::modelPosition
protected
RGraphicsScene& RTabletEvent::scene
protected
RVector RTabletEvent::screenPosition
protected
RVector RTabletEvent::ucsPosition
protected
RGraphicsView& RTabletEvent::view
protected

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