Esempio n. 1
0
 public virtual void DrawItemText(QPainter painter, QRect rect, int flags, QPalette pal, bool enabled, string text, QPalette.ColorRole textRole)
 {
     interceptor.Invoke("drawItemText##$#$$$", "drawItemText(QPainter*, const QRect&, int, const QPalette&, bool, const QString&, QPalette::ColorRole) const", typeof(void), typeof(QPainter), painter, typeof(QRect), rect, typeof(int), flags, typeof(QPalette), pal, typeof(bool), enabled, typeof(string), text, typeof(QPalette.ColorRole), textRole);
 }
Esempio n. 2
0
 public QBrush Brush(QPalette.ColorRole cr)
 {
     return((QBrush)interceptor.Invoke("brush$", "brush(QPalette::ColorRole) const", typeof(QBrush), typeof(QPalette.ColorRole), cr));
 }
Esempio n. 3
0
 public QColor Color(QPalette.ColorRole cr)
 {
     return((QColor)interceptor.Invoke("color$", "color(QPalette::ColorRole) const", typeof(QColor), typeof(QPalette.ColorRole), cr));
 }
Esempio n. 4
0
 public void SetBrush(QPalette.ColorGroup cg, QPalette.ColorRole cr, QBrush brush)
 {
     interceptor.Invoke("setBrush$$#", "setBrush(QPalette::ColorGroup, QPalette::ColorRole, const QBrush&)", typeof(void), typeof(QPalette.ColorGroup), cg, typeof(QPalette.ColorRole), cr, typeof(QBrush), brush);
 }
Esempio n. 5
0
 public bool IsBrushSet(QPalette.ColorGroup cg, QPalette.ColorRole cr)
 {
     return((bool)interceptor.Invoke("isBrushSet$$", "isBrushSet(QPalette::ColorGroup, QPalette::ColorRole) const", typeof(bool), typeof(QPalette.ColorGroup), cg, typeof(QPalette.ColorRole), cr));
 }
Esempio n. 6
0
 public void SetColor(QPalette.ColorRole cr, QColor color)
 {
     interceptor.Invoke("setColor$#", "setColor(QPalette::ColorRole, const QColor&)", typeof(void), typeof(QPalette.ColorRole), cr, typeof(QColor), color);
 }