Наследование: Object, IDisposable
Пример #1
0
 public virtual bool Error(QXmlParseException exception)
 {
     return((bool)interceptor.Invoke("error#", "error(const QXmlParseException&)", typeof(bool), typeof(QXmlParseException), exception));
 }
Пример #2
0
 public QXmlParseException(QXmlParseException other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QXmlParseException#", "QXmlParseException(const QXmlParseException&)", typeof(void), typeof(QXmlParseException), other);
 }
Пример #3
0
 public virtual bool Error(QXmlParseException exception)
 {
     return (bool) interceptor.Invoke("error#", "error(const QXmlParseException&)", typeof(bool), typeof(QXmlParseException), exception);
 }
Пример #4
0
 public virtual bool Warning(QXmlParseException exception)
 {
     return((bool)interceptor.Invoke("warning#", "warning(const QXmlParseException&)", typeof(bool), typeof(QXmlParseException), exception));
 }
Пример #5
0
 public virtual bool Warning(QXmlParseException exception)
 {
     return (bool) interceptor.Invoke("warning#", "warning(const QXmlParseException&)", typeof(bool), typeof(QXmlParseException), exception);
 }
Пример #6
0
 public abstract bool Warning(QXmlParseException exception);
Пример #7
0
 public abstract bool FatalError(QXmlParseException exception);
Пример #8
0
 public abstract bool FatalError(QXmlParseException exception);
Пример #9
0
 public abstract bool Warning(QXmlParseException exception);