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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [awt/] [peer/] [qt/] [QPainterPath.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_QPainterPath__
5
#define __gnu_java_awt_peer_qt_QPainterPath__
6
 
7
#pragma interface
8
 
9
#include <gnu/java/awt/peer/qt/NativeWrapper.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 QPainterPath;
23
          }
24
        }
25
      }
26
    }
27
  }
28
  namespace java
29
  {
30
    namespace awt
31
    {
32
        class Shape;
33
      namespace geom
34
      {
35
          class GeneralPath;
36
      }
37
    }
38
  }
39
}
40
 
41
class gnu::java::awt::peer::qt::QPainterPath : public ::gnu::java::awt::peer::qt::NativeWrapper
42
{
43
 
44
public: // actually package-private
45
  QPainterPath();
46
public:
47
  QPainterPath(::java::awt::Shape *);
48
  QPainterPath(jdouble, jdouble, jdouble, jdouble);
49
  QPainterPath(jdouble, jdouble, jdouble, jdouble, jboolean);
50
  virtual ::java::awt::geom::GeneralPath * getPath();
51
private:
52
  void init(jint);
53
  void moveTo(jdouble, jdouble);
54
  void close();
55
  void lineTo(jdouble, jdouble);
56
  void quadTo(jdouble, jdouble, jdouble, jdouble);
57
  void cubicTo(jdouble, jdouble, jdouble, jdouble, jdouble, jdouble);
58
public:
59
  virtual void dispose();
60
  virtual void finalize();
61
  static ::java::lang::Class class$;
62
};
63
 
64
#endif // __gnu_java_awt_peer_qt_QPainterPath__

powered by: WebSVN 2.1.0

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