Beispiel #1
0
 public QColor(Qt.GlobalColor color) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QColor$", "QColor(Qt::GlobalColor)", typeof(void), typeof(Qt.GlobalColor), color);
 }
Beispiel #2
0
 public QPalette(Qt.GlobalColor button) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QPalette$", "QPalette(Qt::GlobalColor)", typeof(void), typeof(Qt.GlobalColor), button);
 }
Beispiel #3
0
 public QBrush(Qt.GlobalColor color, Qt.BrushStyle bs) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QBrush$$", "QBrush(Qt::GlobalColor, Qt::BrushStyle)", typeof(void), typeof(Qt.GlobalColor), color, typeof(Qt.BrushStyle), bs);
 }
Beispiel #4
0
 public QBrush(Qt.GlobalColor color, QPixmap pixmap) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QBrush$#", "QBrush(Qt::GlobalColor, const QPixmap&)", typeof(void), typeof(Qt.GlobalColor), color, typeof(QPixmap), pixmap);
 }
Beispiel #5
0
 public void SetColor(Qt.GlobalColor color)
 {
     interceptor.Invoke("setColor$", "setColor(Qt::GlobalColor)", typeof(void), typeof(Qt.GlobalColor), color);
 }