Example #1
0
 protected QIcon StandardIconImplementation(QStyle.StandardPixmap standardIcon, QStyleOption opt)
 {
     return((QIcon)interceptor.Invoke("standardIconImplementation$#", "standardIconImplementation(QStyle::StandardPixmap, const QStyleOption*) const", typeof(QIcon), typeof(QStyle.StandardPixmap), standardIcon, typeof(QStyleOption), opt));
 }
Example #2
0
 protected QIcon StandardIconImplementation(QStyle.StandardPixmap standardIcon)
 {
     return((QIcon)interceptor.Invoke("standardIconImplementation$", "standardIconImplementation(QStyle::StandardPixmap) const", typeof(QIcon), typeof(QStyle.StandardPixmap), standardIcon));
 }
Example #3
0
 public QIcon StandardIcon(QStyle.StandardPixmap standardIcon)
 {
     return((QIcon)interceptor.Invoke("standardIcon$", "standardIcon(QStyle::StandardPixmap) const", typeof(QIcon), typeof(QStyle.StandardPixmap), standardIcon));
 }
Example #4
0
 public QIcon StandardIcon(QStyle.StandardPixmap standardIcon, QStyleOption option)
 {
     return((QIcon)interceptor.Invoke("standardIcon$#", "standardIcon(QStyle::StandardPixmap, const QStyleOption*) const", typeof(QIcon), typeof(QStyle.StandardPixmap), standardIcon, typeof(QStyleOption), option));
 }
Example #5
0
 public abstract QPixmap standardPixmap(QStyle.StandardPixmap standardPixmap, QStyleOption opt, QWidget widget);
Example #6
0
 public override QPixmap standardPixmap(QStyle.StandardPixmap standardPixmap, QStyleOption opt)
 {
     return((QPixmap)interceptor.Invoke("standardPixmap$#", "standardPixmap(QStyle::StandardPixmap, const QStyleOption*) const", typeof(QPixmap), typeof(QStyle.StandardPixmap), standardPixmap, typeof(QStyleOption), opt));
 }
Example #7
0
 public virtual QPixmap standardPixmap(QStyle.StandardPixmap sp)
 {
     return((QPixmap)interceptor.Invoke("standardPixmap$", "standardPixmap(QStyle::StandardPixmap) const", typeof(QPixmap), typeof(QStyle.StandardPixmap), sp));
 }