コード例 #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
ファイル: QWindowsStyle.cs プロジェクト: micro-chen/qyoto
 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));
 }