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