C# Класс QScintilla.QsciLexerCPP

Наследование: QsciLexer, IDisposable
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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

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

public Dispose ( ) : void
Результат void

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

public FoldAtElse ( ) : bool
Результат bool

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

public FoldComments ( ) : bool
Результат bool

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

public FoldCompact ( ) : bool
Результат bool

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

public FoldPreprocessor ( ) : bool
Результат bool

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

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

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

public QsciLexerCPP ( QObject parent, bool caseInsensitiveKeywords ) : System
parent Qyoto.QObject
caseInsensitiveKeywords bool
Результат System

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

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

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

public StylePreprocessor ( ) : bool
Результат bool

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

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

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

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