Classes | Namespaces | Variables

hipp/nodes/drawing_mode.py File Reference

Defines Fields that help to set the drawing mode of the painting surface. More...

Classes

class  drawing_mode::IsOnPage
 Performs conditional updates when the status of the pointer on the page changes. More...
class  drawing_mode::IsPressed
 Performs conditional updates when the status of the first haptic device button changes. More...
class  drawing_mode::IsMousePressed
 Performs conditional updates when the status of the left mouse button changes. More...
class  drawing_mode::IsDrawing
 A field used to update whether or not the page should be in drawing mode. More...
class  drawing_mode::ChooseCoord
 A field to manage the redirection of mouse and haptic coordinates. More...

Namespaces

namespace  drawing_mode

Variables

 drawing_mode::pointer_is_on_page = False
 drawing_mode::mainbutton_is_pressed = False
 drawing_mode::mousebutton_is_pressed = False
 drawing_mode::is_drawing = False
 drawing_mode::haptic_drawing = False
tuple drawing_mode::isOnPage = IsOnPage()
tuple drawing_mode::isPressed = IsPressed()
tuple drawing_mode::isMousePressed = IsMousePressed()
tuple drawing_mode::isDrawing = IsDrawing()
tuple drawing_mode::chooseCoord = ChooseCoord()

Detailed Description

Defines Fields that help to set the drawing mode of the painting surface.

Author:
David Kadish
Date:
June 16, 2010
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines