コード例 #1
0
ファイル: QWizard.cs プロジェクト: KDE/qyoto
 public void SetPage(int id, QWizardPage page)
 {
     interceptor.Invoke("setPage$#", "setPage(int, QWizardPage*)", typeof(void), typeof(int), id, typeof(QWizardPage), page);
 }
コード例 #2
0
 public void SetPage(int id, QWizardPage page)
 {
     interceptor.Invoke("setPage$#", "setPage(int, QWizardPage*)", typeof(void), typeof(int), id, typeof(QWizardPage), page);
 }
コード例 #3
0
ファイル: QWizard.cs プロジェクト: KDE/qyoto
 public int AddPage(QWizardPage page)
 {
     return (int) interceptor.Invoke("addPage#", "addPage(QWizardPage*)", typeof(int), typeof(QWizardPage), page);
 }
コード例 #4
0
 public int AddPage(QWizardPage page)
 {
     return((int)interceptor.Invoke("addPage#", "addPage(QWizardPage*)", typeof(int), typeof(QWizardPage), page));
 }