|
2765 | 2765 | <use-retval/> |
2766 | 2766 | <const/> |
2767 | 2767 | </function> |
| 2768 | + <!--int QRect::bottom () const --> |
| 2769 | + <!--int QRect::height () const --> |
| 2770 | + <!--int QRect::width () const --> |
| 2771 | + <!--int QRect::left () const --> |
| 2772 | + <!--int QRect::right () const --> |
| 2773 | + <!--int QRect::top () const --> |
| 2774 | + <!--int QRect::x () const --> |
| 2775 | + <!--int QRect::y () const --> |
| 2776 | + <function name="QRect::bottom,QRect::height,QRect::left,QRect::right,QRect::top,QRect::width,QRect::x,QRect::y"> |
| 2777 | + <noreturn>false</noreturn> |
| 2778 | + <leak-ignore/> |
| 2779 | + <returnValue type="int"/> |
| 2780 | + <use-retval/> |
| 2781 | + </function> |
| 2782 | + <!--QSize QRect::size () const --> |
| 2783 | + <function name="QRect::size"> |
| 2784 | + <noreturn>false</noreturn> |
| 2785 | + <leak-ignore/> |
| 2786 | + <returnValue type="QSize"/> |
| 2787 | + <use-retval/> |
| 2788 | + </function> |
| 2789 | + <!--bool QRect::isEmpty () const --> |
| 2790 | + <!--bool QRect::isNull () const --> |
| 2791 | + <!--bool QRect::isValid () const --> |
| 2792 | + <function name="QRect::isEmpty,QRect::isNull,QRect::isValid"> |
| 2793 | + <noreturn>false</noreturn> |
| 2794 | + <leak-ignore/> |
| 2795 | + <returnValue type="bool"/> |
| 2796 | + <use-retval/> |
| 2797 | + </function> |
| 2798 | + <!--QPoint QRect::topLeft () const --> |
| 2799 | + <!--QPoint QRect::topRight () const --> |
| 2800 | + <!--QPoint QRect::bottomLeft () const --> |
| 2801 | + <!--QPoint QRect::bottomRight () const --> |
| 2802 | + <!--QPoint QRect::center () const --> |
| 2803 | + <function name="QRect::topLeft,QRect::topRight,QRect::bottomLeft,QRect::bottomRight,QRect::center"> |
| 2804 | + <noreturn>false</noreturn> |
| 2805 | + <leak-ignore/> |
| 2806 | + <returnValue type="QPoint"/> |
| 2807 | + <use-retval/> |
| 2808 | + </function> |
2768 | 2809 | <!--int QPoint::x() const --> |
2769 | 2810 | <!--int QPoint::y() const --> |
2770 | 2811 | <!--int QPoint::manhattanLength() const --> |
|
0 commit comments