Свойство | Type | Description | |
---|---|---|---|
interceptor |
Méthode | Description | |
---|---|---|
Ascent ( ) : double | ||
CursorToX ( int &cursorPos ) : double | ||
CursorToX ( int &cursorPos, |
||
Descent ( ) : double | ||
Dispose ( ) : void | ||
Draw ( |
||
Height ( ) : double | ||
IsValid ( ) : bool | ||
Leading ( ) : double | ||
LeadingIncluded ( ) : bool | ||
LineNumber ( ) : int | ||
NaturalTextRect ( ) : Qyoto.QRectF | ||
NaturalTextWidth ( ) : double | ||
Position ( ) : |
||
QTextLine ( ) : System | ||
Rect ( ) : Qyoto.QRectF | ||
SetLeadingIncluded ( bool included ) : void | ||
SetLineWidth ( double width ) : void | ||
SetNumColumns ( int columns ) : void | ||
SetNumColumns ( int columns, double alignmentWidth ) : void | ||
SetPosition ( |
||
TextLength ( ) : int | ||
TextStart ( ) : int | ||
Width ( ) : double | ||
X ( ) : double | ||
XToCursor ( double x ) : int | ||
XToCursor ( double x, |
||
Y ( ) : double |
Méthode | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QTextLine ( |
public CursorToX ( int &cursorPos ) : double | ||
cursorPos | int | |
Résultat | double |
public CursorToX ( int &cursorPos, |
||
cursorPos | int | |
edge | ||
Résultat | double |
public Draw ( |
||
p | ||
point | ||
Résultat | void |
protected QTextLine ( |
||
dummy | ||
Résultat | System |
public SetLeadingIncluded ( bool included ) : void | ||
included | bool | |
Résultat | void |
public SetLineWidth ( double width ) : void | ||
width | double | |
Résultat | void |
public SetNumColumns ( int columns ) : void | ||
columns | int | |
Résultat | void |
public SetNumColumns ( int columns, double alignmentWidth ) : void | ||
columns | int | |
alignmentWidth | double | |
Résultat | void |
public XToCursor ( double x, |
||
x | double | |
arg2 | ||
Résultat | int |