C# Class QScintilla.QsciAPIs

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

Méthodes publiques

Méthode Description
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

Méthodes protégées

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

Private Methods

Méthode Description
Event ( Qyoto.QEvent e ) : bool
QsciAPIs ( ) : System

Method Details

Add() public méthode

public Add ( string entry ) : void
entry string
Résultat void

AutoCompletionList() public méthode

public AutoCompletionList ( List context, List wlist ) : void
context List
wlist List
Résultat void

AutoCompletionSelected() public méthode

public AutoCompletionSelected ( string sel ) : void
sel string
Résultat void

CallTips() public méthode

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
Résultat string

CallTipsNextPrev() public méthode

public CallTipsNextPrev ( int dir, int &ctshift ) : string
dir int
ctshift int
Résultat string

CancelPreparation() public méthode

public CancelPreparation ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

DefaultPreparedName() public méthode

public DefaultPreparedName ( ) : string
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InstalledAPIFiles() public méthode

public InstalledAPIFiles ( ) : List
Résultat List

IsPrepared() public méthode

public IsPrepared ( ) : bool
Résultat bool

IsPrepared() public méthode

public IsPrepared ( string fname ) : bool
fname string
Résultat bool

Load() public méthode

public Load ( string fname ) : bool
fname string
Résultat bool

LoadPrepared() public méthode

public LoadPrepared ( ) : bool
Résultat bool

LoadPrepared() public méthode

public LoadPrepared ( string fname ) : bool
fname string
Résultat bool

Prepare() public méthode

public Prepare ( ) : void
Résultat void

QsciAPIs() public méthode

public QsciAPIs ( QsciLexer lexer ) : System
lexer QsciLexer
Résultat System

QsciAPIs() protected méthode

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

Remove() public méthode

public Remove ( string entry ) : void
entry string
Résultat void

SavePrepared() public méthode

public SavePrepared ( ) : bool
Résultat bool

SavePrepared() public méthode

public SavePrepared ( string fname ) : bool
fname string
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