Method | Description | |
---|---|---|
Document ( ) : |
||
QSyntaxHighlighter ( |
||
QSyntaxHighlighter ( |
||
QSyntaxHighlighter ( Qyoto.QTextEdit parent ) : System | ||
SetDocument ( |
||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
CurrentBlock ( ) : QTextBlock | ||
CurrentBlockState ( ) : int | ||
CurrentBlockUserData ( ) : Qyoto.QTextBlockUserData | ||
Format ( int pos ) : Qyoto.QTextCharFormat | ||
PreviousBlockState ( ) : int | ||
QSyntaxHighlighter ( |
||
SetCurrentBlockState ( int newState ) : void | ||
SetCurrentBlockUserData ( Qyoto.QTextBlockUserData data ) : void | ||
SetFormat ( int start, int count, |
||
SetFormat ( int start, int count, |
||
SetFormat ( int start, int count, Qyoto.QTextCharFormat format ) : void |
Method | Description | |
---|---|---|
HighlightBlock ( string text ) : void | ||
QSyntaxHighlighter ( ) : System | ||
Rehighlight ( ) : void | ||
RehighlightBlock ( QTextBlock block ) : void |
protected CurrentBlockUserData ( ) : Qyoto.QTextBlockUserData | ||
return | Qyoto.QTextBlockUserData |
protected Format ( int pos ) : Qyoto.QTextCharFormat | ||
pos | int | |
return | Qyoto.QTextCharFormat |
public QSyntaxHighlighter ( |
||
parent | ||
return | System |
public QSyntaxHighlighter ( |
||
parent | ||
return | System |
public QSyntaxHighlighter ( Qyoto.QTextEdit parent ) : System | ||
parent | Qyoto.QTextEdit | |
return | System |
protected QSyntaxHighlighter ( |
||
dummy | ||
return | System |
protected SetCurrentBlockState ( int newState ) : void | ||
newState | int | |
return | void |
protected SetCurrentBlockUserData ( Qyoto.QTextBlockUserData data ) : void | ||
data | Qyoto.QTextBlockUserData | |
return | void |
public SetDocument ( |
||
doc | ||
return | void |
protected SetFormat ( int start, int count, |
||
start | int | |
count | int | |
color | ||
return | void |
protected SetFormat ( int start, int count, |
||
start | int | |
count | int | |
font | ||
return | void |
protected SetFormat ( int start, int count, Qyoto.QTextCharFormat format ) : void | ||
start | int | |
count | int | |
format | Qyoto.QTextCharFormat | |
return | void |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |