summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QWidget.java
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QWidget.java')
-rw-r--r--qtjava/javalib/org/kde/qt/QWidget.java314
1 files changed, 157 insertions, 157 deletions
diff --git a/qtjava/javalib/org/kde/qt/QWidget.java b/qtjava/javalib/org/kde/qt/QWidget.java
index e7f5d77f..5fdd541a 100644
--- a/qtjava/javalib/org/kde/qt/QWidget.java
+++ b/qtjava/javalib/org/kde/qt/QWidget.java
@@ -3,8 +3,8 @@ package org.kde.qt;
import org.kde.qt.Qt;
-public class QWidget extends QObject implements QPaintDeviceInterface {
- protected QWidget(Class dummy){super((Class) null);}
+public class TQWidget extends TQObject implements TQPaintDeviceInterface {
+ protected TQWidget(Class dummy){super((Class) null);}
public static final int NoFocus = 0;
public static final int TabFocus = 0x1;
public static final int ClickFocus = 0x2;
@@ -16,147 +16,147 @@ public class QWidget extends QObject implements QPaintDeviceInterface {
public static final int WindowOrigin = 2;
public static final int AncestorOrigin = 3;
- public native QMetaObject metaObject();
+ public native TQMetaObject metaObject();
public native String className();
- public QWidget(QWidget parent, String name, int f) {
+ public TQWidget(TQWidget parent, String name, int f) {
super((Class) null);
- newQWidget(parent,name,f);
+ newTQWidget(parent,name,f);
}
- private native void newQWidget(QWidget parent, String name, int f);
- public QWidget(QWidget parent, String name) {
+ private native void newTQWidget(TQWidget parent, String name, int f);
+ public TQWidget(TQWidget parent, String name) {
super((Class) null);
- newQWidget(parent,name);
+ newTQWidget(parent,name);
}
- private native void newQWidget(QWidget parent, String name);
- public QWidget(QWidget parent) {
+ private native void newTQWidget(TQWidget parent, String name);
+ public TQWidget(TQWidget parent) {
super((Class) null);
- newQWidget(parent);
+ newTQWidget(parent);
}
- private native void newQWidget(QWidget parent);
- public QWidget() {
+ private native void newTQWidget(TQWidget parent);
+ public TQWidget() {
super((Class) null);
- newQWidget();
+ newTQWidget();
}
- private native void newQWidget();
+ private native void newTQWidget();
public native long winId();
public native void setName(String name);
- public native QStyle style();
- public native void setStyle(QStyle arg1);
- public native QStyle setStyle(String arg1);
+ public native TQStyle style();
+ public native void setStyle(TQStyle arg1);
+ public native TQStyle setStyle(String arg1);
public native boolean isTopLevel();
public native boolean isDialog();
public native boolean isPopup();
public native boolean isDesktop();
public native boolean isModal();
public native boolean isEnabled();
- public native boolean isEnabledTo(QWidget arg1);
+ public native boolean isEnabledTo(TQWidget arg1);
public native boolean isEnabledToTLW();
- public native QRect frameGeometry();
- public native QRect geometry();
+ public native TQRect frameGeometry();
+ public native TQRect geometry();
public native int x();
public native int y();
- public native QPoint pos();
- public native QSize frameSize();
- public native QSize size();
+ public native TQPoint pos();
+ public native TQSize frameSize();
+ public native TQSize size();
public native int width();
public native int height();
- public native QRect rect();
- public native QRect childrenRect();
- public native QRegion childrenRegion();
- public native QSize minimumSize();
- public native QSize maximumSize();
+ public native TQRect rect();
+ public native TQRect childrenRect();
+ public native TQRegion childrenRegion();
+ public native TQSize minimumSize();
+ public native TQSize maximumSize();
public native int minimumWidth();
public native int minimumHeight();
public native int maximumWidth();
public native int maximumHeight();
- public native void setMinimumSize(QSize arg1);
+ public native void setMinimumSize(TQSize arg1);
public native void setMinimumSize(int minw, int minh);
- public native void setMaximumSize(QSize arg1);
+ public native void setMaximumSize(TQSize arg1);
public native void setMaximumSize(int maxw, int maxh);
public native void setMinimumWidth(int minw);
public native void setMinimumHeight(int minh);
public native void setMaximumWidth(int maxw);
public native void setMaximumHeight(int maxh);
- public native QSize sizeIncrement();
- public native void setSizeIncrement(QSize arg1);
+ public native TQSize sizeIncrement();
+ public native void setSizeIncrement(TQSize arg1);
public native void setSizeIncrement(int w, int h);
- public native QSize baseSize();
- public native void setBaseSize(QSize arg1);
+ public native TQSize baseSize();
+ public native void setBaseSize(TQSize arg1);
public native void setBaseSize(int basew, int baseh);
- public native void setFixedSize(QSize arg1);
+ public native void setFixedSize(TQSize arg1);
public native void setFixedSize(int w, int h);
public native void setFixedWidth(int w);
public native void setFixedHeight(int h);
- public native QPoint mapToGlobal(QPoint arg1);
- public native QPoint mapFromGlobal(QPoint arg1);
- public native QPoint mapToParent(QPoint arg1);
- public native QPoint mapFromParent(QPoint arg1);
- public native QPoint mapTo(QWidget arg1, QPoint arg2);
- public native QPoint mapFrom(QWidget arg1, QPoint arg2);
- public native QWidget topLevelWidget();
+ public native TQPoint mapToGlobal(TQPoint arg1);
+ public native TQPoint mapFromGlobal(TQPoint arg1);
+ public native TQPoint mapToParent(TQPoint arg1);
+ public native TQPoint mapFromParent(TQPoint arg1);
+ public native TQPoint mapTo(TQWidget arg1, TQPoint arg2);
+ public native TQPoint mapFrom(TQWidget arg1, TQPoint arg2);
+ public native TQWidget topLevelWidget();
public native int backgroundMode();
public native void setBackgroundMode(int arg1);
public native void setBackgroundMode(int arg1, int arg2);
- public native QColor foregroundColor();
- public native QColor eraseColor();
- public native void setEraseColor(QColor arg1);
- public native QPixmap erasePixmap();
- public native void setErasePixmap(QPixmap arg1);
- public native QColorGroup colorGroup();
- public native QPalette palette();
+ public native TQColor foregroundColor();
+ public native TQColor eraseColor();
+ public native void setEraseColor(TQColor arg1);
+ public native TQPixmap erasePixmap();
+ public native void setErasePixmap(TQPixmap arg1);
+ public native TQColorGroup colorGroup();
+ public native TQPalette palette();
public native boolean ownPalette();
- public native void setPalette(QPalette arg1);
+ public native void setPalette(TQPalette arg1);
public native void unsetPalette();
- public native QColor paletteForegroundColor();
- public native void setPaletteForegroundColor(QColor arg1);
- public native QColor paletteBackgroundColor();
- public native void setPaletteBackgroundColor(QColor arg1);
- public native QPixmap paletteBackgroundPixmap();
- public native void setPaletteBackgroundPixmap(QPixmap arg1);
- public native QBrush backgroundBrush();
- public native QFont font();
+ public native TQColor paletteForegroundColor();
+ public native void setPaletteForegroundColor(TQColor arg1);
+ public native TQColor paletteBackgroundColor();
+ public native void setPaletteBackgroundColor(TQColor arg1);
+ public native TQPixmap paletteBackgroundPixmap();
+ public native void setPaletteBackgroundPixmap(TQPixmap arg1);
+ public native TQBrush backgroundBrush();
+ public native TQFont font();
public native boolean ownFont();
- public native void setFont(QFont arg1);
+ public native void setFont(TQFont arg1);
public native void unsetFont();
- public native QFontMetrics fontMetrics();
- public native QFontInfo fontInfo();
- public native QCursor cursor();
+ public native TQFontMetrics fontMetrics();
+ public native TQFontInfo fontInfo();
+ public native TQCursor cursor();
public native boolean ownCursor();
- public native void setCursor(QCursor arg1);
+ public native void setCursor(TQCursor arg1);
public native void unsetCursor();
public native String caption();
- public native QPixmap icon();
+ public native TQPixmap icon();
public native String iconText();
public native boolean hasMouseTracking();
public native boolean hasMouse();
- public native void setMask(QBitmap arg1);
- public native void setMask(QRegion arg1);
+ public native void setMask(TQBitmap arg1);
+ public native void setMask(TQRegion arg1);
public native void clearMask();
- public native QColor backgroundColor();
- public native void setBackgroundColor(QColor arg1);
- public native QPixmap backgroundPixmap();
- public native void setBackgroundPixmap(QPixmap arg1);
+ public native TQColor backgroundColor();
+ public native void setBackgroundColor(TQColor arg1);
+ public native TQPixmap backgroundPixmap();
+ public native void setBackgroundPixmap(TQPixmap arg1);
public native boolean isActiveWindow();
public native void setActiveWindow();
public native boolean isFocusEnabled();
public native int focusPolicy();
public native void setFocusPolicy(int arg1);
public native boolean hasFocus();
- public native void setFocusProxy(QWidget arg1);
- public native QWidget focusProxy();
+ public native void setFocusProxy(TQWidget arg1);
+ public native TQWidget focusProxy();
public native void setInputMethodEnabled(boolean b);
public native boolean isInputMethodEnabled();
public native void grabMouse();
- public native void grabMouse(QCursor arg1);
+ public native void grabMouse(TQCursor arg1);
public native void releaseMouse();
public native void grabKeyboard();
public native void releaseKeyboard();
public native boolean isUpdatesEnabled();
public native boolean close(boolean alsoDelete);
public native boolean isVisible();
- public native boolean isVisibleTo(QWidget arg1);
+ public native boolean isVisibleTo(TQWidget arg1);
public native boolean isVisibleToTLW();
- public native QRect visibleRect();
+ public native TQRect visibleRect();
public native boolean isHidden();
public native boolean isShown();
public native boolean isMinimized();
@@ -164,56 +164,56 @@ public class QWidget extends QObject implements QPaintDeviceInterface {
public native boolean isFullScreen();
public native int windowState();
public native void setWindowState(int windowState);
- public native QSize sizeHint();
- public native QSize minimumSizeHint();
- public native QSizePolicy sizePolicy();
- public native void setSizePolicy(QSizePolicy arg1);
+ public native TQSize sizeHint();
+ public native TQSize minimumSizeHint();
+ public native TQSizePolicy sizePolicy();
+ public native void setSizePolicy(TQSizePolicy arg1);
public native void setSizePolicy(int hor, int ver, boolean hfw);
public native void setSizePolicy(int hor, int ver);
public native int heightForWidth(int arg1);
- public native QRegion clipRegion();
- public native QLayout layout();
+ public native TQRegion clipRegion();
+ public native TQLayout layout();
public native void updateGeometry();
- public native void reparent(QWidget parent, int arg2, QPoint arg3, boolean showIt);
- public native void reparent(QWidget parent, int arg2, QPoint arg3);
- public native void reparent(QWidget parent, QPoint arg2, boolean showIt);
- public native void reparent(QWidget parent, QPoint arg2);
- public native void recreate(QWidget parent, int f, QPoint p, boolean showIt);
- public native void recreate(QWidget parent, int f, QPoint p);
+ public native void reparent(TQWidget parent, int arg2, TQPoint arg3, boolean showIt);
+ public native void reparent(TQWidget parent, int arg2, TQPoint arg3);
+ public native void reparent(TQWidget parent, TQPoint arg2, boolean showIt);
+ public native void reparent(TQWidget parent, TQPoint arg2);
+ public native void recreate(TQWidget parent, int f, TQPoint p, boolean showIt);
+ public native void recreate(TQWidget parent, int f, TQPoint p);
public native void erase();
public native void erase(int x, int y, int w, int h);
- public native void erase(QRect arg1);
- public native void erase(QRegion arg1);
+ public native void erase(TQRect arg1);
+ public native void erase(TQRegion arg1);
public native void scroll(int dx, int dy);
- public native void scroll(int dx, int dy, QRect arg3);
+ public native void scroll(int dx, int dy, TQRect arg3);
public native void drawText(int x, int y, String arg3);
- public native void drawText(QPoint arg1, String arg2);
- public native QWidget focusWidget();
- public native QRect microFocusHint();
+ public native void drawText(TQPoint arg1, String arg2);
+ public native TQWidget focusWidget();
+ public native TQRect microFocusHint();
public native boolean acceptDrops();
public native void setAcceptDrops(boolean on);
public native void setAutoMask(boolean arg1);
public native boolean autoMask();
public native void setBackgroundOrigin(int arg1);
public native int backgroundOrigin();
- public native QPoint backgroundOffset();
+ public native TQPoint backgroundOffset();
public native boolean customWhatsThis();
- public native QWidget parentWidget(boolean sameWindow);
- public native QWidget parentWidget();
+ public native TQWidget parentWidget(boolean sameWindow);
+ public native TQWidget parentWidget();
public native int testWState(int s);
public native int testWFlags(int f);
- public native QWidget childAt(int x, int y, boolean includeThis);
- public native QWidget childAt(int x, int y);
- public native QWidget childAt(QPoint arg1, boolean includeThis);
- public native QWidget childAt(QPoint arg1);
+ public native TQWidget childAt(int x, int y, boolean includeThis);
+ public native TQWidget childAt(int x, int y);
+ public native TQWidget childAt(TQPoint arg1, boolean includeThis);
+ public native TQWidget childAt(TQPoint arg1);
public native void setWindowOpacity(double level);
public native double windowOpacity();
- public native void setPalette(QPalette p, boolean arg2);
- public native void setFont(QFont f, boolean arg2);
+ public native void setPalette(TQPalette p, boolean arg2);
+ public native void setFont(TQFont f, boolean arg2);
public native void setEnabled(boolean arg1);
public native void setDisabled(boolean arg1);
public native void setCaption(String arg1);
- public native void setIcon(QPixmap arg1);
+ public native void setIcon(TQPixmap arg1);
public native void setIconText(String arg1);
public native void setMouseTracking(boolean enable);
public native void setFocus();
@@ -221,15 +221,15 @@ public class QWidget extends QObject implements QPaintDeviceInterface {
public native void setUpdatesEnabled(boolean enable);
public native void update();
public native void update(int x, int y, int w, int h);
- public native void update(QRect arg1);
+ public native void update(TQRect arg1);
public native void repaint();
public native void repaint(boolean erase);
public native void repaint(int x, int y, int w, int h, boolean erase);
public native void repaint(int x, int y, int w, int h);
- public native void repaint(QRect arg1, boolean erase);
- public native void repaint(QRect arg1);
- public native void repaint(QRegion arg1, boolean erase);
- public native void repaint(QRegion arg1);
+ public native void repaint(TQRect arg1, boolean erase);
+ public native void repaint(TQRect arg1);
+ public native void repaint(TQRegion arg1, boolean erase);
+ public native void repaint(TQRegion arg1);
public native void show();
public native void hide();
public native void setShown(boolean show);
@@ -244,53 +244,53 @@ public class QWidget extends QObject implements QPaintDeviceInterface {
public native boolean close();
public native void raise();
public native void lower();
- public native void stackUnder(QWidget arg1);
+ public native void stackUnder(TQWidget arg1);
public native void move(int x, int y);
- public native void move(QPoint arg1);
+ public native void move(TQPoint arg1);
public native void resize(int w, int h);
- public native void resize(QSize arg1);
+ public native void resize(TQSize arg1);
public native void setGeometry(int x, int y, int w, int h);
- public native void setGeometry(QRect arg1);
+ public native void setGeometry(TQRect arg1);
public native void adjustSize();
public static native String tr(String arg1, String arg2);
public static native String tr(String arg1);
- public static native void setTabOrder(QWidget arg1, QWidget arg2);
- public static native QWidget mouseGrabber();
- public static native QWidget keyboardGrabber();
- public static native QWidget find(long arg1);
- // QWidgetMapper* wmapper(); >>>> NOT CONVERTED
- public native boolean event(QEvent arg1);
- protected native void mousePressEvent(QMouseEvent arg1);
- protected native void mouseReleaseEvent(QMouseEvent arg1);
- protected native void mouseDoubleClickEvent(QMouseEvent arg1);
- protected native void mouseMoveEvent(QMouseEvent arg1);
- protected native void wheelEvent(QWheelEvent arg1);
- protected native void keyPressEvent(QKeyEvent arg1);
- protected native void keyReleaseEvent(QKeyEvent arg1);
- protected native void focusInEvent(QFocusEvent arg1);
- protected native void focusOutEvent(QFocusEvent arg1);
- protected native void enterEvent(QEvent arg1);
- protected native void leaveEvent(QEvent arg1);
- protected native void paintEvent(QPaintEvent arg1);
- protected native void moveEvent(QMoveEvent arg1);
- protected native void resizeEvent(QResizeEvent arg1);
- protected native void closeEvent(QCloseEvent arg1);
- protected native void contextMenuEvent(QContextMenuEvent arg1);
- protected native void imStartEvent(QIMEvent arg1);
- protected native void imComposeEvent(QIMEvent arg1);
- protected native void imEndEvent(QIMEvent arg1);
- protected native void tabletEvent(QTabletEvent arg1);
- protected native void dragEnterEvent(QDragEnterEvent arg1);
- protected native void dragMoveEvent(QDragMoveEvent arg1);
- protected native void dragLeaveEvent(QDragLeaveEvent arg1);
- protected native void dropEvent(QDropEvent arg1);
- public native void showEvent(QShowEvent arg1);
- protected native void hideEvent(QHideEvent arg1);
+ public static native void setTabOrder(TQWidget arg1, TQWidget arg2);
+ public static native TQWidget mouseGrabber();
+ public static native TQWidget keyboardGrabber();
+ public static native TQWidget find(long arg1);
+ // TQWidgetMapper* wmapper(); >>>> NOT CONVERTED
+ public native boolean event(TQEvent arg1);
+ protected native void mousePressEvent(TQMouseEvent arg1);
+ protected native void mouseReleaseEvent(TQMouseEvent arg1);
+ protected native void mouseDoubleClickEvent(TQMouseEvent arg1);
+ protected native void mouseMoveEvent(TQMouseEvent arg1);
+ protected native void wheelEvent(TQWheelEvent arg1);
+ protected native void keyPressEvent(TQKeyEvent arg1);
+ protected native void keyReleaseEvent(TQKeyEvent arg1);
+ protected native void focusInEvent(TQFocusEvent arg1);
+ protected native void focusOutEvent(TQFocusEvent arg1);
+ protected native void enterEvent(TQEvent arg1);
+ protected native void leaveEvent(TQEvent arg1);
+ protected native void paintEvent(TQPaintEvent arg1);
+ protected native void moveEvent(TQMoveEvent arg1);
+ protected native void resizeEvent(TQResizeEvent arg1);
+ protected native void closeEvent(TQCloseEvent arg1);
+ protected native void contextMenuEvent(TQContextMenuEvent arg1);
+ protected native void imStartEvent(TQIMEvent arg1);
+ protected native void imComposeEvent(TQIMEvent arg1);
+ protected native void imEndEvent(TQIMEvent arg1);
+ protected native void tabletEvent(TQTabletEvent arg1);
+ protected native void dragEnterEvent(TQDragEnterEvent arg1);
+ protected native void dragMoveEvent(TQDragMoveEvent arg1);
+ protected native void dragLeaveEvent(TQDragLeaveEvent arg1);
+ protected native void dropEvent(TQDropEvent arg1);
+ public native void showEvent(TQShowEvent arg1);
+ protected native void hideEvent(TQHideEvent arg1);
protected native void updateMask();
- public native void styleChange(QStyle arg1);
+ public native void styleChange(TQStyle arg1);
protected native void enabledChange(boolean oldEnabled);
- protected native void paletteChange(QPalette arg1);
- protected native void fontChange(QFont arg1);
+ protected native void paletteChange(TQPalette arg1);
+ protected native void fontChange(TQFont arg1);
protected native void windowActivationChange(boolean oldActive);
protected native int metric(int arg1);
protected native void resetInputContext();
@@ -308,11 +308,11 @@ public class QWidget extends QObject implements QPaintDeviceInterface {
protected native void setWFlags(int arg1);
protected native void clearWFlags(int n);
protected native boolean focusNextPrevChild(boolean next);
- // QWExtra* extraData(); >>>> NOT CONVERTED
- // QTLWExtra* topData(); >>>> NOT CONVERTED
- protected native QFocusData focusData();
+ // TQWExtra* extraData(); >>>> NOT CONVERTED
+ // TQTLWExtra* topData(); >>>> NOT CONVERTED
+ protected native TQFocusData focusData();
protected native void setKeyCompression(boolean arg1);
- protected native void setMicroFocusHint(int x, int y, int w, int h, boolean text, QFont f);
+ protected native void setMicroFocusHint(int x, int y, int w, int h, boolean text, TQFont f);
protected native void setMicroFocusHint(int x, int y, int w, int h, boolean text);
protected native void setMicroFocusHint(int x, int y, int w, int h);
/** Deletes the wrapped C++ instance */
@@ -326,11 +326,11 @@ public class QWidget extends QObject implements QPaintDeviceInterface {
public native boolean paintingActive();
public native void setResolution(int arg1);
public native int resolution();
- // bool cmd(int arg1,QPainter* arg2,QPDevCmdParam* arg3); >>>> NOT CONVERTED
- protected native int fontMet(QFont arg1, int arg2, String arg3, int arg4);
- protected native int fontMet(QFont arg1, int arg2, String arg3);
- protected native int fontMet(QFont arg1, int arg2);
- protected native int fontInf(QFont arg1, int arg2);
+ // bool cmd(int arg1,TQPainter* arg2,TQPDevCmdParam* arg3); >>>> NOT CONVERTED
+ protected native int fontMet(TQFont arg1, int arg2, String arg3, int arg4);
+ protected native int fontMet(TQFont arg1, int arg2, String arg3);
+ protected native int fontMet(TQFont arg1, int arg2);
+ protected native int fontInf(TQFont arg1, int arg2);
/** Internal method */
protected native long paintDevice();