C# Class QScintilla.QsciAPIs

Inheritance: Qyoto.QObject, IDisposable
显示文件 Open project: 0xd34df00d/Qross Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
CreateProxy ( ) : void
QsciAPIs ( Type dummy ) : System

Private Methods

Method Description
Event ( Qyoto.QEvent e ) : bool
QsciAPIs ( ) : System

Method Details

Add() public method

public Add ( string entry ) : void
entry string
return void

AutoCompletionList() public method

public AutoCompletionList ( List context, List wlist ) : void
context List
wlist List
return void

AutoCompletionSelected() public method

public AutoCompletionSelected ( string sel ) : void
sel string
return void

CallTips() public method

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
return string

CallTipsNextPrev() public method

public CallTipsNextPrev ( int dir, int &ctshift ) : string
dir int
ctshift int
return string

CancelPreparation() public method

public CancelPreparation ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

DefaultPreparedName() public method

public DefaultPreparedName ( ) : string
return string

Dispose() public method

public Dispose ( ) : void
return void

InstalledAPIFiles() public method

public InstalledAPIFiles ( ) : List
return List

IsPrepared() public method

public IsPrepared ( ) : bool
return bool

IsPrepared() public method

public IsPrepared ( string fname ) : bool
fname string
return bool

Load() public method

public Load ( string fname ) : bool
fname string
return bool

LoadPrepared() public method

public LoadPrepared ( ) : bool
return bool

LoadPrepared() public method

public LoadPrepared ( string fname ) : bool
fname string
return bool

Prepare() public method

public Prepare ( ) : void
return void

QsciAPIs() public method

public QsciAPIs ( QsciLexer lexer ) : System
lexer QsciLexer
return System

QsciAPIs() protected method

protected QsciAPIs ( Type dummy ) : System
dummy System.Type
return System

Remove() public method

public Remove ( string entry ) : void
entry string
return void

SavePrepared() public method

public SavePrepared ( ) : bool
return bool

SavePrepared() public method

public SavePrepared ( string fname ) : bool
fname string
return bool

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string