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