Esempio n. 1
0
File: QWizard.cs Progetto: KDE/qyoto
 public bool TestOption(QWizard.WizardOption option)
 {
     return (bool) interceptor.Invoke("testOption$", "testOption(QWizard::WizardOption) const", typeof(bool), typeof(QWizard.WizardOption), option);
 }
Esempio n. 2
0
File: QWizard.cs Progetto: KDE/qyoto
 public void SetOption(QWizard.WizardOption option)
 {
     interceptor.Invoke("setOption$", "setOption(QWizard::WizardOption)", typeof(void), typeof(QWizard.WizardOption), option);
 }
Esempio n. 3
0
File: QWizard.cs Progetto: KDE/qyoto
 public void SetPixmap(QWizard.WizardPixmap which, QPixmap pixmap)
 {
     interceptor.Invoke("setPixmap$#", "setPixmap(QWizard::WizardPixmap, const QPixmap&)", typeof(void), typeof(QWizard.WizardPixmap), which, typeof(QPixmap), pixmap);
 }
Esempio n. 4
0
File: QWizard.cs Progetto: KDE/qyoto
 public void SetButtonText(QWizard.WizardButton which, string text)
 {
     interceptor.Invoke("setButtonText$$", "setButtonText(QWizard::WizardButton, const QString&)", typeof(void), typeof(QWizard.WizardButton), which, typeof(string), text);
 }
Esempio n. 5
0
File: QWizard.cs Progetto: KDE/qyoto
 public void SetButton(QWizard.WizardButton which, QAbstractButton button)
 {
     interceptor.Invoke("setButton$#", "setButton(QWizard::WizardButton, QAbstractButton*)", typeof(void), typeof(QWizard.WizardButton), which, typeof(QAbstractButton), button);
 }
Esempio n. 6
0
File: QWizard.cs Progetto: KDE/qyoto
 public QPixmap Pixmap(QWizard.WizardPixmap which)
 {
     return (QPixmap) interceptor.Invoke("pixmap$", "pixmap(QWizard::WizardPixmap) const", typeof(QPixmap), typeof(QWizard.WizardPixmap), which);
 }
Esempio n. 7
0
File: QWizard.cs Progetto: KDE/qyoto
 public string ButtonText(QWizard.WizardButton which)
 {
     return (string) interceptor.Invoke("buttonText$", "buttonText(QWizard::WizardButton) const", typeof(string), typeof(QWizard.WizardButton), which);
 }
Esempio n. 8
0
File: QWizard.cs Progetto: KDE/qyoto
 public QAbstractButton Button(QWizard.WizardButton which)
 {
     return (QAbstractButton) interceptor.Invoke("button$", "button(QWizard::WizardButton) const", typeof(QAbstractButton), typeof(QWizard.WizardButton), which);
 }