예제 #1
0
 public override void SetLexicalHandler(QXmlLexicalHandler handler)
 {
     interceptor.Invoke("setLexicalHandler#", "setLexicalHandler(QXmlLexicalHandler*)", typeof(void), typeof(QXmlLexicalHandler), handler);
 }
예제 #2
0
파일: QXmlReader.cs 프로젝트: KDE/qyoto
 public abstract void SetLexicalHandler(QXmlLexicalHandler handler);
예제 #3
0
 public abstract void SetLexicalHandler(QXmlLexicalHandler handler);
예제 #4
0
 public override void SetLexicalHandler(QXmlLexicalHandler handler)
 {
     interceptor.Invoke("setLexicalHandler#", "setLexicalHandler(QXmlLexicalHandler*)", typeof(void), typeof(QXmlLexicalHandler), handler);
 }