C# 클래스 Qyoto.QTextFormat

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

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
Background ( ) : QBrush
BoolProperty ( int propertyId ) : bool
BrushProperty ( int propertyId ) : QBrush
ClearBackground ( ) : void
ClearForeground ( ) : void
ClearProperty ( int propertyId ) : void
ColorProperty ( int propertyId ) : QColor
Dispose ( ) : void
DoubleProperty ( int propertyId ) : double
Equals ( object o ) : bool
Foreground ( ) : QBrush
GetHashCode ( ) : int
HasProperty ( int propertyId ) : bool
IntProperty ( int propertyId ) : int
IsBlockFormat ( ) : bool
IsCharFormat ( ) : bool
IsFrameFormat ( ) : bool
IsImageFormat ( ) : bool
IsListFormat ( ) : bool
IsTableCellFormat ( ) : bool
IsTableFormat ( ) : bool
IsValid ( ) : bool
LayoutDirection ( ) : Qt.LayoutDirection
LengthProperty ( int propertyId ) : QTextLength
LengthVectorProperty ( int propertyId ) : List
Merge ( QTextFormat other ) : void
ObjectIndex ( ) : int
ObjectType ( ) : int
PenProperty ( int propertyId ) : QPen
Properties ( ) : QVariant>.Dictionary
PropertyCount ( ) : int
QTextFormat ( QTextFormat rhs ) : System
QTextFormat ( int type ) : System
SetBackground ( QBrush brush ) : void
SetForeground ( QBrush brush ) : void
SetLayoutDirection ( Qt direction ) : void
SetObjectIndex ( int arg1 ) : void
SetObjectType ( int type ) : void
SetProperty ( int propertyId, List lengths ) : void
SetProperty ( int propertyId, Qyoto.QVariant value ) : void
StringProperty ( int propertyId ) : string
ToBlockFormat ( ) : Qyoto.QTextBlockFormat
ToCharFormat ( ) : Qyoto.QTextCharFormat
ToFrameFormat ( ) : Qyoto.QTextFrameFormat
ToImageFormat ( ) : QTextImageFormat
ToListFormat ( ) : Qyoto.QTextListFormat
ToTableCellFormat ( ) : Qyoto.QTextTableCellFormat
ToTableFormat ( ) : Qyoto.QTextTableFormat
operator ( ) : Qyoto.QVariant
operator ( ) : bool
property ( int propertyId ) : Qyoto.QVariant
type ( ) : int

보호된 메소드들

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

비공개 메소드들

메소드 설명
QTextFormat ( ) : System

메소드 상세

Background() 공개 메소드

public Background ( ) : QBrush
리턴 QBrush

BoolProperty() 공개 메소드

public BoolProperty ( int propertyId ) : bool
propertyId int
리턴 bool

BrushProperty() 공개 메소드

public BrushProperty ( int propertyId ) : QBrush
propertyId int
리턴 QBrush

ClearBackground() 공개 메소드

public ClearBackground ( ) : void
리턴 void

ClearForeground() 공개 메소드

public ClearForeground ( ) : void
리턴 void

ClearProperty() 공개 메소드

public ClearProperty ( int propertyId ) : void
propertyId int
리턴 void

ColorProperty() 공개 메소드

public ColorProperty ( int propertyId ) : QColor
propertyId int
리턴 QColor

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DoubleProperty() 공개 메소드

public DoubleProperty ( int propertyId ) : double
propertyId int
리턴 double

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

Foreground() 공개 메소드

public Foreground ( ) : QBrush
리턴 QBrush

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HasProperty() 공개 메소드

public HasProperty ( int propertyId ) : bool
propertyId int
리턴 bool

IntProperty() 공개 메소드

public IntProperty ( int propertyId ) : int
propertyId int
리턴 int

IsBlockFormat() 공개 메소드

public IsBlockFormat ( ) : bool
리턴 bool

IsCharFormat() 공개 메소드

public IsCharFormat ( ) : bool
리턴 bool

IsFrameFormat() 공개 메소드

public IsFrameFormat ( ) : bool
리턴 bool

IsImageFormat() 공개 메소드

public IsImageFormat ( ) : bool
리턴 bool

IsListFormat() 공개 메소드

public IsListFormat ( ) : bool
리턴 bool

IsTableCellFormat() 공개 메소드

public IsTableCellFormat ( ) : bool
리턴 bool

IsTableFormat() 공개 메소드

public IsTableFormat ( ) : bool
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

LayoutDirection() 공개 메소드

public LayoutDirection ( ) : Qt.LayoutDirection
리턴 Qt.LayoutDirection

LengthProperty() 공개 메소드

public LengthProperty ( int propertyId ) : QTextLength
propertyId int
리턴 QTextLength

LengthVectorProperty() 공개 메소드

public LengthVectorProperty ( int propertyId ) : List
propertyId int
리턴 List

Merge() 공개 메소드

public Merge ( QTextFormat other ) : void
other QTextFormat
리턴 void

ObjectIndex() 공개 메소드

public ObjectIndex ( ) : int
리턴 int

ObjectType() 공개 메소드

public ObjectType ( ) : int
리턴 int

PenProperty() 공개 메소드

public PenProperty ( int propertyId ) : QPen
propertyId int
리턴 QPen

Properties() 공개 메소드

public Properties ( ) : QVariant>.Dictionary
리턴 QVariant>.Dictionary

PropertyCount() 공개 메소드

public PropertyCount ( ) : int
리턴 int

QTextFormat() 공개 메소드

public QTextFormat ( QTextFormat rhs ) : System
rhs QTextFormat
리턴 System

QTextFormat() 보호된 메소드

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

QTextFormat() 공개 메소드

public QTextFormat ( int type ) : System
type int
리턴 System

SetBackground() 공개 메소드

public SetBackground ( QBrush brush ) : void
brush QBrush
리턴 void

SetForeground() 공개 메소드

public SetForeground ( QBrush brush ) : void
brush QBrush
리턴 void

SetLayoutDirection() 공개 메소드

public SetLayoutDirection ( Qt direction ) : void
direction Qt
리턴 void

SetObjectIndex() 공개 메소드

public SetObjectIndex ( int arg1 ) : void
arg1 int
리턴 void

SetObjectType() 공개 메소드

public SetObjectType ( int type ) : void
type int
리턴 void

SetProperty() 공개 메소드

public SetProperty ( int propertyId, List lengths ) : void
propertyId int
lengths List
리턴 void

SetProperty() 공개 메소드

public SetProperty ( int propertyId, Qyoto.QVariant value ) : void
propertyId int
value Qyoto.QVariant
리턴 void

StringProperty() 공개 메소드

public StringProperty ( int propertyId ) : string
propertyId int
리턴 string

ToBlockFormat() 공개 메소드

public ToBlockFormat ( ) : Qyoto.QTextBlockFormat
리턴 Qyoto.QTextBlockFormat

ToCharFormat() 공개 메소드

public ToCharFormat ( ) : Qyoto.QTextCharFormat
리턴 Qyoto.QTextCharFormat

ToFrameFormat() 공개 메소드

public ToFrameFormat ( ) : Qyoto.QTextFrameFormat
리턴 Qyoto.QTextFrameFormat

ToImageFormat() 공개 메소드

public ToImageFormat ( ) : QTextImageFormat
리턴 QTextImageFormat

ToListFormat() 공개 메소드

public ToListFormat ( ) : Qyoto.QTextListFormat
리턴 Qyoto.QTextListFormat

ToTableCellFormat() 공개 메소드

public ToTableCellFormat ( ) : Qyoto.QTextTableCellFormat
리턴 Qyoto.QTextTableCellFormat

ToTableFormat() 공개 메소드

public ToTableFormat ( ) : Qyoto.QTextTableFormat
리턴 Qyoto.QTextTableFormat

operator() 공개 정적인 메소드

public static operator ( ) : Qyoto.QVariant
리턴 Qyoto.QVariant

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

property() 공개 메소드

public property ( int propertyId ) : Qyoto.QVariant
propertyId int
리턴 Qyoto.QVariant

type() 공개 메소드

public type ( ) : int
리턴 int

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation