summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QSizeGrip.java
blob: 97671480fa5955a79841c371982d2ae1052d324d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;

import org.kde.qt.Qt;

public class QSizeGrip extends QWidget  {
	protected QSizeGrip(Class dummy){super((Class) null);}
	public native QMetaObject metaObject();
	public native String className();
	public QSizeGrip(QWidget parent, String name) {
		super((Class) null);
		newQSizeGrip(parent,name);
	}
	private native void newQSizeGrip(QWidget parent, String name);
	public QSizeGrip(QWidget parent) {
		super((Class) null);
		newQSizeGrip(parent);
	}
	private native void newQSizeGrip(QWidget parent);
	public native QSize sizeHint();
	public static native String tr(String arg1, String arg2);
	public static native String tr(String arg1);
	protected native void paintEvent(QPaintEvent arg1);
	protected native void mousePressEvent(QMouseEvent arg1);
	protected native void mouseMoveEvent(QMouseEvent arg1);
	public native boolean eventFilter(QObject arg1, QEvent arg2);
	/** Deletes the wrapped C++ instance */
	protected native void finalize() throws InternalError;
	/** Delete the wrapped C++ instance ahead of finalize() */
	public native void dispose();
	/** Has the wrapped C++ instance been deleted? */
	public native boolean isDisposed();
}