summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/Qt.java
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/org/kde/qt/Qt.java')
-rw-r--r--qtjava/javalib/org/kde/qt/Qt.java512
1 files changed, 256 insertions, 256 deletions
diff --git a/qtjava/javalib/org/kde/qt/Qt.java b/qtjava/javalib/org/kde/qt/Qt.java
index 11be3f41..a1bc4a6a 100644
--- a/qtjava/javalib/org/kde/qt/Qt.java
+++ b/qtjava/javalib/org/kde/qt/Qt.java
@@ -645,125 +645,125 @@ public class Qt implements QtSupport {
/** Has the wrapped C++ instance been deleted? */
public native boolean isDisposed();
/** **************************************************
- QPoint stream functions
- ************************************************** @short QPoint stream functions
+ TQPoint stream functions
+ ************************************************** @short TQPoint stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QPoint arg2);
- public static native QDataStream op_read(QDataStream arg1, QPoint arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQPoint arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQPoint arg2);
/** **************************************************
- QPoint inline functions
- ************************************************** @short QPoint inline functions
+ TQPoint inline functions
+ ************************************************** @short TQPoint inline functions
*/
- public static native boolean op_equals(QPoint p1, QPoint p2);
- public static native boolean op_not_equals(QPoint p1, QPoint p2);
- public static native QPoint op_plus(QPoint p1, QPoint p2);
- public static native QPoint op_minus(QPoint p1, QPoint p2);
- public static native QPoint op_mult(QPoint p, int c);
- public static native QPoint op_mult(int c, QPoint p);
- public static native QPoint op_mult(QPoint p, double c);
- public static native QPoint op_mult(double c, QPoint p);
- public static native QPoint op_minus(QPoint p);
- public static native QPoint op_div(QPoint p, int c);
- public static native QPoint op_div(QPoint p, double c);
+ public static native boolean op_equals(TQPoint p1, TQPoint p2);
+ public static native boolean op_not_equals(TQPoint p1, TQPoint p2);
+ public static native TQPoint op_plus(TQPoint p1, TQPoint p2);
+ public static native TQPoint op_minus(TQPoint p1, TQPoint p2);
+ public static native TQPoint op_mult(TQPoint p, int c);
+ public static native TQPoint op_mult(int c, TQPoint p);
+ public static native TQPoint op_mult(TQPoint p, double c);
+ public static native TQPoint op_mult(double c, TQPoint p);
+ public static native TQPoint op_minus(TQPoint p);
+ public static native TQPoint op_div(TQPoint p, int c);
+ public static native TQPoint op_div(TQPoint p, double c);
/** **************************************************
- QRegion stream functions
- ************************************************** @short QRegion stream functions
+ TQRegion stream functions
+ ************************************************** @short TQRegion stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QRegion arg2);
- public static native QDataStream op_read(QDataStream arg1, QRegion arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQRegion arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQRegion arg2);
/** **************************************************
- Misc. QBitArray operator functions
+ Misc. TQBitArray operator functions
************************************************** @short Misc.
*/
- // QBitArray op_and(const QBitArray& arg1,const QBitArray& arg2); >>>> NOT CONVERTED
- // QBitArray op_or(const QBitArray& arg1,const QBitArray& arg2); >>>> NOT CONVERTED
- // QBitArray op_xor(const QBitArray& arg1,const QBitArray& arg2); >>>> NOT CONVERTED
+ // TQBitArray op_and(const TQBitArray& arg1,const TQBitArray& arg2); >>>> NOT CONVERTED
+ // TQBitArray op_or(const TQBitArray& arg1,const TQBitArray& arg2); >>>> NOT CONVERTED
+ // TQBitArray op_xor(const TQBitArray& arg1,const TQBitArray& arg2); >>>> NOT CONVERTED
/** **************************************************
- QBitArray stream functions
- ************************************************** @short QBitArray stream functions
+ TQBitArray stream functions
+ ************************************************** @short TQBitArray stream functions
*/
- // QDataStream& op_write(QDataStream& arg1,const QBitArray& arg2); >>>> NOT CONVERTED
- // QDataStream& op_read(QDataStream& arg1,QBitArray& arg2); >>>> NOT CONVERTED
+ // TQDataStream& op_write(TQDataStream& arg1,const TQBitArray& arg2); >>>> NOT CONVERTED
+ // TQDataStream& op_read(TQDataStream& arg1,TQBitArray& arg2); >>>> NOT CONVERTED
/** **************************************************
- QColorGroup/QPalette stream functions
- ************************************************** @short QColorGroup/QPalette stream functions
+ TQColorGroup/TQPalette stream functions
+ ************************************************** @short TQColorGroup/TQPalette stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QColorGroup arg2);
- public static native QDataStream op_read(QDataStream arg1, QColorGroup arg2);
- public static native QDataStream op_write(QDataStream arg1, QPalette arg2);
- public static native QDataStream op_read(QDataStream arg1, QPalette arg2);
- // QTextStream& op_read(QTextStream& arg1,QTSFUNC arg2); >>>> NOT CONVERTED
- // QTextStream& op_write(QTextStream& arg1,QTSFUNC arg2); >>>> NOT CONVERTED
- // QTextStream& op_write(QTextStream& arg1,QTSManip arg2); >>>> NOT CONVERTED
- public static native QTextStream bin(QTextStream s);
- public static native QTextStream oct(QTextStream s);
- public static native QTextStream dec(QTextStream s);
- public static native QTextStream hex(QTextStream s);
- public static native QTextStream endl(QTextStream s);
- public static native QTextStream flush(QTextStream s);
- public static native QTextStream ws(QTextStream s);
- public static native QTextStream reset(QTextStream s);
- // QTSManip qSetW(int arg1); >>>> NOT CONVERTED
- // QTSManip qSetFill(int arg1); >>>> NOT CONVERTED
- // QTSManip qSetPrecision(int arg1); >>>> NOT CONVERTED
- // QDataStream& op_read(QDataStream& arg1,QGList& arg2); >>>> NOT CONVERTED
- // QDataStream& op_write(QDataStream& arg1,const QGList& arg2); >>>> NOT CONVERTED
- public static native void qDrawShadeLine(QPainter p, int x1, int y1, int x2, int y2, QColorGroup g, boolean sunken, int lineWidth, int midLineWidth);
- public static native void qDrawShadeLine(QPainter p, int x1, int y1, int x2, int y2, QColorGroup g, boolean sunken, int lineWidth);
- public static native void qDrawShadeLine(QPainter p, int x1, int y1, int x2, int y2, QColorGroup g, boolean sunken);
- public static native void qDrawShadeLine(QPainter p, int x1, int y1, int x2, int y2, QColorGroup g);
- public static native void qDrawShadeLine(QPainter p, QPoint p1, QPoint p2, QColorGroup g, boolean sunken, int lineWidth, int midLineWidth);
- public static native void qDrawShadeLine(QPainter p, QPoint p1, QPoint p2, QColorGroup g, boolean sunken, int lineWidth);
- public static native void qDrawShadeLine(QPainter p, QPoint p1, QPoint p2, QColorGroup g, boolean sunken);
- public static native void qDrawShadeLine(QPainter p, QPoint p1, QPoint p2, QColorGroup g);
- public static native void qDrawShadeRect(QPainter p, int x, int y, int w, int h, QColorGroup arg6, boolean sunken, int lineWidth, int midLineWidth, QBrush fill);
- public static native void qDrawShadeRect(QPainter p, int x, int y, int w, int h, QColorGroup arg6, boolean sunken, int lineWidth, int midLineWidth);
- public static native void qDrawShadeRect(QPainter p, int x, int y, int w, int h, QColorGroup arg6, boolean sunken, int lineWidth);
- public static native void qDrawShadeRect(QPainter p, int x, int y, int w, int h, QColorGroup arg6, boolean sunken);
- public static native void qDrawShadeRect(QPainter p, int x, int y, int w, int h, QColorGroup arg6);
- public static native void qDrawShadeRect(QPainter p, QRect r, QColorGroup arg3, boolean sunken, int lineWidth, int midLineWidth, QBrush fill);
- public static native void qDrawShadeRect(QPainter p, QRect r, QColorGroup arg3, boolean sunken, int lineWidth, int midLineWidth);
- public static native void qDrawShadeRect(QPainter p, QRect r, QColorGroup arg3, boolean sunken, int lineWidth);
- public static native void qDrawShadeRect(QPainter p, QRect r, QColorGroup arg3, boolean sunken);
- public static native void qDrawShadeRect(QPainter p, QRect r, QColorGroup arg3);
- public static native void qDrawShadePanel(QPainter p, int x, int y, int w, int h, QColorGroup arg6, boolean sunken, int lineWidth, QBrush fill);
- public static native void qDrawShadePanel(QPainter p, int x, int y, int w, int h, QColorGroup arg6, boolean sunken, int lineWidth);
- public static native void qDrawShadePanel(QPainter p, int x, int y, int w, int h, QColorGroup arg6, boolean sunken);
- public static native void qDrawShadePanel(QPainter p, int x, int y, int w, int h, QColorGroup arg6);
- public static native void qDrawShadePanel(QPainter p, QRect r, QColorGroup arg3, boolean sunken, int lineWidth, QBrush fill);
- public static native void qDrawShadePanel(QPainter p, QRect r, QColorGroup arg3, boolean sunken, int lineWidth);
- public static native void qDrawShadePanel(QPainter p, QRect r, QColorGroup arg3, boolean sunken);
- public static native void qDrawShadePanel(QPainter p, QRect r, QColorGroup arg3);
- public static native void qDrawWinButton(QPainter p, int x, int y, int w, int h, QColorGroup g, boolean sunken, QBrush fill);
- public static native void qDrawWinButton(QPainter p, int x, int y, int w, int h, QColorGroup g, boolean sunken);
- public static native void qDrawWinButton(QPainter p, int x, int y, int w, int h, QColorGroup g);
- public static native void qDrawWinButton(QPainter p, QRect r, QColorGroup g, boolean sunken, QBrush fill);
- public static native void qDrawWinButton(QPainter p, QRect r, QColorGroup g, boolean sunken);
- public static native void qDrawWinButton(QPainter p, QRect r, QColorGroup g);
- public static native void qDrawWinPanel(QPainter p, int x, int y, int w, int h, QColorGroup arg6, boolean sunken, QBrush fill);
- public static native void qDrawWinPanel(QPainter p, int x, int y, int w, int h, QColorGroup arg6, boolean sunken);
- public static native void qDrawWinPanel(QPainter p, int x, int y, int w, int h, QColorGroup arg6);
- public static native void qDrawWinPanel(QPainter p, QRect r, QColorGroup arg3, boolean sunken, QBrush fill);
- public static native void qDrawWinPanel(QPainter p, QRect r, QColorGroup arg3, boolean sunken);
- public static native void qDrawWinPanel(QPainter p, QRect r, QColorGroup arg3);
- public static native void qDrawPlainRect(QPainter p, int x, int y, int w, int h, QColor arg6, int lineWidth, QBrush fill);
- public static native void qDrawPlainRect(QPainter p, int x, int y, int w, int h, QColor arg6, int lineWidth);
- public static native void qDrawPlainRect(QPainter p, int x, int y, int w, int h, QColor arg6);
- public static native void qDrawPlainRect(QPainter p, QRect r, QColor arg3, int lineWidth, QBrush fill);
- public static native void qDrawPlainRect(QPainter p, QRect r, QColor arg3, int lineWidth);
- public static native void qDrawPlainRect(QPainter p, QRect r, QColor arg3);
- public static native QRect qItemRect(QPainter p, int gs, int x, int y, int w, int h, int flags, boolean enabled, QPixmap pixmap, String text, int len);
- public static native QRect qItemRect(QPainter p, int gs, int x, int y, int w, int h, int flags, boolean enabled, QPixmap pixmap, String text);
- public static native void qDrawItem(QPainter p, int gs, int x, int y, int w, int h, int flags, QColorGroup g, boolean enabled, QPixmap pixmap, String text, int len, QColor penColor);
- public static native void qDrawItem(QPainter p, int gs, int x, int y, int w, int h, int flags, QColorGroup g, boolean enabled, QPixmap pixmap, String text, int len);
- public static native void qDrawItem(QPainter p, int gs, int x, int y, int w, int h, int flags, QColorGroup g, boolean enabled, QPixmap pixmap, String text);
- public static native void qDrawArrow(QPainter p, int type, int style, boolean down, int x, int y, int w, int h, QColorGroup g, boolean enabled);
+ public static native TQDataStream op_write(TQDataStream arg1, TQColorGroup arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQColorGroup arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQPalette arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQPalette arg2);
+ // TQTextStream& op_read(TQTextStream& arg1,TQTSFUNC arg2); >>>> NOT CONVERTED
+ // TQTextStream& op_write(TQTextStream& arg1,TQTSFUNC arg2); >>>> NOT CONVERTED
+ // TQTextStream& op_write(TQTextStream& arg1,TQTSManip arg2); >>>> NOT CONVERTED
+ public static native TQTextStream bin(TQTextStream s);
+ public static native TQTextStream oct(TQTextStream s);
+ public static native TQTextStream dec(TQTextStream s);
+ public static native TQTextStream hex(TQTextStream s);
+ public static native TQTextStream endl(TQTextStream s);
+ public static native TQTextStream flush(TQTextStream s);
+ public static native TQTextStream ws(TQTextStream s);
+ public static native TQTextStream reset(TQTextStream s);
+ // TQTSManip qSetW(int arg1); >>>> NOT CONVERTED
+ // TQTSManip qSetFill(int arg1); >>>> NOT CONVERTED
+ // TQTSManip qSetPrecision(int arg1); >>>> NOT CONVERTED
+ // TQDataStream& op_read(TQDataStream& arg1,TQGList& arg2); >>>> NOT CONVERTED
+ // TQDataStream& op_write(TQDataStream& arg1,const TQGList& arg2); >>>> NOT CONVERTED
+ public static native void qDrawShadeLine(TQPainter p, int x1, int y1, int x2, int y2, TQColorGroup g, boolean sunken, int lineWidth, int midLineWidth);
+ public static native void qDrawShadeLine(TQPainter p, int x1, int y1, int x2, int y2, TQColorGroup g, boolean sunken, int lineWidth);
+ public static native void qDrawShadeLine(TQPainter p, int x1, int y1, int x2, int y2, TQColorGroup g, boolean sunken);
+ public static native void qDrawShadeLine(TQPainter p, int x1, int y1, int x2, int y2, TQColorGroup g);
+ public static native void qDrawShadeLine(TQPainter p, TQPoint p1, TQPoint p2, TQColorGroup g, boolean sunken, int lineWidth, int midLineWidth);
+ public static native void qDrawShadeLine(TQPainter p, TQPoint p1, TQPoint p2, TQColorGroup g, boolean sunken, int lineWidth);
+ public static native void qDrawShadeLine(TQPainter p, TQPoint p1, TQPoint p2, TQColorGroup g, boolean sunken);
+ public static native void qDrawShadeLine(TQPainter p, TQPoint p1, TQPoint p2, TQColorGroup g);
+ public static native void qDrawShadeRect(TQPainter p, int x, int y, int w, int h, TQColorGroup arg6, boolean sunken, int lineWidth, int midLineWidth, TQBrush fill);
+ public static native void qDrawShadeRect(TQPainter p, int x, int y, int w, int h, TQColorGroup arg6, boolean sunken, int lineWidth, int midLineWidth);
+ public static native void qDrawShadeRect(TQPainter p, int x, int y, int w, int h, TQColorGroup arg6, boolean sunken, int lineWidth);
+ public static native void qDrawShadeRect(TQPainter p, int x, int y, int w, int h, TQColorGroup arg6, boolean sunken);
+ public static native void qDrawShadeRect(TQPainter p, int x, int y, int w, int h, TQColorGroup arg6);
+ public static native void qDrawShadeRect(TQPainter p, TQRect r, TQColorGroup arg3, boolean sunken, int lineWidth, int midLineWidth, TQBrush fill);
+ public static native void qDrawShadeRect(TQPainter p, TQRect r, TQColorGroup arg3, boolean sunken, int lineWidth, int midLineWidth);
+ public static native void qDrawShadeRect(TQPainter p, TQRect r, TQColorGroup arg3, boolean sunken, int lineWidth);
+ public static native void qDrawShadeRect(TQPainter p, TQRect r, TQColorGroup arg3, boolean sunken);
+ public static native void qDrawShadeRect(TQPainter p, TQRect r, TQColorGroup arg3);
+ public static native void qDrawShadePanel(TQPainter p, int x, int y, int w, int h, TQColorGroup arg6, boolean sunken, int lineWidth, TQBrush fill);
+ public static native void qDrawShadePanel(TQPainter p, int x, int y, int w, int h, TQColorGroup arg6, boolean sunken, int lineWidth);
+ public static native void qDrawShadePanel(TQPainter p, int x, int y, int w, int h, TQColorGroup arg6, boolean sunken);
+ public static native void qDrawShadePanel(TQPainter p, int x, int y, int w, int h, TQColorGroup arg6);
+ public static native void qDrawShadePanel(TQPainter p, TQRect r, TQColorGroup arg3, boolean sunken, int lineWidth, TQBrush fill);
+ public static native void qDrawShadePanel(TQPainter p, TQRect r, TQColorGroup arg3, boolean sunken, int lineWidth);
+ public static native void qDrawShadePanel(TQPainter p, TQRect r, TQColorGroup arg3, boolean sunken);
+ public static native void qDrawShadePanel(TQPainter p, TQRect r, TQColorGroup arg3);
+ public static native void qDrawWinButton(TQPainter p, int x, int y, int w, int h, TQColorGroup g, boolean sunken, TQBrush fill);
+ public static native void qDrawWinButton(TQPainter p, int x, int y, int w, int h, TQColorGroup g, boolean sunken);
+ public static native void qDrawWinButton(TQPainter p, int x, int y, int w, int h, TQColorGroup g);
+ public static native void qDrawWinButton(TQPainter p, TQRect r, TQColorGroup g, boolean sunken, TQBrush fill);
+ public static native void qDrawWinButton(TQPainter p, TQRect r, TQColorGroup g, boolean sunken);
+ public static native void qDrawWinButton(TQPainter p, TQRect r, TQColorGroup g);
+ public static native void qDrawWinPanel(TQPainter p, int x, int y, int w, int h, TQColorGroup arg6, boolean sunken, TQBrush fill);
+ public static native void qDrawWinPanel(TQPainter p, int x, int y, int w, int h, TQColorGroup arg6, boolean sunken);
+ public static native void qDrawWinPanel(TQPainter p, int x, int y, int w, int h, TQColorGroup arg6);
+ public static native void qDrawWinPanel(TQPainter p, TQRect r, TQColorGroup arg3, boolean sunken, TQBrush fill);
+ public static native void qDrawWinPanel(TQPainter p, TQRect r, TQColorGroup arg3, boolean sunken);
+ public static native void qDrawWinPanel(TQPainter p, TQRect r, TQColorGroup arg3);
+ public static native void qDrawPlainRect(TQPainter p, int x, int y, int w, int h, TQColor arg6, int lineWidth, TQBrush fill);
+ public static native void qDrawPlainRect(TQPainter p, int x, int y, int w, int h, TQColor arg6, int lineWidth);
+ public static native void qDrawPlainRect(TQPainter p, int x, int y, int w, int h, TQColor arg6);
+ public static native void qDrawPlainRect(TQPainter p, TQRect r, TQColor arg3, int lineWidth, TQBrush fill);
+ public static native void qDrawPlainRect(TQPainter p, TQRect r, TQColor arg3, int lineWidth);
+ public static native void qDrawPlainRect(TQPainter p, TQRect r, TQColor arg3);
+ public static native TQRect qItemRect(TQPainter p, int gs, int x, int y, int w, int h, int flags, boolean enabled, TQPixmap pixmap, String text, int len);
+ public static native TQRect qItemRect(TQPainter p, int gs, int x, int y, int w, int h, int flags, boolean enabled, TQPixmap pixmap, String text);
+ public static native void qDrawItem(TQPainter p, int gs, int x, int y, int w, int h, int flags, TQColorGroup g, boolean enabled, TQPixmap pixmap, String text, int len, TQColor penColor);
+ public static native void qDrawItem(TQPainter p, int gs, int x, int y, int w, int h, int flags, TQColorGroup g, boolean enabled, TQPixmap pixmap, String text, int len);
+ public static native void qDrawItem(TQPainter p, int gs, int x, int y, int w, int h, int flags, TQColorGroup g, boolean enabled, TQPixmap pixmap, String text);
+ public static native void qDrawArrow(TQPainter p, int type, int style, boolean down, int x, int y, int w, int h, TQColorGroup g, boolean enabled);
/** **************************************************
- QCursor stream functions
- ************************************************** @short QCursor stream functions
+ TQCursor stream functions
+ ************************************************** @short TQCursor stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QCursor arg2);
- public static native QDataStream op_read(QDataStream arg1, QCursor arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQCursor arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQCursor arg2);
public static native String qAppName();
// void qAddPostRoutine(QtCleanUpFunction arg1); >>>> NOT CONVERTED
// void qRemovePostRoutine(QtCleanUpFunction arg1); >>>> NOT CONVERTED
@@ -771,32 +771,32 @@ public class Qt implements QtSupport {
public static native byte[] qUncompress(char[] data, int nbytes);
public static native byte[] qCompress(byte[] data);
public static native byte[] qUncompress(byte[] data);
- public static native QTextStream op_write(QTextStream arg1, QDomNode arg2);
- public static native QWMatrix op_mult(QWMatrix arg1, QWMatrix arg2);
+ public static native TQTextStream op_write(TQTextStream arg1, TQDomNode arg2);
+ public static native TQWMatrix op_mult(TQWMatrix arg1, TQWMatrix arg2);
/** **************************************************
- QWMatrix stream functions
- ************************************************** @short QWMatrix stream functions
+ TQWMatrix stream functions
+ ************************************************** @short TQWMatrix stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QWMatrix arg2);
- public static native QDataStream op_read(QDataStream arg1, QWMatrix arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQWMatrix arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQWMatrix arg2);
/** **************************************************
- QBrush stream functions
- ************************************************** @short QBrush stream functions
+ TQBrush stream functions
+ ************************************************** @short TQBrush stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QBrush arg2);
- public static native QDataStream op_read(QDataStream arg1, QBrush arg2);
- public static native QDataStream op_write(QDataStream arg1, QImage arg2);
- public static native QDataStream op_read(QDataStream arg1, QImage arg2);
- public static native void bitBlt(QImage dst, int dx, int dy, QImage src, int sx, int sy, int sw, int sh, int conversion_flags);
- public static native void bitBlt(QImage dst, int dx, int dy, QImage src, int sx, int sy, int sw, int sh);
- public static native void bitBlt(QImage dst, int dx, int dy, QImage src, int sx, int sy, int sw);
- public static native void bitBlt(QImage dst, int dx, int dy, QImage src, int sx, int sy);
- public static native void bitBlt(QImage dst, int dx, int dy, QImage src, int sx);
- public static native void bitBlt(QImage dst, int dx, int dy, QImage src);
- public static native QDataStream op_read(QDataStream s, QVariant p);
- public static native QDataStream op_write(QDataStream s, QVariant p);
- public static native QDataStream op_read(QDataStream s, int p);
- public static native QDataStream op_write(QDataStream s, int p);
+ public static native TQDataStream op_write(TQDataStream arg1, TQBrush arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQBrush arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQImage arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQImage arg2);
+ public static native void bitBlt(TQImage dst, int dx, int dy, TQImage src, int sx, int sy, int sw, int sh, int conversion_flags);
+ public static native void bitBlt(TQImage dst, int dx, int dy, TQImage src, int sx, int sy, int sw, int sh);
+ public static native void bitBlt(TQImage dst, int dx, int dy, TQImage src, int sx, int sy, int sw);
+ public static native void bitBlt(TQImage dst, int dx, int dy, TQImage src, int sx, int sy);
+ public static native void bitBlt(TQImage dst, int dx, int dy, TQImage src, int sx);
+ public static native void bitBlt(TQImage dst, int dx, int dy, TQImage src);
+ public static native TQDataStream op_read(TQDataStream s, TQVariant p);
+ public static native TQDataStream op_write(TQDataStream s, TQVariant p);
+ public static native TQDataStream op_read(TQDataStream s, int p);
+ public static native TQDataStream op_write(TQDataStream s, int p);
/** *************************************************
$Id$
@@ -810,7 +810,7 @@ public class Qt implements QtSupport {
* This file may be distributed under the terms of the Q Public License
as defined by Trolltech AS of Norway and appearing in the file
- LICENSE.QPL included in the packaging of this file.
+ LICENSE.TQPL included in the packaging of this file.
* This file may be distributed and/or modified under the terms of the
GNU General Public License version 2 as published by the Free Software
@@ -826,7 +826,7 @@ public class Qt implements QtSupport {
* See http://www.trolltech.com/pricing.html or email sales@trolltech.com for
information about Qt Commercial License Agreements.
- See http://www.trolltech.com/qpl/ for QPL licensing information.
+ See http://www.trolltech.com/qpl/ for TQPL licensing information.
See http://www.trolltech.com/gpl/ for GPL licensing information.
* Contact info@trolltech.com if any conditions of this licensing are
@@ -835,47 +835,47 @@ public class Qt implements QtSupport {
********************************************** @short $Id: qt/qgl.
*/
public static native String qGLVersion();
- public static native boolean op_equals(QGLFormat arg1, QGLFormat arg2);
- public static native boolean op_not_equals(QGLFormat arg1, QGLFormat arg2);
+ public static native boolean op_equals(TQGLFormat arg1, TQGLFormat arg2);
+ public static native boolean op_not_equals(TQGLFormat arg1, TQGLFormat arg2);
/** **************************************************
- QFont stream functions
- ************************************************** @short QFont stream functions
+ TQFont stream functions
+ ************************************************** @short TQFont stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QFont arg2);
- public static native QDataStream op_read(QDataStream arg1, QFont arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQFont arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQFont arg2);
/** **************************************************
- QSize stream functions
- ************************************************** @short QSize stream functions
+ TQSize stream functions
+ ************************************************** @short TQSize stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QSize arg2);
- public static native QDataStream op_read(QDataStream arg1, QSize arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQSize arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQSize arg2);
/** **************************************************
- QSize inline functions
- ************************************************** @short QSize inline functions
+ TQSize inline functions
+ ************************************************** @short TQSize inline functions
*/
- public static native boolean op_equals(QSize s1, QSize s2);
- public static native boolean op_not_equals(QSize s1, QSize s2);
- public static native QSize op_plus(QSize s1, QSize s2);
- public static native QSize op_minus(QSize s1, QSize s2);
- public static native QSize op_mult(QSize s, int c);
- public static native QSize op_mult(int c, QSize s);
- public static native QSize op_mult(QSize s, double c);
- public static native QSize op_mult(double c, QSize s);
- public static native QSize op_div(QSize s, int c);
- public static native QSize op_div(QSize s, double c);
- public static native QDataStream op_read(QDataStream arg1, String[] arg2);
- public static native QDataStream op_write(QDataStream arg1, String[] arg2);
+ public static native boolean op_equals(TQSize s1, TQSize s2);
+ public static native boolean op_not_equals(TQSize s1, TQSize s2);
+ public static native TQSize op_plus(TQSize s1, TQSize s2);
+ public static native TQSize op_minus(TQSize s1, TQSize s2);
+ public static native TQSize op_mult(TQSize s, int c);
+ public static native TQSize op_mult(int c, TQSize s);
+ public static native TQSize op_mult(TQSize s, double c);
+ public static native TQSize op_mult(double c, TQSize s);
+ public static native TQSize op_div(TQSize s, int c);
+ public static native TQSize op_div(TQSize s, double c);
+ public static native TQDataStream op_read(TQDataStream arg1, String[] arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, String[] arg2);
/** **************************************************
- QPixmap stream functions
- ************************************************** @short QPixmap stream functions
+ TQPixmap stream functions
+ ************************************************** @short TQPixmap stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QPixmap arg2);
- public static native QDataStream op_read(QDataStream arg1, QPixmap arg2);
- public static native void copyBlt(QPixmap dst, int dx, int dy, QPixmap src, int sx, int sy, int sw, int sh);
- public static native void copyBlt(QPixmap dst, int dx, int dy, QPixmap src, int sx, int sy, int sw);
- public static native void copyBlt(QPixmap dst, int dx, int dy, QPixmap src, int sx, int sy);
- public static native void copyBlt(QPixmap dst, int dx, int dy, QPixmap src, int sx);
- public static native void copyBlt(QPixmap dst, int dx, int dy, QPixmap src);
+ public static native TQDataStream op_write(TQDataStream arg1, TQPixmap arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQPixmap arg2);
+ public static native void copyBlt(TQPixmap dst, int dx, int dy, TQPixmap src, int sx, int sy, int sw, int sh);
+ public static native void copyBlt(TQPixmap dst, int dx, int dy, TQPixmap src, int sx, int sy, int sw);
+ public static native void copyBlt(TQPixmap dst, int dx, int dy, TQPixmap src, int sx, int sy);
+ public static native void copyBlt(TQPixmap dst, int dx, int dy, TQPixmap src, int sx);
+ public static native void copyBlt(TQPixmap dst, int dx, int dy, TQPixmap src);
/** *************************************************
$Id$
@@ -889,7 +889,7 @@ public class Qt implements QtSupport {
* This file may be distributed under the terms of the Q Public License
as defined by Trolltech AS of Norway and appearing in the file
- LICENSE.QPL included in the packaging of this file.
+ LICENSE.TQPL included in the packaging of this file.
* This file may be distributed and/or modified under the terms of the
GNU General Public License version 2 as published by the Free Software
@@ -905,7 +905,7 @@ public class Qt implements QtSupport {
* See http://www.trolltech.com/pricing.html or email sales@trolltech.com for
information about Qt Commercial License Agreements.
- See http://www.trolltech.com/qpl/ for QPL licensing information.
+ See http://www.trolltech.com/qpl/ for TQPL licensing information.
See http://www.trolltech.com/gpl/ for GPL licensing information.
* Contact info@trolltech.com if any conditions of this licensing are
@@ -915,17 +915,17 @@ public class Qt implements QtSupport {
*/
public static native void qInitNetworkProtocols();
/** **************************************************
- QPointArray stream functions
- ************************************************** @short QPointArray stream functions
+ TQPointArray stream functions
+ ************************************************** @short TQPointArray stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QPointArray arg2);
- public static native QDataStream op_read(QDataStream arg1, QPointArray arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQPointArray arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQPointArray arg2);
/** **************************************************
- QPen stream functions
- ************************************************** @short QPen stream functions
+ TQPen stream functions
+ ************************************************** @short TQPen stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QPen arg2);
- public static native QDataStream op_read(QDataStream arg1, QPen arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQPen arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQPen arg2);
public static native int qRed(int rgb);
public static native int qGreen(int rgb);
public static native int qBlue(int rgb);
@@ -935,35 +935,35 @@ public class Qt implements QtSupport {
public static native int qGray(int r, int g, int b);
public static native int qGray(int rgb);
/** **************************************************
- QColor stream functions
- ************************************************** @short QColor stream functions
+ TQColor stream functions
+ ************************************************** @short TQColor stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QColor arg2);
- public static native QDataStream op_read(QDataStream arg1, QColor arg2);
- public static native QTextStream op_write(QTextStream arg1, QSplitter arg2);
- public static native QTextStream op_read(QTextStream arg1, QSplitter arg2);
- public static native QDataStream op_write(QDataStream arg1, QUuid arg2);
- public static native QDataStream op_read(QDataStream arg1, QUuid arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQColor arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQColor arg2);
+ public static native TQTextStream op_write(TQTextStream arg1, TQSplitter arg2);
+ public static native TQTextStream op_read(TQTextStream arg1, TQSplitter arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQUuid arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQUuid arg2);
/** **************************************************
Date and time stream functions
************************************************** @short Date and time stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, Calendar arg2);
- public static native QDataStream op_read(QDataStream arg1, Calendar arg2);
- public static native QDataStream op_write(QDataStream arg1, Date arg2);
- public static native QDataStream op_read(QDataStream arg1, Date arg2);
- public static native QDataStream op_write(QDataStream arg1, QKeySequence arg2);
- public static native QDataStream op_read(QDataStream arg1, QKeySequence arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, Calendar arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, Calendar arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, Date arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, Date arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQKeySequence arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQKeySequence arg2);
/** **************************************************
- QPicture stream functions
- ************************************************** @short QPicture stream functions
+ TQPicture stream functions
+ ************************************************** @short TQPicture stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QPicture arg2);
- public static native QDataStream op_read(QDataStream arg1, QPicture arg2);
- public static native QTextStream op_write(QTextStream arg1, QMainWindow arg2);
- public static native QTextStream op_read(QTextStream arg1, QMainWindow arg2);
- // QDataStream& op_read(QDataStream& arg1,QGVector& arg2); >>>> NOT CONVERTED
- // QDataStream& op_write(QDataStream& arg1,const QGVector& arg2); >>>> NOT CONVERTED
+ public static native TQDataStream op_write(TQDataStream arg1, TQPicture arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQPicture arg2);
+ public static native TQTextStream op_write(TQTextStream arg1, TQMainWindow arg2);
+ public static native TQTextStream op_read(TQTextStream arg1, TQMainWindow arg2);
+ // TQDataStream& op_read(TQDataStream& arg1,TQGVector& arg2); >>>> NOT CONVERTED
+ // TQDataStream& op_write(TQDataStream& arg1,const TQGVector& arg2); >>>> NOT CONVERTED
public static native int qRound(double d);
public static native String qVersion();
public static native boolean qSysInfo(int[] wordSize, boolean[] bigEndian);
@@ -985,37 +985,37 @@ public class Qt implements QtSupport {
public static native String qInstallPathData();
public static native String qInstallPathTranslations();
public static native String qInstallPathSysconf();
- public static native QTextStream op_write(QTextStream arg1, QDockArea arg2);
- public static native QTextStream op_read(QTextStream arg1, QDockArea arg2);
- public static native void bitBlt(QPaintDeviceInterface dst, int dx, int dy, QPaintDeviceInterface src, int sx, int sy, int sw, int sh, int arg9, boolean ignoreMask);
- public static native void bitBlt(QPaintDeviceInterface dst, int dx, int dy, QPaintDeviceInterface src, int sx, int sy, int sw, int sh, int arg9);
- public static native void bitBlt(QPaintDeviceInterface dst, int dx, int dy, QPaintDeviceInterface src, int sx, int sy, int sw, int sh);
- public static native void bitBlt(QPaintDeviceInterface dst, int dx, int dy, QPaintDeviceInterface src, int sx, int sy, int sw);
- public static native void bitBlt(QPaintDeviceInterface dst, int dx, int dy, QPaintDeviceInterface src, int sx, int sy);
- public static native void bitBlt(QPaintDeviceInterface dst, int dx, int dy, QPaintDeviceInterface src, int sx);
- public static native void bitBlt(QPaintDeviceInterface dst, int dx, int dy, QPaintDeviceInterface src);
- public static native void bitBlt(QPaintDeviceInterface dst, int dx, int dy, QImage src, int sx, int sy, int sw, int sh, int conversion_flags);
- public static native void bitBlt(QPaintDeviceInterface dst, int dx, int dy, QImage src, int sx, int sy, int sw, int sh);
- public static native void bitBlt(QPaintDeviceInterface dst, int dx, int dy, QImage src, int sx, int sy, int sw);
- public static native void bitBlt(QPaintDeviceInterface dst, int dx, int dy, QImage src, int sx, int sy);
- public static native void bitBlt(QPaintDeviceInterface dst, int dx, int dy, QImage src, int sx);
- public static native void bitBlt(QPaintDeviceInterface dst, int dx, int dy, QImage src);
+ public static native TQTextStream op_write(TQTextStream arg1, TQDockArea arg2);
+ public static native TQTextStream op_read(TQTextStream arg1, TQDockArea arg2);
+ public static native void bitBlt(TQPaintDeviceInterface dst, int dx, int dy, TQPaintDeviceInterface src, int sx, int sy, int sw, int sh, int arg9, boolean ignoreMask);
+ public static native void bitBlt(TQPaintDeviceInterface dst, int dx, int dy, TQPaintDeviceInterface src, int sx, int sy, int sw, int sh, int arg9);
+ public static native void bitBlt(TQPaintDeviceInterface dst, int dx, int dy, TQPaintDeviceInterface src, int sx, int sy, int sw, int sh);
+ public static native void bitBlt(TQPaintDeviceInterface dst, int dx, int dy, TQPaintDeviceInterface src, int sx, int sy, int sw);
+ public static native void bitBlt(TQPaintDeviceInterface dst, int dx, int dy, TQPaintDeviceInterface src, int sx, int sy);
+ public static native void bitBlt(TQPaintDeviceInterface dst, int dx, int dy, TQPaintDeviceInterface src, int sx);
+ public static native void bitBlt(TQPaintDeviceInterface dst, int dx, int dy, TQPaintDeviceInterface src);
+ public static native void bitBlt(TQPaintDeviceInterface dst, int dx, int dy, TQImage src, int sx, int sy, int sw, int sh, int conversion_flags);
+ public static native void bitBlt(TQPaintDeviceInterface dst, int dx, int dy, TQImage src, int sx, int sy, int sw, int sh);
+ public static native void bitBlt(TQPaintDeviceInterface dst, int dx, int dy, TQImage src, int sx, int sy, int sw);
+ public static native void bitBlt(TQPaintDeviceInterface dst, int dx, int dy, TQImage src, int sx, int sy);
+ public static native void bitBlt(TQPaintDeviceInterface dst, int dx, int dy, TQImage src, int sx);
+ public static native void bitBlt(TQPaintDeviceInterface dst, int dx, int dy, TQImage src);
/** **************************************************
Inline functions
************************************************** @short Inline functions
*/
- public static native void bitBlt(QPaintDeviceInterface dst, QPoint dp, QPaintDeviceInterface src, QRect sr, int rop, boolean ignoreMask);
- public static native void bitBlt(QPaintDeviceInterface dst, QPoint dp, QPaintDeviceInterface src, QRect sr, int rop);
- public static native void bitBlt(QPaintDeviceInterface dst, QPoint dp, QPaintDeviceInterface src, QRect sr);
- public static native void bitBlt(QPaintDeviceInterface dst, QPoint dp, QPaintDeviceInterface src);
- public static native boolean op_equals(QRect arg1, QRect arg2);
- public static native boolean op_not_equals(QRect arg1, QRect arg2);
+ public static native void bitBlt(TQPaintDeviceInterface dst, TQPoint dp, TQPaintDeviceInterface src, TQRect sr, int rop, boolean ignoreMask);
+ public static native void bitBlt(TQPaintDeviceInterface dst, TQPoint dp, TQPaintDeviceInterface src, TQRect sr, int rop);
+ public static native void bitBlt(TQPaintDeviceInterface dst, TQPoint dp, TQPaintDeviceInterface src, TQRect sr);
+ public static native void bitBlt(TQPaintDeviceInterface dst, TQPoint dp, TQPaintDeviceInterface src);
+ public static native boolean op_equals(TQRect arg1, TQRect arg2);
+ public static native boolean op_not_equals(TQRect arg1, TQRect arg2);
/** **************************************************
- QRect stream functions
- ************************************************** @short QRect stream functions
+ TQRect stream functions
+ ************************************************** @short TQRect stream functions
*/
- public static native QDataStream op_write(QDataStream arg1, QRect arg2);
- public static native QDataStream op_read(QDataStream arg1, QRect arg2);
+ public static native TQDataStream op_write(TQDataStream arg1, TQRect arg2);
+ public static native TQDataStream op_read(TQDataStream arg1, TQRect arg2);
/** This member allows a typecast of an instance which wraps a Qt instance,
to a more specialized type. Invokes the private qtjava.dynamicCast()
via reflection, as that method isn't part of the public Qt api */
@@ -1042,48 +1042,48 @@ public class Qt implements QtSupport {
}
}
- public static native QColor color0();
- public static native QColor color1();
- public static native QColor black();
- public static native QColor white();
- public static native QColor darkGray();
- public static native QColor gray();
- public static native QColor lightGray();
- public static native QColor red();
- public static native QColor green();
- public static native QColor blue();
- public static native QColor cyan();
- public static native QColor magenta();
- public static native QColor yellow();
- public static native QColor darkRed();
- public static native QColor darkGreen();
- public static native QColor darkBlue();
- public static native QColor darkCyan();
- public static native QColor darkMagenta();
- public static native QColor darkYellow();
+ public static native TQColor color0();
+ public static native TQColor color1();
+ public static native TQColor black();
+ public static native TQColor white();
+ public static native TQColor darkGray();
+ public static native TQColor gray();
+ public static native TQColor lightGray();
+ public static native TQColor red();
+ public static native TQColor green();
+ public static native TQColor blue();
+ public static native TQColor cyan();
+ public static native TQColor magenta();
+ public static native TQColor yellow();
+ public static native TQColor darkRed();
+ public static native TQColor darkGreen();
+ public static native TQColor darkBlue();
+ public static native TQColor darkCyan();
+ public static native TQColor darkMagenta();
+ public static native TQColor darkYellow();
// Global cursors
- public static native QCursor arrowCursor(); // standard arrow cursor
- public static native QCursor upArrowCursor(); // upwards arrow
- public static native QCursor crossCursor(); // crosshair
- public static native QCursor waitCursor(); // hourglass/watch
- public static native QCursor ibeamCursor(); // ibeam/text entry
- public static native QCursor sizeVerCursor(); // vertical resize
- public static native QCursor sizeHorCursor(); // horizontal resize
- public static native QCursor sizeBDiagCursor(); // diagonal resize (/)
- public static native QCursor sizeFDiagCursor(); // diagonal resize ()
- public static native QCursor sizeAllCursor(); // all directions resize
- public static native QCursor blankCursor(); // blank/invisible cursor
- public static native QCursor splitVCursor(); // vertical bar with left-right
+ public static native TQCursor arrowCursor(); // standard arrow cursor
+ public static native TQCursor upArrowCursor(); // upwards arrow
+ public static native TQCursor crossCursor(); // crosshair
+ public static native TQCursor waitCursor(); // hourglass/watch
+ public static native TQCursor ibeamCursor(); // ibeam/text entry
+ public static native TQCursor sizeVerCursor(); // vertical resize
+ public static native TQCursor sizeHorCursor(); // horizontal resize
+ public static native TQCursor sizeBDiagCursor(); // diagonal resize (/)
+ public static native TQCursor sizeFDiagCursor(); // diagonal resize ()
+ public static native TQCursor sizeAllCursor(); // all directions resize
+ public static native TQCursor blankCursor(); // blank/invisible cursor
+ public static native TQCursor splitVCursor(); // vertical bar with left-right
// arrows
- public static native QCursor splitHCursor(); // horizontal bar with up-down
+ public static native TQCursor splitHCursor(); // horizontal bar with up-down
// arrows
- public static native QCursor pointingHandCursor(); // pointing hand
- public static native QCursor forbiddenCursor(); // forbidden cursor (slashed circle)
- public static native QCursor whatsThisCursor(); // arrow with a question mark
+ public static native TQCursor pointingHandCursor(); // pointing hand
+ public static native TQCursor forbiddenCursor(); // forbidden cursor (slashed circle)
+ public static native TQCursor whatsThisCursor(); // arrow with a question mark
- public static native QApplication qApp();
+ public static native TQApplication qApp();
public static native void qDebug(String message);
public static void qDebug(String pattern, Object[] arguments) {
@@ -1124,7 +1124,7 @@ public class Qt implements QtSupport {
return "1" + sqeezeOut(slot, ' ');
}
- /** Convert from a UTF-8 string to Unicode - the java equivalent to QString::fromUtf8() */
+ /** Convert from a UTF-8 string to Unicode - the java equivalent to TQString::fromUtf8() */
public String fromUtf8(byte[] bytes) {
String result = null;