C# Класс QScintilla.QsciLexerRuby

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

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

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

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

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

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

Метод Описание
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
QsciLexerRuby ( ) : System

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

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

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

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

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

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

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

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

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