// 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); }
public QEasingCurve(QEasingCurve other) : this((Type) null) { CreateProxy(); interceptor.Invoke("QEasingCurve#", "QEasingCurve(const QEasingCurve&)", typeof(void), typeof(QEasingCurve), other); }
public void SetType(QEasingCurve.TypeOf type) { interceptor.Invoke("setType$", "setType(QEasingCurve::Type)", typeof(void), typeof(QEasingCurve.TypeOf), type); }