mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
58 lines
1.0 KiB
C++
58 lines
1.0 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_java_awt_peer_qt_QMatrix__
|
|
#define __gnu_java_awt_peer_qt_QMatrix__
|
|
|
|
#pragma interface
|
|
|
|
#include <gnu/java/awt/peer/qt/NativeWrapper.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace java
|
|
{
|
|
namespace awt
|
|
{
|
|
namespace peer
|
|
{
|
|
namespace qt
|
|
{
|
|
class QMatrix;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace java
|
|
{
|
|
namespace awt
|
|
{
|
|
namespace geom
|
|
{
|
|
class AffineTransform;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::java::awt::peer::qt::QMatrix : public ::gnu::java::awt::peer::qt::NativeWrapper
|
|
{
|
|
|
|
public:
|
|
QMatrix(::java::awt::geom::AffineTransform *);
|
|
private:
|
|
void init(jdouble, jdouble, jdouble, jdouble, jdouble, jdouble);
|
|
JArray< jdouble > * getMatrix();
|
|
public:
|
|
virtual ::java::awt::geom::AffineTransform * getTransform();
|
|
virtual void dispose();
|
|
virtual void finalize();
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_java_awt_peer_qt_QMatrix__
|