C# 클래스 QScintilla.QsciAPIs

상속: Qyoto.QObject, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

공개 메소드들

메소드 설명
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