C# Класс QScintilla.QsciLexerLua

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

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

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

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

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

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

Метод Описание
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
Keywords ( int set ) : string
Language ( ) : string
Lexer ( ) : string
QsciLexerLua ( ) : System
ReadProperties ( Qyoto.QSettings qs, string prefix ) : bool
RefreshProperties ( ) : void
SetFoldCompact ( bool fold ) : void
WriteProperties ( Qyoto.QSettings qs, string prefix ) : bool

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

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

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

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

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

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

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

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

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

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

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