C# Class Qyoto.QPen

Inheritance: Object, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Brush ( ) : QBrush
CapStyle ( ) : Qt.PenCapStyle
Color ( ) : QColor
DashOffset ( ) : double
DashPattern ( ) : List
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
IsCosmetic ( ) : bool
IsDetached ( ) : bool
IsSolid ( ) : bool
JoinStyle ( ) : Qt.PenJoinStyle
MiterLimit ( ) : double
QPen ( QBrush brush, double width ) : System
QPen ( QBrush brush, double width, Qt s ) : System
QPen ( QBrush brush, double width, Qt s, Qt c ) : System
QPen ( QBrush brush, double width, Qt s, Qt c, Qt j ) : System
QPen ( QColor color ) : System
QPen ( QPen pen ) : System
QPen ( Qt arg1 ) : System
SetBrush ( QBrush brush ) : void
SetCapStyle ( Qt pcs ) : void
SetColor ( QColor color ) : void
SetCosmetic ( bool cosmetic ) : void
SetDashOffset ( double doffset ) : void
SetDashPattern ( List pattern ) : void
SetJoinStyle ( Qt pcs ) : void
SetMiterLimit ( double limit ) : void
SetStyle ( Qt arg1 ) : void
SetWidth ( int width ) : void
SetWidthF ( double width ) : void
Style ( ) : Qt.PenStyle
Width ( ) : int
WidthF ( ) : double
operator ( ) : Qyoto.QVariant
operator ( ) : bool

Protected Methods

Method Description
CreateProxy ( ) : void
QPen ( Type dummy ) : System

Private Methods

Method Description
QPen ( ) : System

Method Details

Brush() public method

public Brush ( ) : QBrush
return QBrush

CapStyle() public method

public CapStyle ( ) : Qt.PenCapStyle
return Qt.PenCapStyle

Color() public method

public Color ( ) : QColor
return QColor

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

DashOffset() public method

public DashOffset ( ) : double
return double

DashPattern() public method

public DashPattern ( ) : List
return List

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsCosmetic() public method

public IsCosmetic ( ) : bool
return bool

IsDetached() public method

public IsDetached ( ) : bool
return bool

IsSolid() public method

public IsSolid ( ) : bool
return bool

JoinStyle() public method

public JoinStyle ( ) : Qt.PenJoinStyle
return Qt.PenJoinStyle

MiterLimit() public method

public MiterLimit ( ) : double
return double

QPen() public method

public QPen ( QBrush brush, double width ) : System
brush QBrush
width double
return System

QPen() public method

public QPen ( QBrush brush, double width, Qt s ) : System
brush QBrush
width double
s Qt
return System

QPen() public method

public QPen ( QBrush brush, double width, Qt s, Qt c ) : System
brush QBrush
width double
s Qt
c Qt
return System

QPen() public method

public QPen ( QBrush brush, double width, Qt s, Qt c, Qt j ) : System
brush QBrush
width double
s Qt
c Qt
j Qt
return System

QPen() public method

public QPen ( QColor color ) : System
color QColor
return System

QPen() public method

public QPen ( QPen pen ) : System
pen QPen
return System

QPen() public method

public QPen ( Qt arg1 ) : System
arg1 Qt
return System

QPen() protected method

protected QPen ( Type dummy ) : System
dummy System.Type
return System

SetBrush() public method

public SetBrush ( QBrush brush ) : void
brush QBrush
return void

SetCapStyle() public method

public SetCapStyle ( Qt pcs ) : void
pcs Qt
return void

SetColor() public method

public SetColor ( QColor color ) : void
color QColor
return void

SetCosmetic() public method

public SetCosmetic ( bool cosmetic ) : void
cosmetic bool
return void

SetDashOffset() public method

public SetDashOffset ( double doffset ) : void
doffset double
return void

SetDashPattern() public method

public SetDashPattern ( List pattern ) : void
pattern List
return void

SetJoinStyle() public method

public SetJoinStyle ( Qt pcs ) : void
pcs Qt
return void

SetMiterLimit() public method

public SetMiterLimit ( double limit ) : void
limit double
return void

SetStyle() public method

public SetStyle ( Qt arg1 ) : void
arg1 Qt
return void

SetWidth() public method

public SetWidth ( int width ) : void
width int
return void

SetWidthF() public method

public SetWidthF ( double width ) : void
width double
return void

Style() public method

public Style ( ) : Qt.PenStyle
return Qt.PenStyle

Width() public method

public Width ( ) : int
return int

WidthF() public method

public WidthF ( ) : double
return double

operator() public static method

public static operator ( ) : Qyoto.QVariant
return Qyoto.QVariant

operator() public static method

public static operator ( ) : bool
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation