Coin Logo http://www.sim.no
http://www.coin3d.org

SoTrackballDragger.h
1 #ifndef COIN_SOTRACKBALLDRAGGER_H
2 #define COIN_SOTRACKBALLDRAGGER_H
3 
4 /**************************************************************************\
5  *
6  * This file is part of the Coin 3D visualization library.
7  * Copyright (C) 1998-2007 by Systems in Motion. All rights reserved.
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU General Public License
11  * ("GPL") version 2 as published by the Free Software Foundation.
12  * See the file LICENSE.GPL at the root directory of this source
13  * distribution for additional information about the GNU GPL.
14  *
15  * For using Coin with software that can not be combined with the GNU
16  * GPL, and for taking advantage of the additional benefits of our
17  * support services, please contact Systems in Motion about acquiring
18  * a Coin Professional Edition License.
19  *
20  * See http://www.coin3d.org/ for more information.
21  *
22  * Systems in Motion, Postboks 1283, Pirsenteret, 7462 Trondheim, NORWAY.
23  * http://www.sim.no/ sales@sim.no coin-support@coin3d.org
24  *
25 \**************************************************************************/
26 
27 #include <Inventor/draggers/SoDragger.h>
28 #include <Inventor/fields/SoSFRotation.h>
29 #include <Inventor/fields/SoSFVec3f.h>
30 #include <Inventor/SbVec2f.h>
31 #include <Inventor/SbTime.h>
32 
33 class SoSensor;
34 class SoFieldSensor;
35 class SbSphereProjector;
37 class SbLineProjector;
38 class SoTimerSensor;
39 
40 class COIN_DLL_API SoTrackballDragger : public SoDragger {
41  typedef SoDragger inherited;
42 
43  SO_KIT_HEADER(SoTrackballDragger);
44 
45  SO_KIT_CATALOG_ENTRY_HEADER(XRotator);
46  SO_KIT_CATALOG_ENTRY_HEADER(XRotatorActive);
47  SO_KIT_CATALOG_ENTRY_HEADER(XRotatorSwitch);
48  SO_KIT_CATALOG_ENTRY_HEADER(YRotator);
49  SO_KIT_CATALOG_ENTRY_HEADER(YRotatorActive);
50  SO_KIT_CATALOG_ENTRY_HEADER(YRotatorSwitch);
51  SO_KIT_CATALOG_ENTRY_HEADER(ZRotator);
52  SO_KIT_CATALOG_ENTRY_HEADER(ZRotatorActive);
53  SO_KIT_CATALOG_ENTRY_HEADER(ZRotatorSwitch);
54  SO_KIT_CATALOG_ENTRY_HEADER(antiSquish);
55  SO_KIT_CATALOG_ENTRY_HEADER(rotator);
56  SO_KIT_CATALOG_ENTRY_HEADER(rotatorActive);
57  SO_KIT_CATALOG_ENTRY_HEADER(rotatorSwitch);
58  SO_KIT_CATALOG_ENTRY_HEADER(surroundScale);
59  SO_KIT_CATALOG_ENTRY_HEADER(userAxis);
60  SO_KIT_CATALOG_ENTRY_HEADER(userAxisActive);
61  SO_KIT_CATALOG_ENTRY_HEADER(userAxisRotation);
62  SO_KIT_CATALOG_ENTRY_HEADER(userAxisSwitch);
63  SO_KIT_CATALOG_ENTRY_HEADER(userRotator);
64  SO_KIT_CATALOG_ENTRY_HEADER(userRotatorActive);
65  SO_KIT_CATALOG_ENTRY_HEADER(userRotatorSwitch);
66 
67 
68 public:
69  static void initClass(void);
70  SoTrackballDragger(void);
71 
74 
75  SbBool isAnimationEnabled(void);
76  void setAnimationEnabled(SbBool newval);
77 
78 protected:
80  virtual SbBool setUpConnections(SbBool onoff, SbBool doitalways = FALSE);
81  virtual void setDefaultOnNonWritingFields(void);
82 
83  void dragStart(void);
84  void drag(void);
85  void dragFinish(void);
86  void setAllPartsActive(SbBool onoroff);
87 
88  static void startCB(void * f, SoDragger * d);
89  static void motionCB(void * f, SoDragger * d);
90  static void finishCB(void * f, SoDragger * d);
91  static void metaKeyChangeCB(void * f, SoDragger * d);
92  static void fieldSensorCB(void * f, SoSensor * s);
93  static void valueChangedCB(void * f, SoDragger * d);
94 
97 
98 private:
99  SoNode * getNodeFieldNode(const char *fieldname);
100  void updateUserAxisSwitches(const SbBool setactive = FALSE);
101  static void timerSensorCB(void *, SoSensor *);
102 
103  class SoTrackballDraggerP * pimpl;
104  friend class SoTrackballDraggerP;
105 };
106 
107 #endif // !COIN_SOTRACKBALLDRAGGER_H

Copyright © 1998-2007 by Systems in Motion AS. All rights reserved.

Generated on Wed Jul 18 2012 for Coin by Doxygen. 1.8.1.1