OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [awt/] [peer/] [qt/] [QtScreenDeviceConfiguration.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_java_awt_peer_qt_QtScreenDeviceConfiguration__
5
#define __gnu_java_awt_peer_qt_QtScreenDeviceConfiguration__
6
 
7
#pragma interface
8
 
9
#include <java/awt/GraphicsConfiguration.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace java
15
    {
16
      namespace awt
17
      {
18
        namespace peer
19
        {
20
          namespace qt
21
          {
22
              class QtScreenDevice;
23
              class QtScreenDeviceConfiguration;
24
          }
25
        }
26
      }
27
    }
28
  }
29
  namespace java
30
  {
31
    namespace awt
32
    {
33
        class GraphicsDevice;
34
        class ImageCapabilities;
35
        class Rectangle;
36
      namespace geom
37
      {
38
          class AffineTransform;
39
      }
40
      namespace image
41
      {
42
          class BufferedImage;
43
          class ColorModel;
44
          class VolatileImage;
45
      }
46
    }
47
  }
48
}
49
 
50
class gnu::java::awt::peer::qt::QtScreenDeviceConfiguration : public ::java::awt::GraphicsConfiguration
51
{
52
 
53
public:
54
  QtScreenDeviceConfiguration(::gnu::java::awt::peer::qt::QtScreenDevice *);
55
  virtual ::java::awt::image::BufferedImage * createCompatibleImage(jint, jint);
56
  virtual ::java::awt::image::BufferedImage * createCompatibleImage(jint, jint, jint);
57
  virtual ::java::awt::image::VolatileImage * createCompatibleVolatileImage(jint, jint);
58
  virtual ::java::awt::image::VolatileImage * createCompatibleVolatileImage(jint, jint, ::java::awt::ImageCapabilities *);
59
  virtual ::java::awt::Rectangle * getBounds();
60
  virtual ::java::awt::image::ColorModel * getColorModel();
61
  virtual ::java::awt::image::ColorModel * getColorModel(jint);
62
  virtual ::java::awt::geom::AffineTransform * getDefaultTransform();
63
  virtual ::java::awt::GraphicsDevice * getDevice();
64
  virtual ::java::awt::geom::AffineTransform * getNormalizingTransform();
65
  virtual ::java::awt::image::VolatileImage * createCompatibleVolatileImage(jint, jint, jint);
66
private:
67
  ::gnu::java::awt::peer::qt::QtScreenDevice * __attribute__((aligned(__alignof__( ::java::awt::GraphicsConfiguration)))) owner;
68
  ::java::awt::Rectangle * bounds;
69
  jdouble dpiX;
70
  jdouble dpiY;
71
  jint depth;
72
public:
73
  static ::java::lang::Class class$;
74
};
75
 
76
#endif // __gnu_java_awt_peer_qt_QtScreenDeviceConfiguration__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.