public void SetPage(int id, QWizardPage page) { interceptor.Invoke("setPage$#", "setPage(int, QWizardPage*)", typeof(void), typeof(int), id, typeof(QWizardPage), page); }
public int AddPage(QWizardPage page) { return (int) interceptor.Invoke("addPage#", "addPage(QWizardPage*)", typeof(int), typeof(QWizardPage), page); }
public int AddPage(QWizardPage page) { return((int)interceptor.Invoke("addPage#", "addPage(QWizardPage*)", typeof(int), typeof(QWizardPage), page)); }