C# Class QScintilla.QsciLexerRuby

Inheritance: QsciLexer, IDisposable
显示文件 Open project: 0xd34df00d/Qross

Public Methods

Method Description
Dispose ( ) : void
QsciLexerRuby ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

Method Description
CreateProxy ( ) : void
QsciLexerRuby ( Type dummy ) : System

Private Methods

Method Description
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

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QsciLexerRuby() public method

public QsciLexerRuby ( QObject parent ) : System
parent Qyoto.QObject
return System

QsciLexerRuby() protected method

protected QsciLexerRuby ( Type dummy ) : System
dummy System.Type
return System

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string