flutter: Regenerate bindings
This time without readability tags so we can reduce diff size
This commit is contained in:
@@ -8,398 +8,205 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <qrect.h>
|
||||
#include <qpoint.h>
|
||||
#include <qsize.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1043
|
||||
class QRect_wrapper : public ::QRect
|
||||
{
|
||||
public:
|
||||
~QRect_wrapper();
|
||||
// tag=1041
|
||||
QRect_wrapper();
|
||||
// tag=1041
|
||||
QRect_wrapper(const QPoint &topleft, const QPoint &bottomright);
|
||||
// tag=1041
|
||||
QRect_wrapper(const QPoint &topleft, const QSize &size);
|
||||
// tag=1041
|
||||
QRect_wrapper(int left, int top, int width, int height);
|
||||
// tag=1041
|
||||
void adjust(int x1, int y1, int x2, int y2);
|
||||
// tag=1041
|
||||
QRect adjusted(int x1, int y1, int x2, int y2) const;
|
||||
// tag=1041
|
||||
int bottom() const;
|
||||
// tag=1041
|
||||
QPoint bottomLeft() const;
|
||||
// tag=1041
|
||||
QPoint bottomRight() const;
|
||||
// tag=1041
|
||||
QPoint center() const;
|
||||
// tag=1041
|
||||
bool contains(const QPoint &p, bool proper = false) const;
|
||||
// tag=1041
|
||||
bool contains(const QRect &r, bool proper = false) const;
|
||||
// tag=1041
|
||||
bool contains(int x, int y) const;
|
||||
// tag=1041
|
||||
bool contains(int x, int y, bool proper) const;
|
||||
// tag=1041
|
||||
int height() const;
|
||||
// tag=1041
|
||||
QRect intersected(const QRect &other) const;
|
||||
// tag=1041
|
||||
bool intersects(const QRect &r) const;
|
||||
// tag=1041
|
||||
bool isEmpty() const;
|
||||
// tag=1041
|
||||
bool isNull() const;
|
||||
// tag=1041
|
||||
bool isValid() const;
|
||||
// tag=1041
|
||||
int left() const;
|
||||
// tag=1041
|
||||
void moveBottom(int pos);
|
||||
// tag=1041
|
||||
void moveBottomLeft(const QPoint &p);
|
||||
// tag=1041
|
||||
void moveBottomRight(const QPoint &p);
|
||||
// tag=1041
|
||||
void moveCenter(const QPoint &p);
|
||||
// tag=1041
|
||||
void moveLeft(int pos);
|
||||
// tag=1041
|
||||
void moveRight(int pos);
|
||||
// tag=1041
|
||||
void moveTo(const QPoint &p);
|
||||
// tag=1041
|
||||
void moveTo(int x, int t);
|
||||
// tag=1041
|
||||
void moveTop(int pos);
|
||||
// tag=1041
|
||||
void moveTopLeft(const QPoint &p);
|
||||
// tag=1041
|
||||
void moveTopRight(const QPoint &p);
|
||||
// tag=1041
|
||||
QRect normalized() const;
|
||||
// tag=1041
|
||||
int right() const;
|
||||
// tag=1041
|
||||
void setBottom(int pos);
|
||||
// tag=1041
|
||||
void setBottomLeft(const QPoint &p);
|
||||
// tag=1041
|
||||
void setBottomRight(const QPoint &p);
|
||||
// tag=1041
|
||||
void setCoords(int x1, int y1, int x2, int y2);
|
||||
// tag=1041
|
||||
void setHeight(int h);
|
||||
// tag=1041
|
||||
void setLeft(int pos);
|
||||
// tag=1041
|
||||
void setRect(int x, int y, int w, int h);
|
||||
// tag=1041
|
||||
void setRight(int pos);
|
||||
// tag=1041
|
||||
void setSize(const QSize &s);
|
||||
// tag=1041
|
||||
void setTop(int pos);
|
||||
// tag=1041
|
||||
void setTopLeft(const QPoint &p);
|
||||
// tag=1041
|
||||
void setTopRight(const QPoint &p);
|
||||
// tag=1041
|
||||
void setWidth(int w);
|
||||
// tag=1041
|
||||
void setX(int x);
|
||||
// tag=1041
|
||||
void setY(int y);
|
||||
// tag=1041
|
||||
QSize size() const;
|
||||
// tag=1041
|
||||
int top() const;
|
||||
// tag=1041
|
||||
QPoint topLeft() const;
|
||||
// tag=1041
|
||||
QPoint topRight() const;
|
||||
// tag=1041
|
||||
void translate(const QPoint &p);
|
||||
// tag=1041
|
||||
void translate(int dx, int dy);
|
||||
// tag=1041
|
||||
QRect translated(const QPoint &p) const;
|
||||
// tag=1041
|
||||
QRect translated(int dx, int dy) const;
|
||||
// tag=1041
|
||||
QRect transposed() const;
|
||||
// tag=1041
|
||||
QRect united(const QRect &other) const;
|
||||
// tag=1041
|
||||
int width() const;
|
||||
// tag=1041
|
||||
int x() const;
|
||||
// tag=1041
|
||||
int y() const;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// QRect::QRect()
|
||||
// QRect::QRect()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__constructor();
|
||||
|
||||
// tag=1067
|
||||
// QRect::QRect(const QPoint & topleft, const QPoint & bottomright)
|
||||
// QRect::QRect(const QPoint & topleft, const QPoint & bottomright)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__constructor_QPoint_QPoint(void *topleft_, void *bottomright_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::QRect(const QPoint & topleft, const QSize & size)
|
||||
// QRect::QRect(const QPoint & topleft, const QSize & size)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__constructor_QPoint_QSize(void *topleft_, void *size_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::QRect(int left, int top, int width, int height)
|
||||
// QRect::QRect(int left, int top, int width, int height)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__constructor_int_int_int_int(int left, int top, int width, int height);
|
||||
|
||||
// tag=1067
|
||||
// QRect::adjust(int x1, int y1, int x2, int y2)
|
||||
// QRect::adjust(int x1, int y1, int x2, int y2)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__adjust_int_int_int_int(void *thisObj, int x1, int y1, int x2, int y2);
|
||||
|
||||
// tag=1067
|
||||
// QRect::adjusted(int x1, int y1, int x2, int y2) const
|
||||
// QRect::adjusted(int x1, int y1, int x2, int y2) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__adjusted_int_int_int_int(void *thisObj, int x1, int y1, int x2, int y2);
|
||||
|
||||
// tag=1067
|
||||
// QRect::bottom() const
|
||||
// QRect::bottom() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__bottom(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::bottomLeft() const
|
||||
// QRect::bottomLeft() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__bottomLeft(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::bottomRight() const
|
||||
// QRect::bottomRight() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__bottomRight(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::center() const
|
||||
// QRect::center() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__center(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::contains(const QPoint & p, bool proper) const
|
||||
// QRect::contains(const QPoint & p, bool proper) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__contains_QPoint_bool(void *thisObj, void *p_, bool proper);
|
||||
|
||||
// tag=1067
|
||||
// QRect::contains(const QRect & r, bool proper) const
|
||||
// QRect::contains(const QRect & r, bool proper) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__contains_QRect_bool(void *thisObj, void *r_, bool proper);
|
||||
|
||||
// tag=1067
|
||||
// QRect::contains(int x, int y) const
|
||||
// QRect::contains(int x, int y) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__contains_int_int(void *thisObj, int x, int y);
|
||||
|
||||
// tag=1067
|
||||
// QRect::contains(int x, int y, bool proper) const
|
||||
// QRect::contains(int x, int y, bool proper) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__contains_int_int_bool(void *thisObj, int x, int y, bool proper);
|
||||
|
||||
// tag=1067
|
||||
// QRect::height() const
|
||||
// QRect::height() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__height(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::intersected(const QRect & other) const
|
||||
// QRect::intersected(const QRect & other) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__intersected_QRect(void *thisObj, void *other_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::intersects(const QRect & r) const
|
||||
// QRect::intersects(const QRect & r) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__intersects_QRect(void *thisObj, void *r_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::isEmpty() const
|
||||
// QRect::isEmpty() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__isEmpty(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::isNull() const
|
||||
// QRect::isNull() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__isNull(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::isValid() const
|
||||
// QRect::isValid() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__isValid(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::left() const
|
||||
// QRect::left() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__left(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveBottom(int pos)
|
||||
// QRect::moveBottom(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveBottom_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveBottomLeft(const QPoint & p)
|
||||
// QRect::moveBottomLeft(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveBottomLeft_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveBottomRight(const QPoint & p)
|
||||
// QRect::moveBottomRight(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveBottomRight_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveCenter(const QPoint & p)
|
||||
// QRect::moveCenter(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveCenter_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveLeft(int pos)
|
||||
// QRect::moveLeft(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveLeft_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveRight(int pos)
|
||||
// QRect::moveRight(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveRight_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveTo(const QPoint & p)
|
||||
// QRect::moveTo(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveTo_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveTo(int x, int t)
|
||||
// QRect::moveTo(int x, int t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveTo_int_int(void *thisObj, int x, int t);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveTop(int pos)
|
||||
// QRect::moveTop(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveTop_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveTopLeft(const QPoint & p)
|
||||
// QRect::moveTopLeft(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveTopLeft_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveTopRight(const QPoint & p)
|
||||
// QRect::moveTopRight(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveTopRight_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::normalized() const
|
||||
// QRect::normalized() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__normalized(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::right() const
|
||||
// QRect::right() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__right(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setBottom(int pos)
|
||||
// QRect::setBottom(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setBottom_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setBottomLeft(const QPoint & p)
|
||||
// QRect::setBottomLeft(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setBottomLeft_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setBottomRight(const QPoint & p)
|
||||
// QRect::setBottomRight(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setBottomRight_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setCoords(int x1, int y1, int x2, int y2)
|
||||
// QRect::setCoords(int x1, int y1, int x2, int y2)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setCoords_int_int_int_int(void *thisObj, int x1, int y1, int x2, int y2);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setHeight(int h)
|
||||
// QRect::setHeight(int h)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setHeight_int(void *thisObj, int h);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setLeft(int pos)
|
||||
// QRect::setLeft(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setLeft_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setRect(int x, int y, int w, int h)
|
||||
// QRect::setRect(int x, int y, int w, int h)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setRect_int_int_int_int(void *thisObj, int x, int y, int w, int h);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setRight(int pos)
|
||||
// QRect::setRight(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setRight_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setSize(const QSize & s)
|
||||
// QRect::setSize(const QSize & s)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setSize_QSize(void *thisObj, void *s_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setTop(int pos)
|
||||
// QRect::setTop(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setTop_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setTopLeft(const QPoint & p)
|
||||
// QRect::setTopLeft(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setTopLeft_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setTopRight(const QPoint & p)
|
||||
// QRect::setTopRight(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setTopRight_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setWidth(int w)
|
||||
// QRect::setWidth(int w)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setWidth_int(void *thisObj, int w);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setX(int x)
|
||||
// QRect::setX(int x)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setX_int(void *thisObj, int x);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setY(int y)
|
||||
// QRect::setY(int y)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setY_int(void *thisObj, int y);
|
||||
|
||||
// tag=1067
|
||||
// QRect::size() const
|
||||
// QRect::size() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__size(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::top() const
|
||||
// QRect::top() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__top(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::topLeft() const
|
||||
// QRect::topLeft() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__topLeft(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::topRight() const
|
||||
// QRect::topRight() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__topRight(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::translate(const QPoint & p)
|
||||
// QRect::translate(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__translate_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::translate(int dx, int dy)
|
||||
// QRect::translate(int dx, int dy)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__translate_int_int(void *thisObj, int dx, int dy);
|
||||
|
||||
// tag=1067
|
||||
// QRect::translated(const QPoint & p) const
|
||||
// QRect::translated(const QPoint & p) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__translated_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::translated(int dx, int dy) const
|
||||
// QRect::translated(int dx, int dy) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__translated_int_int(void *thisObj, int dx, int dy);
|
||||
|
||||
// tag=1067
|
||||
// QRect::transposed() const
|
||||
// QRect::transposed() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__transposed(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::united(const QRect & other) const
|
||||
// QRect::united(const QRect & other) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__united_QRect(void *thisObj, void *other_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::width() const
|
||||
// QRect::width() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__width(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::x() const
|
||||
// QRect::x() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__x(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::y() const
|
||||
// QRect::y() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__y(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__destructor(void *thisObj);
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user