C# Класс QScintilla.QsciLexer

Наследование: Qyoto.QObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
CreateProxy ( ) : void
QsciLexer ( Type dummy ) : System

Приватные методы

Метод Описание
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

Описание методов

Apis() публичный Метод

public Apis ( ) : QsciAPIs
Результат QsciAPIs

AutoIndentStyle() публичный Метод

public AutoIndentStyle ( ) : int
Результат int

CreateProxy() защищенный Метод

protected CreateProxy ( ) : void
Результат void

DefaultColor() публичный Метод

public DefaultColor ( ) : QColor
Результат Qyoto.QColor

DefaultFont() публичный Метод

public DefaultFont ( ) : QFont
Результат Qyoto.QFont

DefaultPaper() публичный Метод

public DefaultPaper ( ) : QColor
Результат Qyoto.QColor

QsciLexer() публичный Метод

public QsciLexer ( QObject parent ) : System
parent Qyoto.QObject
Результат System

QsciLexer() защищенный Метод

protected QsciLexer ( Type dummy ) : System
dummy System.Type
Результат System

ReadSettings() публичный Метод

public ReadSettings ( Qyoto.QSettings qs ) : bool
qs Qyoto.QSettings
Результат bool

ReadSettings() публичный Метод

public ReadSettings ( Qyoto.QSettings qs, string prefix ) : bool
qs Qyoto.QSettings
prefix string
Результат bool

SetAPIs() публичный Метод

public SetAPIs ( QsciAPIs apis ) : void
apis QsciAPIs
Результат void

SetDefaultColor() публичный Метод

public SetDefaultColor ( QColor c ) : void
c Qyoto.QColor
Результат void

SetDefaultFont() публичный Метод

public SetDefaultFont ( QFont f ) : void
f Qyoto.QFont
Результат void

SetDefaultPaper() публичный Метод

public SetDefaultPaper ( QColor c ) : void
c Qyoto.QColor
Результат void

Tr() публичный статический Метод

public static Tr ( string s ) : string
s string
Результат string

Tr() публичный статический Метод

public static Tr ( string s, string c ) : string
s string
c string
Результат string

WriteSettings() публичный Метод

public WriteSettings ( Qyoto.QSettings qs ) : bool
qs Qyoto.QSettings
Результат bool

WriteSettings() публичный Метод

public WriteSettings ( Qyoto.QSettings qs, string prefix ) : bool
qs Qyoto.QSettings
prefix string
Результат bool