C# Class QScintilla.QsciLexerCPP

Inheritance: QsciLexer, IDisposable
显示文件 Open project: 0xd34df00d/Qross

Public Methods

Method Description
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

Protected Methods

Method Description
CreateProxy ( ) : void
QsciLexerCPP ( Type dummy ) : System

Private Methods

Method Description
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

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

FoldAtElse() public method

public FoldAtElse ( ) : bool
return bool

FoldComments() public method

public FoldComments ( ) : bool
return bool

FoldCompact() public method

public FoldCompact ( ) : bool
return bool

FoldPreprocessor() public method

public FoldPreprocessor ( ) : bool
return bool

QsciLexerCPP() public method

public QsciLexerCPP ( QObject parent ) : System
parent Qyoto.QObject
return System

QsciLexerCPP() public method

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

QsciLexerCPP() protected method

protected QsciLexerCPP ( Type dummy ) : System
dummy System.Type
return System

StylePreprocessor() public method

public StylePreprocessor ( ) : bool
return bool

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string