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

« back to all changes in this revision

Viewing changes to src/Inventor/Qt/widgets/SoQtThumbWheel.h

  • 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
#ifndef SOQT_THUMBWHEEL_H
 
2
#define SOQT_THUMBWHEEL_H
 
3
 
1
4
/**************************************************************************\
2
5
 *
3
6
 *  This file is part of the Coin 3D visualization library.
4
 
 *  Copyright (C) 1998-2004 by Systems in Motion.  All rights reserved.
 
7
 *  Copyright (C) 1998-2005 by Systems in Motion.  All rights reserved.
5
8
 *
6
9
 *  This library is free software; you can redistribute it and/or
7
10
 *  modify it under the terms of the GNU General Public License
16
19
 *
17
20
 *  See <URL:http://www.coin3d.org/> for more information.
18
21
 *
19
 
 *  Systems in Motion, Teknobyen, Abels Gate 5, 7030 Trondheim, NORWAY.
 
22
 *  Systems in Motion, Postboks 1283, Pirsenteret, 7462 Trondheim, NORWAY.
20
23
 *  <URL:http://www.sim.no/>.
21
24
 *
22
25
\**************************************************************************/
23
26
 
24
 
#ifndef SOQT_THUMBWHEEL_H
25
 
#define SOQT_THUMBWHEEL_H
26
 
 
27
27
#include <qwidget.h>
28
 
#include <qrangecontrol.h>
29
28
 
30
29
#include <Inventor/Qt/SoQtBasic.h>
31
30
 
34
33
 
35
34
// *************************************************************************
36
35
 
37
 
class SOQT_DLL_API SoQtThumbWheel : public QWidget, public QRangeControl
 
36
class SOQT_DLL_API SoQtThumbWheel : public QWidget
38
37
{
39
38
  Q_OBJECT
40
39