C# Class QScintilla.QsciLexer

Inheritance: Qyoto.QObject
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Méthodes publiques

Méthode Description
Apis ( ) : QsciAPIs
AutoIndentStyle ( ) : int
DefaultColor ( ) : QColor
DefaultFont ( ) : QFont
DefaultPaper ( ) : QColor
QsciLexer ( QObject parent ) : System
ReadSettings ( Qyoto.QSettings qs ) : bool
ReadSettings ( Qyoto.QSettings qs, string prefix ) : bool
SetAPIs ( QsciAPIs apis ) : void
SetDefaultColor ( QColor c ) : void
SetDefaultFont ( QFont f ) : void
SetDefaultPaper ( QColor c ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string
WriteSettings ( Qyoto.QSettings qs ) : bool
WriteSettings ( Qyoto.QSettings qs, string prefix ) : bool

Méthodes protégées

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

Private Methods

Méthode Description
AutoCompletionFillups ( ) : string
AutoCompletionWordSeparators ( ) : List
BlockEnd ( ) : string
BlockEnd ( int &style ) : string
BlockLookback ( ) : int
BlockStart ( ) : string
BlockStart ( int &style ) : string
BlockStartKeyword ( ) : string
BlockStartKeyword ( int &style ) : string
BraceStyle ( ) : int
CaseSensitive ( ) : bool
Color ( int style ) : QColor
DefaultColor ( int style ) : QColor
DefaultEolFill ( int style ) : bool
DefaultFont ( int style ) : QFont
DefaultPaper ( int style ) : QColor
DefaultStyle ( ) : int
Description ( int style ) : string
EolFill ( int style ) : bool
Font ( int style ) : QFont
IndentationGuideView ( ) : int
Keywords ( int set ) : string
Language ( ) : string
Lexer ( ) : string
Paper ( int style ) : QColor
QsciLexer ( ) : System
ReadProperties ( Qyoto.QSettings qs, string prefix ) : bool
RefreshProperties ( ) : void
SetAutoIndentStyle ( int autoindentstyle ) : void
SetColor ( QColor c ) : void
SetColor ( QColor c, int style ) : void
SetEolFill ( bool eoffill ) : void
SetEolFill ( bool eoffill, int style ) : void
SetFont ( QFont f ) : void
SetFont ( QFont f, int style ) : void
SetPaper ( QColor c ) : void
SetPaper ( QColor c, int style ) : void
WordCharacters ( ) : string
WriteProperties ( Qyoto.QSettings qs, string prefix ) : bool

Method Details

Apis() public méthode

public Apis ( ) : QsciAPIs
Résultat QsciAPIs

AutoIndentStyle() public méthode

public AutoIndentStyle ( ) : int
Résultat int

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

DefaultColor() public méthode

public DefaultColor ( ) : QColor
Résultat Qyoto.QColor

DefaultFont() public méthode

public DefaultFont ( ) : QFont
Résultat Qyoto.QFont

DefaultPaper() public méthode

public DefaultPaper ( ) : QColor
Résultat Qyoto.QColor

QsciLexer() public méthode

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

QsciLexer() protected méthode

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

ReadSettings() public méthode

public ReadSettings ( Qyoto.QSettings qs ) : bool
qs Qyoto.QSettings
Résultat bool

ReadSettings() public méthode

public ReadSettings ( Qyoto.QSettings qs, string prefix ) : bool
qs Qyoto.QSettings
prefix string
Résultat bool

SetAPIs() public méthode

public SetAPIs ( QsciAPIs apis ) : void
apis QsciAPIs
Résultat void

SetDefaultColor() public méthode

public SetDefaultColor ( QColor c ) : void
c Qyoto.QColor
Résultat void

SetDefaultFont() public méthode

public SetDefaultFont ( QFont f ) : void
f Qyoto.QFont
Résultat void

SetDefaultPaper() public méthode

public SetDefaultPaper ( QColor c ) : void
c Qyoto.QColor
Résultat void

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

WriteSettings() public méthode

public WriteSettings ( Qyoto.QSettings qs ) : bool
qs Qyoto.QSettings
Résultat bool

WriteSettings() public méthode

public WriteSettings ( Qyoto.QSettings qs, string prefix ) : bool
qs Qyoto.QSettings
prefix string
Résultat bool