C# Class QScintilla.QsciLexerRuby

Inheritance: QsciLexer, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

Méthode Description
Dispose ( ) : void
QsciLexerRuby ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QsciLexerRuby ( Type dummy ) : System

Private Methods

Méthode 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 méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

QsciLexerRuby() public méthode

public QsciLexerRuby ( QObject parent ) : System
parent Qyoto.QObject
Résultat System

QsciLexerRuby() protected méthode

protected QsciLexerRuby ( Type dummy ) : System
dummy System.Type
Résultat System

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string