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

« back to all changes in this revision

Viewing changes to build/msvc6/src/Inventor/Qt/nodes/SoGuiNodes.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 COIN_SOGUINODES_H
 
2
#define COIN_SOGUINODES_H
 
3
 
 
4
/**************************************************************************\
 
5
 *
 
6
 *  This file is part of the Coin 3D visualization library.
 
7
 *  Copyright (C) 1998-2005 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 <URL:http://www.coin3d.org/> for more information.
 
21
 *
 
22
 *  Systems in Motion, Postboks 1283, Pirsenteret, 7462 Trondheim, NORWAY.
 
23
 *  <URL:http://www.sim.no/>.
 
24
 *
 
25
\**************************************************************************/
 
26
 
 
27
#ifndef SOQT_INTERNAL
 
28
#error this is a private header file
 
29
#endif /* !SOQT_INTERNAL */
 
30
 
 
31
#include <Inventor/Qt/nodes/SoGuiSceneTexture2.h>
 
32
#include <Inventor/Qt/nodes/SoGuiViewportFix.h>
 
33
#include <Inventor/Qt/nodes/SoGuiPane.h>
 
34
#include <Inventor/Qt/nodes/SoGuiPosition.h>
 
35
#include <Inventor/Qt/nodes/SoGuiTranslation.h>
 
36
#include <Inventor/Qt/nodes/SoGuiFrame.h>
 
37
#include <Inventor/Qt/nodes/SoGuiImage.h>
 
38
#include <Inventor/Qt/nodes/SoGuiLabel.h>
 
39
#include <Inventor/Qt/nodes/SoGuiToggleButton.h>
 
40
#include <Inventor/Qt/nodes/SoGuiRadioButton.h>
 
41
#include <Inventor/Qt/nodes/SoGuiClickCounter.h>
 
42
#include <Inventor/Qt/nodes/SoGuiSlider1.h>
 
43
#include <Inventor/Qt/nodes/SoGuiSlider2.h>
 
44
#include <Inventor/Qt/nodes/SoGuiColorEditor.h>
 
45
#include <Inventor/Qt/nodes/SoGuiMaterialEditor.h>
 
46
#include <Inventor/Qt/nodes/SoGuiViewpointWrapper.h>
 
47
 
 
48
class SoGuiNodes {
 
49
public:
 
50
  static void initClasses(void);
 
51
 
 
52
};
 
53
 
 
54
#endif // !COIN_SOGUINODES_H