Ejemplo n.º 1
0
 public abstract void DrawPrimitive(QStyle.PrimitiveElement pe, QStyleOption opt, QPainter p, QWidget w);
Ejemplo n.º 2
0
 public override void DrawPrimitive(QStyle.PrimitiveElement element, QStyleOption option, QPainter painter)
 {
     interceptor.Invoke("drawPrimitive$##", "drawPrimitive(QStyle::PrimitiveElement, const QStyleOption*, QPainter*) const", typeof(void), typeof(QStyle.PrimitiveElement), element, typeof(QStyleOption), option, typeof(QPainter), painter);
 }
Ejemplo n.º 3
0
 public virtual void DrawPrimitive(QStyle.PrimitiveElement pe, QStyleOption opt, QPainter p)
 {
     interceptor.Invoke("drawPrimitive$##", "drawPrimitive(QStyle::PrimitiveElement, const QStyleOption*, QPainter*) const", typeof(void), typeof(QStyle.PrimitiveElement), pe, typeof(QStyleOption), opt, typeof(QPainter), p);
 }
Ejemplo n.º 4
0
 public override void DrawPrimitive(QStyle.PrimitiveElement pe, QStyleOption opt, QPainter p, QWidget w)
 {
     interceptor.Invoke("drawPrimitive$###", "drawPrimitive(QStyle::PrimitiveElement, const QStyleOption*, QPainter*, const QWidget*) const", typeof(void), typeof(QStyle.PrimitiveElement), pe, typeof(QStyleOption), opt, typeof(QPainter), p, typeof(QWidget), w);
 }
Ejemplo n.º 5
0
 public void DrawPrimitive(QStyle.PrimitiveElement pe, QStyleOption opt)
 {
     interceptor.Invoke("drawPrimitive$#", "drawPrimitive(QStyle::PrimitiveElement, const QStyleOption&)", typeof(void), typeof(QStyle.PrimitiveElement), pe, typeof(QStyleOption), opt);
 }