C# 클래스 QScintilla.QsciLexerCPP

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

공개 메소드들

메소드 설명
Dispose ( ) : void
FoldAtElse ( ) : bool
FoldComments ( ) : bool
FoldCompact ( ) : bool
FoldPreprocessor ( ) : bool
QsciLexerCPP ( QObject parent ) : System
QsciLexerCPP ( QObject parent, bool caseInsensitiveKeywords ) : System
StylePreprocessor ( ) : bool
Tr ( string s ) : string
Tr ( string s, string c ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
AutoCompletionWordSeparators ( ) : List
BlockEnd ( ) : string
BlockEnd ( int &style ) : string
BlockStart ( ) : string
BlockStart ( int &style ) : string
BlockStartKeyword ( ) : string
BlockStartKeyword ( int &style ) : string
BraceStyle ( ) : int
DefaultColor ( int style ) : QColor
DefaultEolFill ( int style ) : bool
DefaultFont ( int style ) : QFont
DefaultPaper ( int style ) : QColor
Description ( int style ) : string
Keywords ( int set ) : string
Language ( ) : string
Lexer ( ) : string
QsciLexerCPP ( ) : System
ReadProperties ( Qyoto.QSettings qs, string prefix ) : bool
RefreshProperties ( ) : void
SetFoldAtElse ( bool fold ) : void
SetFoldComments ( bool fold ) : void
SetFoldCompact ( bool fold ) : void
SetFoldPreprocessor ( bool fold ) : void
SetStylePreprocessor ( bool style ) : void
WordCharacters ( ) : string
WriteProperties ( Qyoto.QSettings qs, string prefix ) : bool

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FoldAtElse() 공개 메소드

public FoldAtElse ( ) : bool
리턴 bool

FoldComments() 공개 메소드

public FoldComments ( ) : bool
리턴 bool

FoldCompact() 공개 메소드

public FoldCompact ( ) : bool
리턴 bool

FoldPreprocessor() 공개 메소드

public FoldPreprocessor ( ) : bool
리턴 bool

QsciLexerCPP() 공개 메소드

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

QsciLexerCPP() 공개 메소드

public QsciLexerCPP ( QObject parent, bool caseInsensitiveKeywords ) : System
parent Qyoto.QObject
caseInsensitiveKeywords bool
리턴 System

QsciLexerCPP() 보호된 메소드

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

StylePreprocessor() 공개 메소드

public StylePreprocessor ( ) : bool
리턴 bool

Tr() 공개 정적인 메소드

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

Tr() 공개 정적인 메소드

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