C# Class Qyoto.QTextLine

Inheritance: Object, IDisposable
Show file Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Ascent ( ) : double
CursorToX ( int &cursorPos ) : double
CursorToX ( int &cursorPos, QTextLine edge ) : double
Descent ( ) : double
Dispose ( ) : void
Draw ( QPainter p, QPointF point ) : void
Height ( ) : double
IsValid ( ) : bool
Leading ( ) : double
LeadingIncluded ( ) : bool
LineNumber ( ) : int
NaturalTextRect ( ) : Qyoto.QRectF
NaturalTextWidth ( ) : double
Position ( ) : QPointF
QTextLine ( ) : System
Rect ( ) : Qyoto.QRectF
SetLeadingIncluded ( bool included ) : void
SetLineWidth ( double width ) : void
SetNumColumns ( int columns ) : void
SetNumColumns ( int columns, double alignmentWidth ) : void
SetPosition ( QPointF pos ) : void
TextLength ( ) : int
TextStart ( ) : int
Width ( ) : double
X ( ) : double
XToCursor ( double x ) : int
XToCursor ( double x, QTextLine arg2 ) : int
Y ( ) : double

Protected Methods

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

Method Details

Ascent() public method

public Ascent ( ) : double
return double

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

CursorToX() public method

public CursorToX ( int &cursorPos ) : double
cursorPos int
return double

CursorToX() public method

public CursorToX ( int &cursorPos, QTextLine edge ) : double
cursorPos int
edge QTextLine
return double

Descent() public method

public Descent ( ) : double
return double

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( QPainter p, QPointF point ) : void
p QPainter
point QPointF
return void

Height() public method

public Height ( ) : double
return double

IsValid() public method

public IsValid ( ) : bool
return bool

Leading() public method

public Leading ( ) : double
return double

LeadingIncluded() public method

public LeadingIncluded ( ) : bool
return bool

LineNumber() public method

public LineNumber ( ) : int
return int

NaturalTextRect() public method

public NaturalTextRect ( ) : Qyoto.QRectF
return Qyoto.QRectF

NaturalTextWidth() public method

public NaturalTextWidth ( ) : double
return double

Position() public method

public Position ( ) : QPointF
return QPointF

QTextLine() public method

public QTextLine ( ) : System
return System

QTextLine() protected method

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

Rect() public method

public Rect ( ) : Qyoto.QRectF
return Qyoto.QRectF

SetLeadingIncluded() public method

public SetLeadingIncluded ( bool included ) : void
included bool
return void

SetLineWidth() public method

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

SetNumColumns() public method

public SetNumColumns ( int columns ) : void
columns int
return void

SetNumColumns() public method

public SetNumColumns ( int columns, double alignmentWidth ) : void
columns int
alignmentWidth double
return void

SetPosition() public method

public SetPosition ( QPointF pos ) : void
pos QPointF
return void

TextLength() public method

public TextLength ( ) : int
return int

TextStart() public method

public TextStart ( ) : int
return int

Width() public method

public Width ( ) : double
return double

X() public method

public X ( ) : double
return double

XToCursor() public method

public XToCursor ( double x ) : int
x double
return int

XToCursor() public method

public XToCursor ( double x, QTextLine arg2 ) : int
x double
arg2 QTextLine
return int

Y() public method

public Y ( ) : double
return double

Property Details

interceptor protected property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation