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

« back to all changes in this revision

Viewing changes to src/Inventor/Qt/common/SoGuiObject.cpp.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
\**************************************************************************/
24
24
// Pulls in __COIN_SO@GUI@__ define used below.
25
25
#include <Inventor/@Gui@/So@Gui@Basic.h>
26
26
 
27
 
// #ifdef __COIN_SOQT__
28
 
// #include <qmetaobject.h>
29
 
// #include <moc_SoQtObject.icc>
30
 
// #endif // __COIN_SOQT__
31
 
 
32
27
#ifdef HAVE_CONFIG_H
33
28
#include <config.h>
34
29
#endif // HAVE_CONFIG_H
112
107
// type system for their own extension classes. 20020502 mortene.
113
108
 
114
109
// This is a private variable.
115
 
SoType So@Gui@Object::classTypeId;
 
110
SoType So@Gui@Object::classTypeId SO@GUI@_STATIC_SOTYPE_INIT;
116
111
 
117
112
/*!
118
113
  Sets up initialization for data common to all instances of this