1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_java_awt_peer_qt_QtImageGraphics__
5 #define __gnu_java_awt_peer_qt_QtImageGraphics__
6 
7 #pragma interface
8 
9 #include <gnu/java/awt/peer/qt/QtGraphics.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 QtImageGraphics;
23           }
24         }
25       }
26     }
27   }
28   namespace java
29   {
30     namespace awt
31     {
32         class Graphics;
33         class GraphicsConfiguration;
34         class Image;
35     }
36   }
37 }
38 
39 class gnu::java::awt::peer::qt::QtImageGraphics : public ::gnu::java::awt::peer::qt::QtGraphics
40 {
41 
42 public:
43   QtImageGraphics(::java::awt::Image *);
44 public: // actually package-private
45   QtImageGraphics(::gnu::java::awt::peer::qt::QtImageGraphics *);
46 public:
47   virtual void dispose();
48   virtual ::java::awt::Graphics * create();
49   virtual void copyArea(jint, jint, jint, jint, jint, jint);
50   virtual ::java::awt::GraphicsConfiguration * getDeviceConfiguration();
51 public: // actually package-private
52   ::java::awt::Image * __attribute__((aligned(__alignof__( ::gnu::java::awt::peer::qt::QtGraphics)))) parentImage;
53   ::java::util::Stack * owners;
54   ::gnu::java::awt::peer::qt::QtImageGraphics * topParent;
55 public:
56   static ::java::lang::Class class$;
57 };
58 
59 #endif // __gnu_java_awt_peer_qt_QtImageGraphics__
60