C# 클래스 Qyoto.QTextDocument

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

Private Properties

프로퍼티 타입 설명
Clear void
CreateObject Qyoto.QTextObject
LoadResource Qyoto.QVariant
QTextDocument System
Redo void
SetModified void
SetModified void
Undo void

공개 메소드들

메소드 설명
AddResource ( int type, QUrl name, Qyoto.QVariant resource ) : void
AdjustSize ( ) : void
AllFormats ( ) : List
AvailableRedoSteps ( ) : int
AvailableUndoSteps ( ) : int
Begin ( ) : QTextBlock
CharacterAt ( int pos ) : QChar
CharacterCount ( ) : int
Clone ( ) : QTextDocument
Clone ( QObject parent ) : QTextDocument
Dispose ( ) : void
DocumentLayout ( ) : Qyoto.QAbstractTextDocumentLayout
DrawContents ( QPainter painter ) : void
DrawContents ( QPainter painter, Qyoto.QRectF rect ) : void
End ( ) : QTextBlock
Find ( Qyoto.QRegExp expr ) : QTextCursor
Find ( Qyoto.QRegExp expr, QTextCursor from ) : QTextCursor
Find ( Qyoto.QRegExp expr, QTextCursor from, uint options ) : QTextCursor
Find ( Qyoto.QRegExp expr, int from ) : QTextCursor
Find ( Qyoto.QRegExp expr, int from, uint options ) : QTextCursor
Find ( string subString ) : QTextCursor
Find ( string subString, QTextCursor from ) : QTextCursor
Find ( string subString, QTextCursor from, uint options ) : QTextCursor
Find ( string subString, int from ) : QTextCursor
Find ( string subString, int from, uint options ) : QTextCursor
FindBlock ( int pos ) : QTextBlock
FindBlockByLineNumber ( int blockNumber ) : QTextBlock
FindBlockByNumber ( int blockNumber ) : QTextBlock
FirstBlock ( ) : QTextBlock
FrameAt ( int pos ) : Qyoto.QTextFrame
IdealWidth ( ) : double
IsEmpty ( ) : bool
IsRedoAvailable ( ) : bool
IsUndoAvailable ( ) : bool
LastBlock ( ) : QTextBlock
LineCount ( ) : int
MarkContentsDirty ( int from, int length ) : void
Object ( int objectIndex ) : Qyoto.QTextObject
ObjectForFormat ( QTextFormat arg1 ) : Qyoto.QTextObject
PageCount ( ) : int
Print ( QPrinter printer ) : void
QTextDocument ( QObject parent ) : System
QTextDocument ( string text ) : System
QTextDocument ( string text, QObject parent ) : System
Redo ( QTextCursor cursor ) : void
Resource ( int type, QUrl name ) : Qyoto.QVariant
Revision ( ) : int
RootFrame ( ) : Qyoto.QTextFrame
SetDocumentLayout ( Qyoto.QAbstractTextDocumentLayout layout ) : void
SetHtml ( string html ) : void
SetMetaInformation ( QTextDocument info, string arg2 ) : void
SetPlainText ( string text ) : void
ToHtml ( ) : string
ToHtml ( Qyoto.QByteArray encoding ) : string
ToPlainText ( ) : string
Tr ( string s ) : string
Tr ( string s, string c ) : string
Undo ( QTextCursor cursor ) : void
metaInformation ( QTextDocument info ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
Clear ( ) : void
CreateObject ( QTextFormat f ) : Qyoto.QTextObject
LoadResource ( int type, QUrl name ) : Qyoto.QVariant
QTextDocument ( ) : System
Redo ( ) : void
SetModified ( ) : void
SetModified ( bool m ) : void
Undo ( ) : void

메소드 상세

AddResource() 공개 메소드

public AddResource ( int type, QUrl name, Qyoto.QVariant resource ) : void
type int
name QUrl
resource Qyoto.QVariant
리턴 void

AdjustSize() 공개 메소드

public AdjustSize ( ) : void
리턴 void

AllFormats() 공개 메소드

public AllFormats ( ) : List
리턴 List

AvailableRedoSteps() 공개 메소드

public AvailableRedoSteps ( ) : int
리턴 int

AvailableUndoSteps() 공개 메소드

public AvailableUndoSteps ( ) : int
리턴 int

Begin() 공개 메소드

public Begin ( ) : QTextBlock
리턴 QTextBlock

CharacterAt() 공개 메소드

public CharacterAt ( int pos ) : QChar
pos int
리턴 QChar

CharacterCount() 공개 메소드

public CharacterCount ( ) : int
리턴 int

Clone() 공개 메소드

public Clone ( ) : QTextDocument
리턴 QTextDocument

Clone() 공개 메소드

public Clone ( QObject parent ) : QTextDocument
parent QObject
리턴 QTextDocument

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DocumentLayout() 공개 메소드

public DocumentLayout ( ) : Qyoto.QAbstractTextDocumentLayout
리턴 Qyoto.QAbstractTextDocumentLayout

DrawContents() 공개 메소드

public DrawContents ( QPainter painter ) : void
painter QPainter
리턴 void

DrawContents() 공개 메소드

public DrawContents ( QPainter painter, Qyoto.QRectF rect ) : void
painter QPainter
rect Qyoto.QRectF
리턴 void

End() 공개 메소드

public End ( ) : QTextBlock
리턴 QTextBlock

Find() 공개 메소드

public Find ( Qyoto.QRegExp expr ) : QTextCursor
expr Qyoto.QRegExp
리턴 QTextCursor

Find() 공개 메소드

public Find ( Qyoto.QRegExp expr, QTextCursor from ) : QTextCursor
expr Qyoto.QRegExp
from QTextCursor
리턴 QTextCursor

Find() 공개 메소드

public Find ( Qyoto.QRegExp expr, QTextCursor from, uint options ) : QTextCursor
expr Qyoto.QRegExp
from QTextCursor
options uint
리턴 QTextCursor

Find() 공개 메소드

public Find ( Qyoto.QRegExp expr, int from ) : QTextCursor
expr Qyoto.QRegExp
from int
리턴 QTextCursor

Find() 공개 메소드

public Find ( Qyoto.QRegExp expr, int from, uint options ) : QTextCursor
expr Qyoto.QRegExp
from int
options uint
리턴 QTextCursor

Find() 공개 메소드

public Find ( string subString ) : QTextCursor
subString string
리턴 QTextCursor

Find() 공개 메소드

public Find ( string subString, QTextCursor from ) : QTextCursor
subString string
from QTextCursor
리턴 QTextCursor

Find() 공개 메소드

public Find ( string subString, QTextCursor from, uint options ) : QTextCursor
subString string
from QTextCursor
options uint
리턴 QTextCursor

Find() 공개 메소드

public Find ( string subString, int from ) : QTextCursor
subString string
from int
리턴 QTextCursor

Find() 공개 메소드

public Find ( string subString, int from, uint options ) : QTextCursor
subString string
from int
options uint
리턴 QTextCursor

FindBlock() 공개 메소드

public FindBlock ( int pos ) : QTextBlock
pos int
리턴 QTextBlock

FindBlockByLineNumber() 공개 메소드

public FindBlockByLineNumber ( int blockNumber ) : QTextBlock
blockNumber int
리턴 QTextBlock

FindBlockByNumber() 공개 메소드

public FindBlockByNumber ( int blockNumber ) : QTextBlock
blockNumber int
리턴 QTextBlock

FirstBlock() 공개 메소드

public FirstBlock ( ) : QTextBlock
리턴 QTextBlock

FrameAt() 공개 메소드

public FrameAt ( int pos ) : Qyoto.QTextFrame
pos int
리턴 Qyoto.QTextFrame

IdealWidth() 공개 메소드

public IdealWidth ( ) : double
리턴 double

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

IsRedoAvailable() 공개 메소드

public IsRedoAvailable ( ) : bool
리턴 bool

IsUndoAvailable() 공개 메소드

public IsUndoAvailable ( ) : bool
리턴 bool

LastBlock() 공개 메소드

public LastBlock ( ) : QTextBlock
리턴 QTextBlock

LineCount() 공개 메소드

public LineCount ( ) : int
리턴 int

MarkContentsDirty() 공개 메소드

public MarkContentsDirty ( int from, int length ) : void
from int
length int
리턴 void

Object() 공개 메소드

public Object ( int objectIndex ) : Qyoto.QTextObject
objectIndex int
리턴 Qyoto.QTextObject

ObjectForFormat() 공개 메소드

public ObjectForFormat ( QTextFormat arg1 ) : Qyoto.QTextObject
arg1 QTextFormat
리턴 Qyoto.QTextObject

PageCount() 공개 메소드

public PageCount ( ) : int
리턴 int

Print() 공개 메소드

public Print ( QPrinter printer ) : void
printer QPrinter
리턴 void

QTextDocument() 공개 메소드

public QTextDocument ( QObject parent ) : System
parent QObject
리턴 System

QTextDocument() 보호된 메소드

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

QTextDocument() 공개 메소드

public QTextDocument ( string text ) : System
text string
리턴 System

QTextDocument() 공개 메소드

public QTextDocument ( string text, QObject parent ) : System
text string
parent QObject
리턴 System

Redo() 공개 메소드

public Redo ( QTextCursor cursor ) : void
cursor QTextCursor
리턴 void

Resource() 공개 메소드

public Resource ( int type, QUrl name ) : Qyoto.QVariant
type int
name QUrl
리턴 Qyoto.QVariant

Revision() 공개 메소드

public Revision ( ) : int
리턴 int

RootFrame() 공개 메소드

public RootFrame ( ) : Qyoto.QTextFrame
리턴 Qyoto.QTextFrame

SetDocumentLayout() 공개 메소드

public SetDocumentLayout ( Qyoto.QAbstractTextDocumentLayout layout ) : void
layout Qyoto.QAbstractTextDocumentLayout
리턴 void

SetHtml() 공개 메소드

public SetHtml ( string html ) : void
html string
리턴 void

SetMetaInformation() 공개 메소드

public SetMetaInformation ( QTextDocument info, string arg2 ) : void
info QTextDocument
arg2 string
리턴 void

SetPlainText() 공개 메소드

public SetPlainText ( string text ) : void
text string
리턴 void

ToHtml() 공개 메소드

public ToHtml ( ) : string
리턴 string

ToHtml() 공개 메소드

public ToHtml ( Qyoto.QByteArray encoding ) : string
encoding Qyoto.QByteArray
리턴 string

ToPlainText() 공개 메소드

public ToPlainText ( ) : string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

Undo() 공개 메소드

public Undo ( QTextCursor cursor ) : void
cursor QTextCursor
리턴 void

metaInformation() 공개 메소드

public metaInformation ( QTextDocument info ) : string
info QTextDocument
리턴 string