#ifndef GEN_QBOXLAYOUT_H #define GEN_QBOXLAYOUT_H #include #include #include #pragma GCC diagnostic ignored "-Wdeprecated-declarations" #include "../libmiqt/libmiqt.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus class QBoxLayout; class QHBoxLayout; class QLayout; class QLayoutItem; class QMetaObject; class QRect; class QSize; class QSpacerItem; class QVBoxLayout; class QWidget; #else typedef struct QBoxLayout QBoxLayout; typedef struct QHBoxLayout QHBoxLayout; typedef struct QLayout QLayout; typedef struct QLayoutItem QLayoutItem; typedef struct QMetaObject QMetaObject; typedef struct QRect QRect; typedef struct QSize QSize; typedef struct QSpacerItem QSpacerItem; typedef struct QVBoxLayout QVBoxLayout; typedef struct QWidget QWidget; #endif QBoxLayout* QBoxLayout_new(int param1); QBoxLayout* QBoxLayout_new2(int param1, QWidget* parent); QMetaObject* QBoxLayout_MetaObject(const QBoxLayout* self); void* QBoxLayout_Metacast(QBoxLayout* self, const char* param1); struct miqt_string* QBoxLayout_Tr(const char* s); struct miqt_string* QBoxLayout_TrUtf8(const char* s); int QBoxLayout_Direction(const QBoxLayout* self); void QBoxLayout_SetDirection(QBoxLayout* self, int direction); void QBoxLayout_AddSpacing(QBoxLayout* self, int size); void QBoxLayout_AddStretch(QBoxLayout* self); void QBoxLayout_AddSpacerItem(QBoxLayout* self, QSpacerItem* spacerItem); void QBoxLayout_AddWidget(QBoxLayout* self, QWidget* param1); void QBoxLayout_AddLayout(QBoxLayout* self, QLayout* layout); void QBoxLayout_AddStrut(QBoxLayout* self, int param1); void QBoxLayout_AddItem(QBoxLayout* self, QLayoutItem* param1); void QBoxLayout_InsertSpacing(QBoxLayout* self, int index, int size); void QBoxLayout_InsertStretch(QBoxLayout* self, int index); void QBoxLayout_InsertSpacerItem(QBoxLayout* self, int index, QSpacerItem* spacerItem); void QBoxLayout_InsertWidget(QBoxLayout* self, int index, QWidget* widget); void QBoxLayout_InsertLayout(QBoxLayout* self, int index, QLayout* layout); void QBoxLayout_InsertItem(QBoxLayout* self, int index, QLayoutItem* param2); int QBoxLayout_Spacing(const QBoxLayout* self); void QBoxLayout_SetSpacing(QBoxLayout* self, int spacing); bool QBoxLayout_SetStretchFactor(QBoxLayout* self, QWidget* w, int stretch); bool QBoxLayout_SetStretchFactor2(QBoxLayout* self, QLayout* l, int stretch); void QBoxLayout_SetStretch(QBoxLayout* self, int index, int stretch); int QBoxLayout_Stretch(const QBoxLayout* self, int index); QSize* QBoxLayout_SizeHint(const QBoxLayout* self); QSize* QBoxLayout_MinimumSize(const QBoxLayout* self); QSize* QBoxLayout_MaximumSize(const QBoxLayout* self); bool QBoxLayout_HasHeightForWidth(const QBoxLayout* self); int QBoxLayout_HeightForWidth(const QBoxLayout* self, int param1); int QBoxLayout_MinimumHeightForWidth(const QBoxLayout* self, int param1); int QBoxLayout_ExpandingDirections(const QBoxLayout* self); void QBoxLayout_Invalidate(QBoxLayout* self); QLayoutItem* QBoxLayout_ItemAt(const QBoxLayout* self, int param1); QLayoutItem* QBoxLayout_TakeAt(QBoxLayout* self, int param1); int QBoxLayout_Count(const QBoxLayout* self); void QBoxLayout_SetGeometry(QBoxLayout* self, QRect* geometry); struct miqt_string* QBoxLayout_Tr2(const char* s, const char* c); struct miqt_string* QBoxLayout_Tr3(const char* s, const char* c, int n); struct miqt_string* QBoxLayout_TrUtf82(const char* s, const char* c); struct miqt_string* QBoxLayout_TrUtf83(const char* s, const char* c, int n); void QBoxLayout_AddStretch1(QBoxLayout* self, int stretch); void QBoxLayout_AddWidget2(QBoxLayout* self, QWidget* param1, int stretch); void QBoxLayout_AddWidget3(QBoxLayout* self, QWidget* param1, int stretch, int alignment); void QBoxLayout_AddLayout2(QBoxLayout* self, QLayout* layout, int stretch); void QBoxLayout_InsertStretch2(QBoxLayout* self, int index, int stretch); void QBoxLayout_InsertWidget3(QBoxLayout* self, int index, QWidget* widget, int stretch); void QBoxLayout_InsertWidget4(QBoxLayout* self, int index, QWidget* widget, int stretch, int alignment); void QBoxLayout_InsertLayout3(QBoxLayout* self, int index, QLayout* layout, int stretch); void QBoxLayout_Delete(QBoxLayout* self); QHBoxLayout* QHBoxLayout_new(); QHBoxLayout* QHBoxLayout_new2(QWidget* parent); QMetaObject* QHBoxLayout_MetaObject(const QHBoxLayout* self); void* QHBoxLayout_Metacast(QHBoxLayout* self, const char* param1); struct miqt_string* QHBoxLayout_Tr(const char* s); struct miqt_string* QHBoxLayout_TrUtf8(const char* s); struct miqt_string* QHBoxLayout_Tr2(const char* s, const char* c); struct miqt_string* QHBoxLayout_Tr3(const char* s, const char* c, int n); struct miqt_string* QHBoxLayout_TrUtf82(const char* s, const char* c); struct miqt_string* QHBoxLayout_TrUtf83(const char* s, const char* c, int n); void QHBoxLayout_Delete(QHBoxLayout* self); QVBoxLayout* QVBoxLayout_new(); QVBoxLayout* QVBoxLayout_new2(QWidget* parent); QMetaObject* QVBoxLayout_MetaObject(const QVBoxLayout* self); void* QVBoxLayout_Metacast(QVBoxLayout* self, const char* param1); struct miqt_string* QVBoxLayout_Tr(const char* s); struct miqt_string* QVBoxLayout_TrUtf8(const char* s); struct miqt_string* QVBoxLayout_Tr2(const char* s, const char* c); struct miqt_string* QVBoxLayout_Tr3(const char* s, const char* c, int n); struct miqt_string* QVBoxLayout_TrUtf82(const char* s, const char* c); struct miqt_string* QVBoxLayout_TrUtf83(const char* s, const char* c, int n); void QVBoxLayout_Delete(QVBoxLayout* self); #ifdef __cplusplus } /* extern C */ #endif #endif