Inheritance: Qyoto.QObject
示例#1
0
 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);
 }