C# Класс QScintilla.QsciAPIs

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

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

Метод Описание
Add ( string entry ) : void
AutoCompletionList ( List context, List wlist ) : void
AutoCompletionSelected ( string sel ) : void
CallTips ( List context, QScintilla.QsciScintilla style, int maxnr, int commas, int &ctshift ) : string
CallTipsNextPrev ( int dir, int &ctshift ) : string
CancelPreparation ( ) : void
Clear ( ) : void
DefaultPreparedName ( ) : string
Dispose ( ) : void
InstalledAPIFiles ( ) : List
IsPrepared ( ) : bool
IsPrepared ( string fname ) : bool
Load ( string fname ) : bool
LoadPrepared ( ) : bool
LoadPrepared ( string fname ) : bool
Prepare ( ) : void
QsciAPIs ( QsciLexer lexer ) : System
Remove ( string entry ) : void
SavePrepared ( ) : bool
SavePrepared ( string fname ) : bool
Tr ( string s ) : string
Tr ( string s, string c ) : string

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

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

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

Метод Описание
Event ( Qyoto.QEvent e ) : bool
QsciAPIs ( ) : System

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

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

public Add ( string entry ) : void
entry string
Результат void

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

public AutoCompletionList ( List context, List wlist ) : void
context List
wlist List
Результат void

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

public AutoCompletionSelected ( string sel ) : void
sel string
Результат void

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

public CallTips ( List context, QScintilla.QsciScintilla style, int maxnr, int commas, int &ctshift ) : string
context List
style QScintilla.QsciScintilla
maxnr int
commas int
ctshift int
Результат string

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

public CallTipsNextPrev ( int dir, int &ctshift ) : string
dir int
ctshift int
Результат string

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

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

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

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

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

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

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

public DefaultPreparedName ( ) : string
Результат string

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

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

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

public InstalledAPIFiles ( ) : List
Результат List

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

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

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

public IsPrepared ( string fname ) : bool
fname string
Результат bool

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

public Load ( string fname ) : bool
fname string
Результат bool

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

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

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

public LoadPrepared ( string fname ) : bool
fname string
Результат bool

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

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

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

public QsciAPIs ( QsciLexer lexer ) : System
lexer QsciLexer
Результат System

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

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

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

public Remove ( string entry ) : void
entry string
Результат void

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

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

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

public SavePrepared ( string fname ) : bool
fname string
Результат 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