C# Класс QScintilla.QsciLexerD

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

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

Метод Описание
Dispose ( ) : void
FoldAtElse ( ) : bool
FoldComments ( ) : bool
FoldCompact ( ) : bool
QsciLexerD ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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