Exemple #1
0
 public abstract void DrawControl(QStyle.ControlElement element, QStyleOption opt, QPainter p, QWidget w);
Exemple #2
0
 public override void DrawControl(QStyle.ControlElement element, QStyleOption opt, QPainter p)
 {
     interceptor.Invoke("drawControl$##", "drawControl(QStyle::ControlElement, const QStyleOption*, QPainter*) const", typeof(void), typeof(QStyle.ControlElement), element, typeof(QStyleOption), opt, typeof(QPainter), p);
 }
Exemple #3
0
 public override void DrawControl(QStyle.ControlElement element, QStyleOption option, QPainter painter, QWidget widget)
 {
     interceptor.Invoke("drawControl$###", "drawControl(QStyle::ControlElement, const QStyleOption*, QPainter*, const QWidget*) const", typeof(void), typeof(QStyle.ControlElement), element, typeof(QStyleOption), option, typeof(QPainter), painter, typeof(QWidget), widget);
 }
Exemple #4
0
 public void DrawControl(QStyle.ControlElement ce, QStyleOption opt)
 {
     interceptor.Invoke("drawControl$#", "drawControl(QStyle::ControlElement, const QStyleOption&)", typeof(void), typeof(QStyle.ControlElement), ce, typeof(QStyleOption), opt);
 }