org.kde.koala
public class KArrowButton extends QPushButton
UNKNOWN: Draws a button with an arrow.
Constructor Summary | |
---|---|
protected | KArrowButton(Class dummy) |
KArrowButton(QWidget parent, int arrow, String name)
Constructs an arrow button. | |
KArrowButton(QWidget parent, int arrow) | |
KArrowButton(QWidget parent) | |
KArrowButton() |
Method Summary | |
---|---|
int | arrowTp() |
int | arrowType()
Returns the arrow type |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | drawButton(QPainter arg1)
Reimplemented from QPushButton. |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
void | setArrowTp(int tp) |
void | setArrowType(int a)
Defines in what direction the arrow is pointing to. |
QSize | sizeHint()
Reimplemented from QPushButton. |
Parameters: parent This button's parent arrow The direction the arrrow should be pointing in name An internal name for this widget
UNKNOWN: Constructs an arrow button.
UNKNOWN: Returns the arrow type
UNKNOWN: Reimplemented from QPushButton.
Parameters: a The direction this arrow should be pointing in
UNKNOWN: Defines in what direction the arrow is pointing to.
UNKNOWN: Reimplemented from QPushButton.