C# Class QScintilla.QsciLexerCPP

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QsciLexerCPP ( 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
QsciLexerCPP ( ) : System
ReadProperties ( Qyoto.QSettings qs, string prefix ) : bool
RefreshProperties ( ) : void
SetFoldAtElse ( bool fold ) : void
SetFoldComments ( bool fold ) : void
SetFoldCompact ( bool fold ) : void
SetFoldPreprocessor ( bool fold ) : void
SetStylePreprocessor ( bool style ) : 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

FoldPreprocessor() public méthode

public FoldPreprocessor ( ) : bool
Résultat bool

QsciLexerCPP() public méthode

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

QsciLexerCPP() public méthode

public QsciLexerCPP ( QObject parent, bool caseInsensitiveKeywords ) : System
parent Qyoto.QObject
caseInsensitiveKeywords bool
Résultat System

QsciLexerCPP() protected méthode

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

StylePreprocessor() public méthode

public StylePreprocessor ( ) : bool
Résultat bool

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