Skip to content

Commit

Permalink
qt.cfg: Added some members fo QRect
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Feb 27, 2024
1 parent 4ee70a0 commit 61e85a6
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>
<!--int QRect::bottom () const -->
<!--int QRect::height () const -->
<!--int QRect::width () const -->
<!--int QRect::left () const -->
<!--int QRect::right () const -->
<!--int QRect::top () const -->
<!--int QRect::x () const -->
<!--int QRect::y () const -->
<function name="QRect::bottom,QRect::height,QRect::left,QRect::right,QRect::top,QRect::width,QRect::x,QRect::y">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
<use-retval/>
</function>
<!--QSize QRect::size () const -->
<function name="QRect::size">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="QSize"/>
<use-retval/>
</function>
<!--bool QRect::isEmpty () const -->
<!--bool QRect::isNull () const -->
<!--bool QRect::isValid () const -->
<function name="QRect::isEmpty,QRect::isNull,QRect::isValid">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
</function>
<!--QPoint QRect::topLeft () const -->
<!--QPoint QRect::topRight () const -->
<!--QPoint QRect::bottomLeft () const -->
<!--QPoint QRect::bottomRight () const -->
<!--QPoint QRect::center () const -->
<function name="QRect::topLeft,QRect::topRight,QRect::bottomLeft,QRect::bottomRight,QRect::center">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="QPoint"/>
<use-retval/>
</function>
<!--int QPoint::x() const -->
<!--int QPoint::y() const -->
<!--int QPoint::manhattanLength() const -->
Expand Down

0 comments on commit 61e85a6

Please sign in to comment.