org.kde.qt

Class QPen

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
intcapStyle()
QColorcolor()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
intjoinStyle()
booleanop_equals(QPen p)
booleanop_not_equals(QPen p)
voidsetCapStyle(int arg1)
voidsetColor(QColor arg1)
voidsetJoinStyle(int arg1)
voidsetStyle(int arg1)
voidsetWidth(int arg1)
intstyle()
intwidth()

Constructor Detail

QPen

protected QPen(Class dummy)

QPen

public QPen()

QPen

public QPen(int arg1)

QPen

public QPen(QColor color, int width, int style)

QPen

public QPen(QColor color, int width)

QPen

public QPen(QColor color)

QPen

public QPen(QColor cl, int w, int s, int c, int j)

QPen

public QPen(QPen arg1)

Method Detail

capStyle

public int capStyle()

color

public QColor color()

dispose

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

finalize

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

isDisposed

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

joinStyle

public int joinStyle()

op_equals

public boolean op_equals(QPen p)

op_not_equals

public boolean op_not_equals(QPen p)

setCapStyle

public void setCapStyle(int arg1)

setColor

public void setColor(QColor arg1)

setJoinStyle

public void setJoinStyle(int arg1)

setStyle

public void setStyle(int arg1)

setWidth

public void setWidth(int arg1)

style

public int style()

width

public int width()