Skip to content

Commit

Permalink
qt.cfg: Added support for QRectF members
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Feb 29, 2024
1 parent f2e98f2 commit e172208
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions cfg/qt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2765,6 +2765,47 @@
<use-retval/>
<const/>
</function>
<!--qreal QRectF::bottom () const -->
<!--qreal QRectF::height () const -->
<!--qreal QRectF::width () const -->
<!--qreal QRectF::left () const -->
<!--qreal QRectF::right () const -->
<!--qreal QRectF::top () const -->
<!--qreal QRectF::x () const -->
<!--qreal QRectF::y () const -->
<function name="QRectF::bottom,QRectF::height,QRectF::left,QRectF::right,QRectF::top,QRectF::width,QRectF::x,QRectF::y">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="qreal"/>
<use-retval/>
</function>
<!--QSizeF QRectF::size () const -->
<function name="QRectF::size">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="QSizeF"/>
<use-retval/>
</function>
<!--bool QRectF::isEmpty () const -->
<!--bool QRectF::isNull () const -->
<!--bool QRectF::isValid () const -->
<function name="QRectF::isEmpty,QRectF::isNull,QRectF::isValid">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
</function>
<!--QPointF QRectF::topLeft () const -->
<!--QPointF QRectF::topRight () const -->
<!--QPointF QRectF::bottomLeft () const -->
<!--QPointF QRectF::bottomRight () const -->
<!--QPointF QRectF::center () const -->
<function name="QRectF::topLeft,QRectF::topRight,QRectF::bottomLeft,QRectF::bottomRight,QRectF::center">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="QPointF"/>
<use-retval/>
</function>
<!--int QRect::bottom () const -->
<!--int QRect::height () const -->
<!--int QRect::width () const -->
Expand Down

0 comments on commit e172208

Please sign in to comment.