C# Class Qyoto.QTextLine

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QTextLine ( Type dummy ) : System

Method Details

Ascent() public méthode

public Ascent ( ) : double
Résultat double

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

CursorToX() public méthode

public CursorToX ( int &cursorPos ) : double
cursorPos int
Résultat double

CursorToX() public méthode

public CursorToX ( int &cursorPos, QTextLine edge ) : double
cursorPos int
edge QTextLine
Résultat double

Descent() public méthode

public Descent ( ) : double
Résultat double

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( QPainter p, QPointF point ) : void
p QPainter
point QPointF
Résultat void

Height() public méthode

public Height ( ) : double
Résultat double

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

Leading() public méthode

public Leading ( ) : double
Résultat double

LeadingIncluded() public méthode

public LeadingIncluded ( ) : bool
Résultat bool

LineNumber() public méthode

public LineNumber ( ) : int
Résultat int

NaturalTextRect() public méthode

public NaturalTextRect ( ) : Qyoto.QRectF
Résultat Qyoto.QRectF

NaturalTextWidth() public méthode

public NaturalTextWidth ( ) : double
Résultat double

Position() public méthode

public Position ( ) : QPointF
Résultat QPointF

QTextLine() public méthode

public QTextLine ( ) : System
Résultat System

QTextLine() protected méthode

protected QTextLine ( Type dummy ) : System
dummy System.Type
Résultat System

Rect() public méthode

public Rect ( ) : Qyoto.QRectF
Résultat Qyoto.QRectF

SetLeadingIncluded() public méthode

public SetLeadingIncluded ( bool included ) : void
included bool
Résultat void

SetLineWidth() public méthode

public SetLineWidth ( double width ) : void
width double
Résultat void

SetNumColumns() public méthode

public SetNumColumns ( int columns ) : void
columns int
Résultat void

SetNumColumns() public méthode

public SetNumColumns ( int columns, double alignmentWidth ) : void
columns int
alignmentWidth double
Résultat void

SetPosition() public méthode

public SetPosition ( QPointF pos ) : void
pos QPointF
Résultat void

TextLength() public méthode

public TextLength ( ) : int
Résultat int

TextStart() public méthode

public TextStart ( ) : int
Résultat int

Width() public méthode

public Width ( ) : double
Résultat double

X() public méthode

public X ( ) : double
Résultat double

XToCursor() public méthode

public XToCursor ( double x ) : int
x double
Résultat int

XToCursor() public méthode

public XToCursor ( double x, QTextLine arg2 ) : int
x double
arg2 QTextLine
Résultat int

Y() public méthode

public Y ( ) : double
Résultat double

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation