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

« back to all changes in this revision

Viewing changes to src/Inventor/Qt/common/devices/SoGuiKeyboardP.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2004-05-29 02:58:50 UTC
  • Revision ID: james.westby@ubuntu.com-20040529025850-phd20eva5uyhhdrf
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SOGUI_KEYBOARDP_H
 
2
#define SOGUI_KEYBOARDP_H
 
3
 
 
4
/**************************************************************************\
 
5
 *
 
6
 *  This file is part of the Coin 3D visualization library.
 
7
 *  Copyright (C) 1998-2003 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, Teknobyen, Abels Gate 5, 7030 Trondheim, NORWAY.
 
23
 *  <URL:http://www.sim.no>.
 
24
 *
 
25
\**************************************************************************/
 
26
 
 
27
#ifndef SO@GUI@_INTERNAL
 
28
#error this is a private header file
 
29
#endif /* !SO@GUI@_INTERNAL */
 
30
 
 
31
class SoKeyboardEvent;
 
32
 
 
33
// *************************************************************************
 
34
 
 
35
class SoGuiKeyboardP {
 
36
public:
 
37
  SoGuiKeyboardP(void);
 
38
  ~SoGuiKeyboardP();
 
39
 
 
40
  int eventmask;
 
41
  SoKeyboardEvent * kbdevent;
 
42
};
 
43
 
 
44
#define PRIVATE(p) (p->pimpl)
 
45
#define PUBLIC(p) (p->pub)
 
46
 
 
47
// *************************************************************************
 
48
 
 
49
#endif // ! SOGUI_KEYBOARDP_H