C# Class QScintilla.QsciLexerD

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

Public Methods

Method Description
Dispose ( ) : void
FoldAtElse ( ) : bool
FoldComments ( ) : bool
FoldCompact ( ) : bool
QsciLexerD ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

Method Description
CreateProxy ( ) : void
QsciLexerD ( 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
QsciLexerD ( ) : System
ReadProperties ( Qyoto.QSettings qs, string prefix ) : bool
RefreshProperties ( ) : void
SetFoldAtElse ( bool fold ) : void
SetFoldComments ( bool fold ) : void
SetFoldCompact ( bool fold ) : 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

QsciLexerD() public method

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

QsciLexerD() protected method

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

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