C# Class QScintilla.QsciLexerPython

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

Public Methods

Method Description
Dispose ( ) : void
FoldComments ( ) : bool
FoldQuotes ( ) : bool
QsciLexerPython ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string
indentationWarning ( ) : QsciLexerPython.IndentationWarning

Protected Methods

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

Private Methods

Method Description
AutoCompletionWordSeparators ( ) : List
BlockLookback ( ) : int
BlockStart ( ) : string
BlockStart ( 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
IndentationGuideView ( ) : int
Keywords ( int set ) : string
Language ( ) : string
Lexer ( ) : string
QsciLexerPython ( ) : System
ReadProperties ( Qyoto.QSettings qs, string prefix ) : bool
RefreshProperties ( ) : void
SetFoldComments ( bool fold ) : void
SetFoldQuotes ( bool fold ) : void
SetIndentationWarning ( QsciLexerPython warn ) : void
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

FoldComments() public method

public FoldComments ( ) : bool
return bool

FoldQuotes() public method

public FoldQuotes ( ) : bool
return bool

QsciLexerPython() public method

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

QsciLexerPython() protected method

protected QsciLexerPython ( 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

indentationWarning() public method

public indentationWarning ( ) : QsciLexerPython.IndentationWarning
return QsciLexerPython.IndentationWarning