C# Class QScintilla.QsciLexerPython

Inheritance: QsciLexer, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QsciLexerPython ( Type dummy ) : System

Private Methods

Méthode 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 méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FoldComments() public méthode

public FoldComments ( ) : bool
Résultat bool

FoldQuotes() public méthode

public FoldQuotes ( ) : bool
Résultat bool

QsciLexerPython() public méthode

public QsciLexerPython ( QObject parent ) : System
parent Qyoto.QObject
Résultat System

QsciLexerPython() protected méthode

protected QsciLexerPython ( Type dummy ) : System
dummy System.Type
Résultat System

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string

indentationWarning() public méthode

public indentationWarning ( ) : QsciLexerPython.IndentationWarning
Résultat QsciLexerPython.IndentationWarning