Inheritance: Qyoto.QObject
Esempio n. 1
0
 public virtual void SetLexer(QsciLexer lexer)
 {
     interceptor.Invoke("setLexer#", "setLexer(QsciLexer*)", typeof(void), typeof(QsciLexer), lexer);
 }
Esempio n. 2
0
 public QsciAPIs(QsciLexer lexer)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QsciAPIs#", "QsciAPIs(QsciLexer*)", typeof(void), typeof(QsciLexer), lexer);
 }
Esempio n. 3
0
 public QsciAPIs(QsciLexer lexer) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QsciAPIs#", "QsciAPIs(QsciLexer*)", typeof(void), typeof(QsciLexer), lexer);
 }