summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QHeader.java
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QHeader.java')
-rw-r--r--qtjava/javalib/org/kde/qt/QHeader.java84
1 files changed, 42 insertions, 42 deletions
diff --git a/qtjava/javalib/org/kde/qt/QHeader.java b/qtjava/javalib/org/kde/qt/QHeader.java
index 1a8b0eff..94655031 100644
--- a/qtjava/javalib/org/kde/qt/QHeader.java
+++ b/qtjava/javalib/org/kde/qt/QHeader.java
@@ -4,53 +4,53 @@ package org.kde.qt;
import org.kde.qt.Qt;
/**
- See {@link QHeaderSignals} for signals emitted by QHeader
+ See {@link TQHeaderSignals} for signals emitted by TQHeader
*/
-public class QHeader extends QWidget {
- protected QHeader(Class dummy){super((Class) null);}
- public native QMetaObject metaObject();
+public class TQHeader extends TQWidget {
+ protected TQHeader(Class dummy){super((Class) null);}
+ public native TQMetaObject metaObject();
public native String className();
- public QHeader(QWidget parent, String name) {
+ public TQHeader(TQWidget parent, String name) {
super((Class) null);
- newQHeader(parent,name);
+ newTQHeader(parent,name);
}
- private native void newQHeader(QWidget parent, String name);
- public QHeader(QWidget parent) {
+ private native void newTQHeader(TQWidget parent, String name);
+ public TQHeader(TQWidget parent) {
super((Class) null);
- newQHeader(parent);
+ newTQHeader(parent);
}
- private native void newQHeader(QWidget parent);
- public QHeader() {
+ private native void newTQHeader(TQWidget parent);
+ public TQHeader() {
super((Class) null);
- newQHeader();
+ newTQHeader();
}
- private native void newQHeader();
- public QHeader(int arg1, QWidget parent, String name) {
+ private native void newTQHeader();
+ public TQHeader(int arg1, TQWidget parent, String name) {
super((Class) null);
- newQHeader(arg1,parent,name);
+ newTQHeader(arg1,parent,name);
}
- private native void newQHeader(int arg1, QWidget parent, String name);
- public QHeader(int arg1, QWidget parent) {
+ private native void newTQHeader(int arg1, TQWidget parent, String name);
+ public TQHeader(int arg1, TQWidget parent) {
super((Class) null);
- newQHeader(arg1,parent);
+ newTQHeader(arg1,parent);
}
- private native void newQHeader(int arg1, QWidget parent);
- public QHeader(int arg1) {
+ private native void newTQHeader(int arg1, TQWidget parent);
+ public TQHeader(int arg1) {
super((Class) null);
- newQHeader(arg1);
+ newTQHeader(arg1);
}
- private native void newQHeader(int arg1);
+ private native void newTQHeader(int arg1);
public native int addLabel(String arg1, int size);
public native int addLabel(String arg1);
- public native int addLabel(QIconSet arg1, String arg2, int size);
- public native int addLabel(QIconSet arg1, String arg2);
+ public native int addLabel(TQIconSet arg1, String arg2, int size);
+ public native int addLabel(TQIconSet arg1, String arg2);
public native void removeLabel(int section);
public native void setLabel(int arg1, String arg2, int size);
public native void setLabel(int arg1, String arg2);
- public native void setLabel(int arg1, QIconSet arg2, String arg3, int size);
- public native void setLabel(int arg1, QIconSet arg2, String arg3);
+ public native void setLabel(int arg1, TQIconSet arg2, String arg3, int size);
+ public native void setLabel(int arg1, TQIconSet arg2, String arg3);
public native String label(int section);
- public native QIconSet iconSet(int section);
+ public native TQIconSet iconSet(int section);
public native void setOrientation(int arg1);
public native int orientation();
public native void setTracking(boolean enable);
@@ -75,13 +75,13 @@ public class QHeader extends QWidget {
public native int sectionAt(int pos);
public native int count();
public native int headerWidth();
- public native QRect sectionRect(int section);
+ public native TQRect sectionRect(int section);
public native void setCellSize(int arg1, int arg2);
public native int cellSize(int i);
public native int cellPos(int arg1);
public native int cellAt(int pos);
public native int offset();
- public native QSize sizeHint();
+ public native TQSize sizeHint();
public native int mapToSection(int index);
public native int mapToIndex(int section);
public native int mapToLogical(int arg1);
@@ -98,19 +98,19 @@ public class QHeader extends QWidget {
public native void setOffset(int pos);
public static native String tr(String arg1, String arg2);
public static native String tr(String arg1);
- protected native void paintEvent(QPaintEvent arg1);
- public native void showEvent(QShowEvent e);
- protected native void resizeEvent(QResizeEvent e);
- protected native QRect sRect(int index);
- protected native void paintSection(QPainter p, int index, QRect fr);
- protected native void paintSectionLabel(QPainter p, int index, QRect fr);
- protected native void fontChange(QFont arg1);
- protected native void mousePressEvent(QMouseEvent arg1);
- protected native void mouseReleaseEvent(QMouseEvent arg1);
- protected native void mouseMoveEvent(QMouseEvent arg1);
- protected native void mouseDoubleClickEvent(QMouseEvent arg1);
- protected native void keyPressEvent(QKeyEvent arg1);
- protected native void keyReleaseEvent(QKeyEvent arg1);
+ protected native void paintEvent(TQPaintEvent arg1);
+ public native void showEvent(TQShowEvent e);
+ protected native void resizeEvent(TQResizeEvent e);
+ protected native TQRect sRect(int index);
+ protected native void paintSection(TQPainter p, int index, TQRect fr);
+ protected native void paintSectionLabel(TQPainter p, int index, TQRect fr);
+ protected native void fontChange(TQFont arg1);
+ protected native void mousePressEvent(TQMouseEvent arg1);
+ protected native void mouseReleaseEvent(TQMouseEvent arg1);
+ protected native void mouseMoveEvent(TQMouseEvent arg1);
+ protected native void mouseDoubleClickEvent(TQMouseEvent arg1);
+ protected native void keyPressEvent(TQKeyEvent arg1);
+ protected native void keyReleaseEvent(TQKeyEvent arg1);
/** Deletes the wrapped C++ instance */
protected native void finalize() throws InternalError;
/** Delete the wrapped C++ instance ahead of finalize() */