상속: Qyoto.QObject
예제 #1
0
파일: QsciScintilla.cs 프로젝트: KDE/qyoto
 public virtual void SetLexer(QsciLexer lexer)
 {
     interceptor.Invoke("setLexer#", "setLexer(QsciLexer*)", typeof(void), typeof(QsciLexer), lexer);
 }
예제 #2
0
 public QsciAPIs(QsciLexer lexer)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QsciAPIs#", "QsciAPIs(QsciLexer*)", typeof(void), typeof(QsciLexer), lexer);
 }
예제 #3
0
 public QsciAPIs(QsciLexer lexer) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QsciAPIs#", "QsciAPIs(QsciLexer*)", typeof(void), typeof(QsciLexer), lexer);
 }