Inheritance: Object, IDisposable
Example #1
0
 public virtual bool Error(QXmlParseException exception)
 {
     return((bool)interceptor.Invoke("error#", "error(const QXmlParseException&)", typeof(bool), typeof(QXmlParseException), exception));
 }
Example #2
0
 public QXmlParseException(QXmlParseException other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QXmlParseException#", "QXmlParseException(const QXmlParseException&)", typeof(void), typeof(QXmlParseException), other);
 }
Example #3
0
 public virtual bool Error(QXmlParseException exception)
 {
     return (bool) interceptor.Invoke("error#", "error(const QXmlParseException&)", typeof(bool), typeof(QXmlParseException), exception);
 }
Example #4
0
 public virtual bool Warning(QXmlParseException exception)
 {
     return((bool)interceptor.Invoke("warning#", "warning(const QXmlParseException&)", typeof(bool), typeof(QXmlParseException), exception));
 }
Example #5
0
 public virtual bool Warning(QXmlParseException exception)
 {
     return (bool) interceptor.Invoke("warning#", "warning(const QXmlParseException&)", typeof(bool), typeof(QXmlParseException), exception);
 }
Example #6
0
 public abstract bool Warning(QXmlParseException exception);
Example #7
0
 public abstract bool FatalError(QXmlParseException exception);
Example #8
0
 public abstract bool FatalError(QXmlParseException exception);
Example #9
0
 public abstract bool Warning(QXmlParseException exception);