Example #1
0
 public static QPixmap StandardIcon(QMessageBox.Icon icon)
 {
     return((QPixmap)staticInterceptor.Invoke("standardIcon$", "standardIcon(QMessageBox::Icon)", typeof(QPixmap), typeof(QMessageBox.Icon), icon));
 }
Example #2
0
 public QMessageBox(string title, string text, QMessageBox.Icon icon, int button0, int button1, int button2) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QMessageBox$$$$$$", "QMessageBox(const QString&, const QString&, QMessageBox::Icon, int, int, int)", typeof(void), typeof(string), title, typeof(string), text, typeof(QMessageBox.Icon), icon, typeof(int), button0, typeof(int), button1, typeof(int), button2);
 }
Example #3
0
 public QMessageBox(QMessageBox.Icon icon, string title, string text) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QMessageBox$$$", "QMessageBox(QMessageBox::Icon, const QString&, const QString&)", typeof(void), typeof(QMessageBox.Icon), icon, typeof(string), title, typeof(string), text);
 }
Example #4
0
 public QMessageBox(string title, string text, QMessageBox.Icon icon, int button0, int button1, int button2, QWidget parent, uint f) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QMessageBox$$$$$$#$", "QMessageBox(const QString&, const QString&, QMessageBox::Icon, int, int, int, QWidget*, Qt::WindowFlags)", typeof(void), typeof(string), title, typeof(string), text, typeof(QMessageBox.Icon), icon, typeof(int), button0, typeof(int), button1, typeof(int), button2, typeof(QWidget), parent, typeof(uint), f);
 }
Example #5
0
 public QMessageBox(QMessageBox.Icon icon, string title, string text, uint buttons) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QMessageBox$$$$", "QMessageBox(QMessageBox::Icon, const QString&, const QString&, QMessageBox::StandardButtons)", typeof(void), typeof(QMessageBox.Icon), icon, typeof(string), title, typeof(string), text, typeof(uint), buttons);
 }