org.kde.qt

Class QSizeGrip

public class QSizeGrip extends QWidget

Constructor Summary
protected QSizeGrip(Class dummy)
QSizeGrip(QWidget parent, String name)
QSizeGrip(QWidget parent)
Method Summary
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
booleaneventFilter(QObject arg1, QEvent arg2)
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
protected voidmouseMoveEvent(QMouseEvent arg1)
protected voidmousePressEvent(QMouseEvent arg1)
protected voidpaintEvent(QPaintEvent arg1)
QSizesizeHint()
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)

Constructor Detail

QSizeGrip

protected QSizeGrip(Class dummy)

QSizeGrip

public QSizeGrip(QWidget parent, String name)

QSizeGrip

public QSizeGrip(QWidget parent)

Method Detail

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

eventFilter

public boolean eventFilter(QObject arg1, QEvent arg2)

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

mouseMoveEvent

protected void mouseMoveEvent(QMouseEvent arg1)

mousePressEvent

protected void mousePressEvent(QMouseEvent arg1)

paintEvent

protected void paintEvent(QPaintEvent arg1)

sizeHint

public QSize sizeHint()

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)