C# Класс QScintilla.QsciLexerPython

Наследование: QsciLexer, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void
FoldComments ( ) : bool
FoldQuotes ( ) : bool
QsciLexerPython ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string
indentationWarning ( ) : QsciLexerPython.IndentationWarning

Защищенные методы

Метод Описание
CreateProxy ( ) : void
QsciLexerPython ( Type dummy ) : System

Приватные методы

Метод Описание
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

Описание методов

CreateProxy() защищенный Метод

protected CreateProxy ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

FoldComments() публичный Метод

public FoldComments ( ) : bool
Результат bool

FoldQuotes() публичный Метод

public FoldQuotes ( ) : bool
Результат bool

QsciLexerPython() публичный Метод

public QsciLexerPython ( QObject parent ) : System
parent Qyoto.QObject
Результат System

QsciLexerPython() защищенный Метод

protected QsciLexerPython ( Type dummy ) : System
dummy System.Type
Результат System

Tr() публичный статический Метод

public static Tr ( string s ) : string
s string
Результат string

Tr() публичный статический Метод

public static Tr ( string s, string c ) : string
s string
c string
Результат string

indentationWarning() публичный Метод

public indentationWarning ( ) : QsciLexerPython.IndentationWarning
Результат QsciLexerPython.IndentationWarning