C# Class QScintilla.QsciLexerD

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
AutoCompletionWordSeparators ( ) : List
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
QsciLexerD ( ) : System
ReadProperties ( Qyoto.QSettings qs, string prefix ) : bool
RefreshProperties ( ) : void
SetFoldAtElse ( bool fold ) : void
SetFoldComments ( bool fold ) : void
SetFoldCompact ( bool fold ) : void
WordCharacters ( ) : string
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

FoldAtElse() public méthode

public FoldAtElse ( ) : bool
Résultat bool

FoldComments() public méthode

public FoldComments ( ) : bool
Résultat bool

FoldCompact() public méthode

public FoldCompact ( ) : bool
Résultat bool

QsciLexerD() public méthode

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

QsciLexerD() protected méthode

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