Ejemplo n.º 1
0
 public QColor(Qt.GlobalColor color) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QColor$", "QColor(Qt::GlobalColor)", typeof(void), typeof(Qt.GlobalColor), color);
 }
Ejemplo n.º 2
0
 public QPalette(Qt.GlobalColor button) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QPalette$", "QPalette(Qt::GlobalColor)", typeof(void), typeof(Qt.GlobalColor), button);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 5
0
 public void SetColor(Qt.GlobalColor color)
 {
     interceptor.Invoke("setColor$", "setColor(Qt::GlobalColor)", typeof(void), typeof(Qt.GlobalColor), color);
 }