![]() |
http://www.sim.no http://www.coin3d.org |
00001 /**************************************************************************\ 00002 * 00003 * This file is part of the Coin 3D visualization library. 00004 * Copyright (C) 1998-2005 by Systems in Motion. All rights reserved. 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU General Public License 00008 * ("GPL") version 2 as published by the Free Software Foundation. 00009 * See the file LICENSE.GPL at the root directory of this source 00010 * distribution for additional information about the GNU GPL. 00011 * 00012 * For using Coin with software that can not be combined with the GNU 00013 * GPL, and for taking advantage of the additional benefits of our 00014 * support services, please contact Systems in Motion about acquiring 00015 * a Coin Professional Edition License. 00016 * 00017 * See <URL:http://www.coin3d.org/> for more information. 00018 * 00019 * Systems in Motion, Postboks 1283, Pirsenteret, 7462 Trondheim, NORWAY. 00020 * <URL:http://www.sim.no/>. 00021 * 00022 \**************************************************************************/ 00023 00024 #ifndef SOQT_MOUSE_H 00025 #define SOQT_MOUSE_H 00026 00027 #include <Inventor/Qt/devices/SoQtDevice.h> 00028 00029 class SoMouseButtonEvent; 00030 class SoLocation2Event; 00031 00032 // ************************************************************************* 00033 00034 class SOQT_DLL_API SoQtMouse : public SoQtDevice { 00035 SOQT_OBJECT_HEADER(SoQtMouse, SoQtDevice); 00036 00037 public: 00038 enum Events { 00039 BUTTON_PRESS = 0x01, 00040 BUTTON_RELEASE = 0x02, 00041 POINTER_MOTION = 0x04, 00042 BUTTON_MOTION = 0x08, 00043 00044 ALL_EVENTS = BUTTON_PRESS | BUTTON_RELEASE | POINTER_MOTION | BUTTON_MOTION 00045 }; 00046 00047 SoQtMouse(int eventmask = ALL_EVENTS); 00048 virtual ~SoQtMouse(void); 00049 00050 virtual void enable(QWidget * widget, SoQtEventHandler * handler, void * closure); 00051 virtual void disable(QWidget * widget, SoQtEventHandler * handler, void * closure); 00052 00053 virtual const SoEvent * translateEvent(QEvent * event); 00054 00055 private: 00056 class SoQtMouseP * pimpl; 00057 friend class SoQtMouseP; 00058 friend class SoGuiMouseP; 00059 }; 00060 00061 // ************************************************************************* 00062 00063 #endif // ! SOQT_MOUSE_H
Copyright © 1998-2005 by Systems in Motion AS. All rights reserved.
Generated on Mon Mar 27 00:38:51 2006 for SoQt by Doxygen. 1.4.6