Inheritance: Object, IDisposable
Exemple #1
0
 // void setCustomType(EasingFunction arg1); >>>> NOT CONVERTED
 // EasingFunction customType(); >>>> NOT CONVERTED
 public QEasingCurve(QEasingCurve.TypeOf type)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QEasingCurve$", "QEasingCurve(QEasingCurve::Type)", typeof(void), typeof(QEasingCurve.TypeOf), type);
 }
Exemple #2
0
 public QEasingCurve(QEasingCurve other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QEasingCurve#", "QEasingCurve(const QEasingCurve&)", typeof(void), typeof(QEasingCurve), other);
 }
Exemple #3
0
 public void SetType(QEasingCurve.TypeOf type)
 {
     interceptor.Invoke("setType$", "setType(QEasingCurve::Type)", typeof(void), typeof(QEasingCurve.TypeOf), type);
 }