예제 #1
0
 public override QRect SubElementRect(QStyle.SubElement element, QStyleOption option, QWidget widget)
 {
     return((QRect)interceptor.Invoke("subElementRect$##", "subElementRect(QStyle::SubElement, const QStyleOption*, const QWidget*) const", typeof(QRect), typeof(QStyle.SubElement), element, typeof(QStyleOption), option, typeof(QWidget), widget));
 }
예제 #2
0
파일: QStyle.cs 프로젝트: micro-chen/qyoto
 public abstract QRect SubElementRect(QStyle.SubElement subElement, QStyleOption option, QWidget widget);
예제 #3
0
 public override QRect SubElementRect(QStyle.SubElement r, QStyleOption opt)
 {
     return((QRect)interceptor.Invoke("subElementRect$#", "subElementRect(QStyle::SubElement, const QStyleOption*) const", typeof(QRect), typeof(QStyle.SubElement), r, typeof(QStyleOption), opt));
 }