C# 클래스 Qyoto.QTextLine

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QTextLine ( Type dummy ) : System

메소드 상세

Ascent() 공개 메소드

public Ascent ( ) : double
리턴 double

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

CursorToX() 공개 메소드

public CursorToX ( int &cursorPos ) : double
cursorPos int
리턴 double

CursorToX() 공개 메소드

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

Descent() 공개 메소드

public Descent ( ) : double
리턴 double

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( QPainter p, QPointF point ) : void
p QPainter
point QPointF
리턴 void

Height() 공개 메소드

public Height ( ) : double
리턴 double

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

Leading() 공개 메소드

public Leading ( ) : double
리턴 double

LeadingIncluded() 공개 메소드

public LeadingIncluded ( ) : bool
리턴 bool

LineNumber() 공개 메소드

public LineNumber ( ) : int
리턴 int

NaturalTextRect() 공개 메소드

public NaturalTextRect ( ) : Qyoto.QRectF
리턴 Qyoto.QRectF

NaturalTextWidth() 공개 메소드

public NaturalTextWidth ( ) : double
리턴 double

Position() 공개 메소드

public Position ( ) : QPointF
리턴 QPointF

QTextLine() 공개 메소드

public QTextLine ( ) : System
리턴 System

QTextLine() 보호된 메소드

protected QTextLine ( Type dummy ) : System
dummy System.Type
리턴 System

Rect() 공개 메소드

public Rect ( ) : Qyoto.QRectF
리턴 Qyoto.QRectF

SetLeadingIncluded() 공개 메소드

public SetLeadingIncluded ( bool included ) : void
included bool
리턴 void

SetLineWidth() 공개 메소드

public SetLineWidth ( double width ) : void
width double
리턴 void

SetNumColumns() 공개 메소드

public SetNumColumns ( int columns ) : void
columns int
리턴 void

SetNumColumns() 공개 메소드

public SetNumColumns ( int columns, double alignmentWidth ) : void
columns int
alignmentWidth double
리턴 void

SetPosition() 공개 메소드

public SetPosition ( QPointF pos ) : void
pos QPointF
리턴 void

TextLength() 공개 메소드

public TextLength ( ) : int
리턴 int

TextStart() 공개 메소드

public TextStart ( ) : int
리턴 int

Width() 공개 메소드

public Width ( ) : double
리턴 double

X() 공개 메소드

public X ( ) : double
리턴 double

XToCursor() 공개 메소드

public XToCursor ( double x ) : int
x double
리턴 int

XToCursor() 공개 메소드

public XToCursor ( double x, QTextLine arg2 ) : int
x double
arg2 QTextLine
리턴 int

Y() 공개 메소드

public Y ( ) : double
리턴 double

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation