C# Class Qyoto.QTextLength

Inheritance: Object, IDisposable
Exibir arquivo Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
QTextLength ( QTextLength type, double value ) : System
RawValue ( ) : double
Value ( double maximumLength ) : double
operator ( ) : Qyoto.QVariant
operator ( ) : bool
type ( ) : QTextLength.TypeOf

Protected Methods

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

Private Methods

Method Description
QTextLength ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

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

QTextLength() public method

public QTextLength ( QTextLength type, double value ) : System
type QTextLength
value double
return System

QTextLength() protected method

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

RawValue() public method

public RawValue ( ) : double
return double

Value() public method

public Value ( double maximumLength ) : double
maximumLength 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

type() public method

public type ( ) : QTextLength.TypeOf
return QTextLength.TypeOf

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation