Classes | Variables

drawing_mode Namespace Reference

Classes

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

Variables

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

Detailed Description

        Copyright 2011, CERTEC

    This file is part of HIPP.

    HIPP is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    HIPP is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with HIPP.  If not, see <http://www.gnu.org/licenses/>.


Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines