C# 클래스 QScintilla.QsciLexer

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

공개 메소드들

메소드 설명
Apis ( ) : QsciAPIs
AutoIndentStyle ( ) : int
DefaultColor ( ) : QColor
DefaultFont ( ) : QFont
DefaultPaper ( ) : QColor
QsciLexer ( QObject parent ) : System
ReadSettings ( Qyoto.QSettings qs ) : bool
ReadSettings ( Qyoto.QSettings qs, string prefix ) : bool
SetAPIs ( QsciAPIs apis ) : void
SetDefaultColor ( QColor c ) : void
SetDefaultFont ( QFont f ) : void
SetDefaultPaper ( QColor c ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string
WriteSettings ( Qyoto.QSettings qs ) : bool
WriteSettings ( Qyoto.QSettings qs, string prefix ) : bool

보호된 메소드들

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

비공개 메소드들

메소드 설명
AutoCompletionFillups ( ) : string
AutoCompletionWordSeparators ( ) : List
BlockEnd ( ) : string
BlockEnd ( int &style ) : string
BlockLookback ( ) : int
BlockStart ( ) : string
BlockStart ( int &style ) : string
BlockStartKeyword ( ) : string
BlockStartKeyword ( int &style ) : string
BraceStyle ( ) : int
CaseSensitive ( ) : bool
Color ( int style ) : QColor
DefaultColor ( int style ) : QColor
DefaultEolFill ( int style ) : bool
DefaultFont ( int style ) : QFont
DefaultPaper ( int style ) : QColor
DefaultStyle ( ) : int
Description ( int style ) : string
EolFill ( int style ) : bool
Font ( int style ) : QFont
IndentationGuideView ( ) : int
Keywords ( int set ) : string
Language ( ) : string
Lexer ( ) : string
Paper ( int style ) : QColor
QsciLexer ( ) : System
ReadProperties ( Qyoto.QSettings qs, string prefix ) : bool
RefreshProperties ( ) : void
SetAutoIndentStyle ( int autoindentstyle ) : void
SetColor ( QColor c ) : void
SetColor ( QColor c, int style ) : void
SetEolFill ( bool eoffill ) : void
SetEolFill ( bool eoffill, int style ) : void
SetFont ( QFont f ) : void
SetFont ( QFont f, int style ) : void
SetPaper ( QColor c ) : void
SetPaper ( QColor c, int style ) : void
WordCharacters ( ) : string
WriteProperties ( Qyoto.QSettings qs, string prefix ) : bool

메소드 상세

Apis() 공개 메소드

public Apis ( ) : QsciAPIs
리턴 QsciAPIs

AutoIndentStyle() 공개 메소드

public AutoIndentStyle ( ) : int
리턴 int

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

DefaultColor() 공개 메소드

public DefaultColor ( ) : QColor
리턴 Qyoto.QColor

DefaultFont() 공개 메소드

public DefaultFont ( ) : QFont
리턴 Qyoto.QFont

DefaultPaper() 공개 메소드

public DefaultPaper ( ) : QColor
리턴 Qyoto.QColor

QsciLexer() 공개 메소드

public QsciLexer ( QObject parent ) : System
parent Qyoto.QObject
리턴 System

QsciLexer() 보호된 메소드

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

ReadSettings() 공개 메소드

public ReadSettings ( Qyoto.QSettings qs ) : bool
qs Qyoto.QSettings
리턴 bool

ReadSettings() 공개 메소드

public ReadSettings ( Qyoto.QSettings qs, string prefix ) : bool
qs Qyoto.QSettings
prefix string
리턴 bool

SetAPIs() 공개 메소드

public SetAPIs ( QsciAPIs apis ) : void
apis QsciAPIs
리턴 void

SetDefaultColor() 공개 메소드

public SetDefaultColor ( QColor c ) : void
c Qyoto.QColor
리턴 void

SetDefaultFont() 공개 메소드

public SetDefaultFont ( QFont f ) : void
f Qyoto.QFont
리턴 void

SetDefaultPaper() 공개 메소드

public SetDefaultPaper ( QColor c ) : void
c Qyoto.QColor
리턴 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

WriteSettings() 공개 메소드

public WriteSettings ( Qyoto.QSettings qs ) : bool
qs Qyoto.QSettings
리턴 bool

WriteSettings() 공개 메소드

public WriteSettings ( Qyoto.QSettings qs, string prefix ) : bool
qs Qyoto.QSettings
prefix string
리턴 bool