C# Class QScintilla.QsciLexerLua

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FoldCompact() public méthode

public FoldCompact ( ) : bool
Résultat bool

QsciLexerLua() public méthode

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

QsciLexerLua() protected méthode

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