~ubuntu-branches/ubuntu/oneiric/soqt/oneiric

« back to all changes in this revision

Viewing changes to src/Inventor/Qt/common/viewers/SoGuiViewer.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2006-02-06 22:34:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060206223400-g69m5soqa4zh0gkc
Tags: 1.3.0-3
debian/control: update libsoqt-dev depends.  Closes: #351700.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**************************************************************************\
2
2
 *
3
3
 *  This file is part of the Coin 3D visualization library.
4
 
 *  Copyright (C) 1998-2004 by Systems in Motion.  All rights reserved.
 
4
 *  Copyright (C) 1998-2005 by Systems in Motion.  All rights reserved.
5
5
 *
6
6
 *  This library is free software; you can redistribute it and/or
7
7
 *  modify it under the terms of the GNU General Public License
16
16
 *
17
17
 *  See <URL:http://www.coin3d.org/> for more information.
18
18
 *
19
 
 *  Systems in Motion, Teknobyen, Abels Gate 5, 7030 Trondheim, NORWAY.
 
19
 *  Systems in Motion, Postboks 1283, Pirsenteret, 7462 Trondheim, NORWAY.
20
20
 *  <URL:http://www.sim.no/>.
21
21
 *
22
22
\**************************************************************************/
48
48
 
49
49
#include <Inventor/@Gui@/So@Gui@RenderArea.h>
50
50
 
 
51
#ifndef SO@GUI@_INTERNAL
 
52
#include <Inventor/events/SoKeyboardEvent.h>
 
53
#endif // SO@GUI@_INTERNAL
 
54
 
51
55
class SoCallbackList;
52
56
class SoBaseColor;
53
57
class SoCamera;
198
202
  virtual void setSeekMode(SbBool enable);
199
203
  SbBool isSeekMode(void) const;
200
204
  SbBool seekToPoint(const SbVec2s screenpos);
 
205
  void seekToPoint(const SbVec3f & scenepos);
201
206
  virtual void computeSeekFinalOrientation(void);
202
207
 
203
208
  virtual void actualRedraw(void);