org.kde.qt
public class QPen extends Qt
| Constructor Summary | |
|---|---|
| protected | QPen(Class dummy) |
| QPen() | |
| QPen(int arg1) | |
| QPen(QColor color, int width, int style) | |
| QPen(QColor color, int width) | |
| QPen(QColor color) | |
| QPen(QColor cl, int w, int s, int c, int j) | |
| QPen(QPen arg1) | |
| Method Summary | |
|---|---|
| int | capStyle() |
| QColor | color() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| int | joinStyle() |
| boolean | op_equals(QPen p) |
| boolean | op_not_equals(QPen p) |
| void | setCapStyle(int arg1) |
| void | setColor(QColor arg1) |
| void | setJoinStyle(int arg1) |
| void | setStyle(int arg1) |
| void | setWidth(int arg1) |
| int | style() |
| int | width() |