mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
159 lines
8.6 KiB
C++
159 lines
8.6 KiB
C++
#pragma once
|
|
#ifndef MIQT_QT6_GEN_QFORMLAYOUT_H
|
|
#define MIQT_QT6_GEN_QFORMLAYOUT_H
|
|
|
|
#include <stdbool.h>
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
|
|
|
#include "../libmiqt/libmiqt.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
class QChildEvent;
|
|
class QFormLayout;
|
|
#if defined(WORKAROUND_INNER_CLASS_DEFINITION_QFormLayout__TakeRowResult)
|
|
typedef QFormLayout::TakeRowResult QFormLayout__TakeRowResult;
|
|
#else
|
|
class QFormLayout__TakeRowResult;
|
|
#endif
|
|
class QLayout;
|
|
class QLayoutItem;
|
|
class QMetaObject;
|
|
class QObject;
|
|
class QRect;
|
|
class QSize;
|
|
class QWidget;
|
|
#else
|
|
typedef struct QChildEvent QChildEvent;
|
|
typedef struct QFormLayout QFormLayout;
|
|
typedef struct QFormLayout__TakeRowResult QFormLayout__TakeRowResult;
|
|
typedef struct QLayout QLayout;
|
|
typedef struct QLayoutItem QLayoutItem;
|
|
typedef struct QMetaObject QMetaObject;
|
|
typedef struct QObject QObject;
|
|
typedef struct QRect QRect;
|
|
typedef struct QSize QSize;
|
|
typedef struct QWidget QWidget;
|
|
#endif
|
|
|
|
void QFormLayout_new(QWidget* parent, QFormLayout** outptr_QFormLayout, QLayout** outptr_QLayout, QObject** outptr_QObject, QLayoutItem** outptr_QLayoutItem);
|
|
void QFormLayout_new2(QFormLayout** outptr_QFormLayout, QLayout** outptr_QLayout, QObject** outptr_QObject, QLayoutItem** outptr_QLayoutItem);
|
|
QMetaObject* QFormLayout_MetaObject(const QFormLayout* self);
|
|
void* QFormLayout_Metacast(QFormLayout* self, const char* param1);
|
|
struct miqt_string QFormLayout_Tr(const char* s);
|
|
void QFormLayout_SetFieldGrowthPolicy(QFormLayout* self, int policy);
|
|
int QFormLayout_FieldGrowthPolicy(const QFormLayout* self);
|
|
void QFormLayout_SetRowWrapPolicy(QFormLayout* self, int policy);
|
|
int QFormLayout_RowWrapPolicy(const QFormLayout* self);
|
|
void QFormLayout_SetLabelAlignment(QFormLayout* self, int alignment);
|
|
int QFormLayout_LabelAlignment(const QFormLayout* self);
|
|
void QFormLayout_SetFormAlignment(QFormLayout* self, int alignment);
|
|
int QFormLayout_FormAlignment(const QFormLayout* self);
|
|
void QFormLayout_SetHorizontalSpacing(QFormLayout* self, int spacing);
|
|
int QFormLayout_HorizontalSpacing(const QFormLayout* self);
|
|
void QFormLayout_SetVerticalSpacing(QFormLayout* self, int spacing);
|
|
int QFormLayout_VerticalSpacing(const QFormLayout* self);
|
|
int QFormLayout_Spacing(const QFormLayout* self);
|
|
void QFormLayout_SetSpacing(QFormLayout* self, int spacing);
|
|
void QFormLayout_AddRow(QFormLayout* self, QWidget* label, QWidget* field);
|
|
void QFormLayout_AddRow2(QFormLayout* self, QWidget* label, QLayout* field);
|
|
void QFormLayout_AddRow3(QFormLayout* self, struct miqt_string labelText, QWidget* field);
|
|
void QFormLayout_AddRow4(QFormLayout* self, struct miqt_string labelText, QLayout* field);
|
|
void QFormLayout_AddRowWithWidget(QFormLayout* self, QWidget* widget);
|
|
void QFormLayout_AddRowWithLayout(QFormLayout* self, QLayout* layout);
|
|
void QFormLayout_InsertRow(QFormLayout* self, int row, QWidget* label, QWidget* field);
|
|
void QFormLayout_InsertRow2(QFormLayout* self, int row, QWidget* label, QLayout* field);
|
|
void QFormLayout_InsertRow3(QFormLayout* self, int row, struct miqt_string labelText, QWidget* field);
|
|
void QFormLayout_InsertRow4(QFormLayout* self, int row, struct miqt_string labelText, QLayout* field);
|
|
void QFormLayout_InsertRow5(QFormLayout* self, int row, QWidget* widget);
|
|
void QFormLayout_InsertRow6(QFormLayout* self, int row, QLayout* layout);
|
|
void QFormLayout_RemoveRow(QFormLayout* self, int row);
|
|
void QFormLayout_RemoveRowWithWidget(QFormLayout* self, QWidget* widget);
|
|
void QFormLayout_RemoveRowWithLayout(QFormLayout* self, QLayout* layout);
|
|
QFormLayout__TakeRowResult* QFormLayout_TakeRow(QFormLayout* self, int row);
|
|
QFormLayout__TakeRowResult* QFormLayout_TakeRowWithWidget(QFormLayout* self, QWidget* widget);
|
|
QFormLayout__TakeRowResult* QFormLayout_TakeRowWithLayout(QFormLayout* self, QLayout* layout);
|
|
void QFormLayout_SetItem(QFormLayout* self, int row, int role, QLayoutItem* item);
|
|
void QFormLayout_SetWidget(QFormLayout* self, int row, int role, QWidget* widget);
|
|
void QFormLayout_SetLayout(QFormLayout* self, int row, int role, QLayout* layout);
|
|
void QFormLayout_SetRowVisible(QFormLayout* self, int row, bool on);
|
|
void QFormLayout_SetRowVisible2(QFormLayout* self, QWidget* widget, bool on);
|
|
void QFormLayout_SetRowVisible3(QFormLayout* self, QLayout* layout, bool on);
|
|
bool QFormLayout_IsRowVisible(const QFormLayout* self, int row);
|
|
bool QFormLayout_IsRowVisibleWithWidget(const QFormLayout* self, QWidget* widget);
|
|
bool QFormLayout_IsRowVisibleWithLayout(const QFormLayout* self, QLayout* layout);
|
|
QLayoutItem* QFormLayout_ItemAt(const QFormLayout* self, int row, int role);
|
|
QWidget* QFormLayout_LabelForField(const QFormLayout* self, QWidget* field);
|
|
QWidget* QFormLayout_LabelForFieldWithField(const QFormLayout* self, QLayout* field);
|
|
void QFormLayout_AddItem(QFormLayout* self, QLayoutItem* item);
|
|
QLayoutItem* QFormLayout_ItemAtWithIndex(const QFormLayout* self, int index);
|
|
QLayoutItem* QFormLayout_TakeAt(QFormLayout* self, int index);
|
|
void QFormLayout_SetGeometry(QFormLayout* self, QRect* rect);
|
|
QSize* QFormLayout_MinimumSize(const QFormLayout* self);
|
|
QSize* QFormLayout_SizeHint(const QFormLayout* self);
|
|
void QFormLayout_Invalidate(QFormLayout* self);
|
|
bool QFormLayout_HasHeightForWidth(const QFormLayout* self);
|
|
int QFormLayout_HeightForWidth(const QFormLayout* self, int width);
|
|
int QFormLayout_ExpandingDirections(const QFormLayout* self);
|
|
int QFormLayout_Count(const QFormLayout* self);
|
|
int QFormLayout_RowCount(const QFormLayout* self);
|
|
struct miqt_string QFormLayout_Tr2(const char* s, const char* c);
|
|
struct miqt_string QFormLayout_Tr3(const char* s, const char* c, int n);
|
|
void QFormLayout_override_virtual_Spacing(void* self, intptr_t slot);
|
|
int QFormLayout_virtualbase_Spacing(const void* self);
|
|
void QFormLayout_override_virtual_SetSpacing(void* self, intptr_t slot);
|
|
void QFormLayout_virtualbase_SetSpacing(void* self, int spacing);
|
|
void QFormLayout_override_virtual_AddItem(void* self, intptr_t slot);
|
|
void QFormLayout_virtualbase_AddItem(void* self, QLayoutItem* item);
|
|
void QFormLayout_override_virtual_ItemAtWithIndex(void* self, intptr_t slot);
|
|
QLayoutItem* QFormLayout_virtualbase_ItemAtWithIndex(const void* self, int index);
|
|
void QFormLayout_override_virtual_TakeAt(void* self, intptr_t slot);
|
|
QLayoutItem* QFormLayout_virtualbase_TakeAt(void* self, int index);
|
|
void QFormLayout_override_virtual_SetGeometry(void* self, intptr_t slot);
|
|
void QFormLayout_virtualbase_SetGeometry(void* self, QRect* rect);
|
|
void QFormLayout_override_virtual_MinimumSize(void* self, intptr_t slot);
|
|
QSize* QFormLayout_virtualbase_MinimumSize(const void* self);
|
|
void QFormLayout_override_virtual_SizeHint(void* self, intptr_t slot);
|
|
QSize* QFormLayout_virtualbase_SizeHint(const void* self);
|
|
void QFormLayout_override_virtual_Invalidate(void* self, intptr_t slot);
|
|
void QFormLayout_virtualbase_Invalidate(void* self);
|
|
void QFormLayout_override_virtual_HasHeightForWidth(void* self, intptr_t slot);
|
|
bool QFormLayout_virtualbase_HasHeightForWidth(const void* self);
|
|
void QFormLayout_override_virtual_HeightForWidth(void* self, intptr_t slot);
|
|
int QFormLayout_virtualbase_HeightForWidth(const void* self, int width);
|
|
void QFormLayout_override_virtual_ExpandingDirections(void* self, intptr_t slot);
|
|
int QFormLayout_virtualbase_ExpandingDirections(const void* self);
|
|
void QFormLayout_override_virtual_Count(void* self, intptr_t slot);
|
|
int QFormLayout_virtualbase_Count(const void* self);
|
|
void QFormLayout_override_virtual_Geometry(void* self, intptr_t slot);
|
|
QRect* QFormLayout_virtualbase_Geometry(const void* self);
|
|
void QFormLayout_override_virtual_MaximumSize(void* self, intptr_t slot);
|
|
QSize* QFormLayout_virtualbase_MaximumSize(const void* self);
|
|
void QFormLayout_override_virtual_IndexOf(void* self, intptr_t slot);
|
|
int QFormLayout_virtualbase_IndexOf(const void* self, QWidget* param1);
|
|
void QFormLayout_override_virtual_IsEmpty(void* self, intptr_t slot);
|
|
bool QFormLayout_virtualbase_IsEmpty(const void* self);
|
|
void QFormLayout_override_virtual_ControlTypes(void* self, intptr_t slot);
|
|
int QFormLayout_virtualbase_ControlTypes(const void* self);
|
|
void QFormLayout_override_virtual_ReplaceWidget(void* self, intptr_t slot);
|
|
QLayoutItem* QFormLayout_virtualbase_ReplaceWidget(void* self, QWidget* from, QWidget* to, int options);
|
|
void QFormLayout_override_virtual_Layout(void* self, intptr_t slot);
|
|
QLayout* QFormLayout_virtualbase_Layout(void* self);
|
|
void QFormLayout_override_virtual_ChildEvent(void* self, intptr_t slot);
|
|
void QFormLayout_virtualbase_ChildEvent(void* self, QChildEvent* e);
|
|
void QFormLayout_Delete(QFormLayout* self, bool isSubclass);
|
|
|
|
void QFormLayout__TakeRowResult_Delete(QFormLayout__TakeRowResult* self, bool isSubclass);
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern C */
|
|
#endif
|
|
|
|
#endif
|