C# 클래스 Qyoto.QSyntaxHighlighter

상속: QObject
파일 보기 프로젝트 열기: 0xd34df00d/Qross

공개 메소드들

메소드 설명
Document ( ) : QTextDocument
QSyntaxHighlighter ( QObject parent ) : System
QSyntaxHighlighter ( QTextDocument parent ) : System
QSyntaxHighlighter ( Qyoto.QTextEdit parent ) : System
SetDocument ( QTextDocument doc ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
CurrentBlock ( ) : QTextBlock
CurrentBlockState ( ) : int
CurrentBlockUserData ( ) : Qyoto.QTextBlockUserData
Format ( int pos ) : Qyoto.QTextCharFormat
PreviousBlockState ( ) : int
QSyntaxHighlighter ( Type dummy ) : System
SetCurrentBlockState ( int newState ) : void
SetCurrentBlockUserData ( Qyoto.QTextBlockUserData data ) : void
SetFormat ( int start, int count, QColor color ) : void
SetFormat ( int start, int count, QFont font ) : void
SetFormat ( int start, int count, Qyoto.QTextCharFormat format ) : void

비공개 메소드들

메소드 설명
HighlightBlock ( string text ) : void
QSyntaxHighlighter ( ) : System
Rehighlight ( ) : void
RehighlightBlock ( QTextBlock block ) : void

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

CurrentBlock() 보호된 메소드

protected CurrentBlock ( ) : QTextBlock
리턴 QTextBlock

CurrentBlockState() 보호된 메소드

protected CurrentBlockState ( ) : int
리턴 int

CurrentBlockUserData() 보호된 메소드

protected CurrentBlockUserData ( ) : Qyoto.QTextBlockUserData
리턴 Qyoto.QTextBlockUserData

Document() 공개 메소드

public Document ( ) : QTextDocument
리턴 QTextDocument

Format() 보호된 메소드

protected Format ( int pos ) : Qyoto.QTextCharFormat
pos int
리턴 Qyoto.QTextCharFormat

PreviousBlockState() 보호된 메소드

protected PreviousBlockState ( ) : int
리턴 int

QSyntaxHighlighter() 공개 메소드

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

QSyntaxHighlighter() 공개 메소드

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

QSyntaxHighlighter() 공개 메소드

public QSyntaxHighlighter ( Qyoto.QTextEdit parent ) : System
parent Qyoto.QTextEdit
리턴 System

QSyntaxHighlighter() 보호된 메소드

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

SetCurrentBlockState() 보호된 메소드

protected SetCurrentBlockState ( int newState ) : void
newState int
리턴 void

SetCurrentBlockUserData() 보호된 메소드

protected SetCurrentBlockUserData ( Qyoto.QTextBlockUserData data ) : void
data Qyoto.QTextBlockUserData
리턴 void

SetDocument() 공개 메소드

public SetDocument ( QTextDocument doc ) : void
doc QTextDocument
리턴 void

SetFormat() 보호된 메소드

protected SetFormat ( int start, int count, QColor color ) : void
start int
count int
color QColor
리턴 void

SetFormat() 보호된 메소드

protected SetFormat ( int start, int count, QFont font ) : void
start int
count int
font QFont
리턴 void

SetFormat() 보호된 메소드

protected SetFormat ( int start, int count, Qyoto.QTextCharFormat format ) : void
start int
count int
format Qyoto.QTextCharFormat
리턴 void

Tr() 공개 정적인 메소드

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

Tr() 공개 정적인 메소드

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