mirror of
https://github.com/mappu/miqt.git
synced 2025-02-01 19:10:21 +00:00
118 lines
7.2 KiB
C++
118 lines
7.2 KiB
C++
#pragma once
|
|
#ifndef MIQT_QT6_GEN_QABSTRACTITEMDELEGATE_H
|
|
#define MIQT_QT6_GEN_QABSTRACTITEMDELEGATE_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 QAbstractItemDelegate;
|
|
class QAbstractItemModel;
|
|
class QAbstractItemView;
|
|
class QChildEvent;
|
|
class QEvent;
|
|
class QHelpEvent;
|
|
class QMetaMethod;
|
|
class QMetaObject;
|
|
class QModelIndex;
|
|
class QObject;
|
|
class QPainter;
|
|
class QSize;
|
|
class QStyleOptionViewItem;
|
|
class QTimerEvent;
|
|
class QWidget;
|
|
#else
|
|
typedef struct QAbstractItemDelegate QAbstractItemDelegate;
|
|
typedef struct QAbstractItemModel QAbstractItemModel;
|
|
typedef struct QAbstractItemView QAbstractItemView;
|
|
typedef struct QChildEvent QChildEvent;
|
|
typedef struct QEvent QEvent;
|
|
typedef struct QHelpEvent QHelpEvent;
|
|
typedef struct QMetaMethod QMetaMethod;
|
|
typedef struct QMetaObject QMetaObject;
|
|
typedef struct QModelIndex QModelIndex;
|
|
typedef struct QObject QObject;
|
|
typedef struct QPainter QPainter;
|
|
typedef struct QSize QSize;
|
|
typedef struct QStyleOptionViewItem QStyleOptionViewItem;
|
|
typedef struct QTimerEvent QTimerEvent;
|
|
typedef struct QWidget QWidget;
|
|
#endif
|
|
|
|
QAbstractItemDelegate* QAbstractItemDelegate_new();
|
|
QAbstractItemDelegate* QAbstractItemDelegate_new2(QObject* parent);
|
|
void QAbstractItemDelegate_virtbase(QAbstractItemDelegate* src, QObject** outptr_QObject);
|
|
QMetaObject* QAbstractItemDelegate_metaObject(const QAbstractItemDelegate* self);
|
|
void* QAbstractItemDelegate_metacast(QAbstractItemDelegate* self, const char* param1);
|
|
struct miqt_string QAbstractItemDelegate_tr(const char* s);
|
|
void QAbstractItemDelegate_paint(const QAbstractItemDelegate* self, QPainter* painter, QStyleOptionViewItem* option, QModelIndex* index);
|
|
QSize* QAbstractItemDelegate_sizeHint(const QAbstractItemDelegate* self, QStyleOptionViewItem* option, QModelIndex* index);
|
|
QWidget* QAbstractItemDelegate_createEditor(const QAbstractItemDelegate* self, QWidget* parent, QStyleOptionViewItem* option, QModelIndex* index);
|
|
void QAbstractItemDelegate_destroyEditor(const QAbstractItemDelegate* self, QWidget* editor, QModelIndex* index);
|
|
void QAbstractItemDelegate_setEditorData(const QAbstractItemDelegate* self, QWidget* editor, QModelIndex* index);
|
|
void QAbstractItemDelegate_setModelData(const QAbstractItemDelegate* self, QWidget* editor, QAbstractItemModel* model, QModelIndex* index);
|
|
void QAbstractItemDelegate_updateEditorGeometry(const QAbstractItemDelegate* self, QWidget* editor, QStyleOptionViewItem* option, QModelIndex* index);
|
|
bool QAbstractItemDelegate_editorEvent(QAbstractItemDelegate* self, QEvent* event, QAbstractItemModel* model, QStyleOptionViewItem* option, QModelIndex* index);
|
|
bool QAbstractItemDelegate_helpEvent(QAbstractItemDelegate* self, QHelpEvent* event, QAbstractItemView* view, QStyleOptionViewItem* option, QModelIndex* index);
|
|
struct miqt_array /* of int */ QAbstractItemDelegate_paintingRoles(const QAbstractItemDelegate* self);
|
|
void QAbstractItemDelegate_commitData(QAbstractItemDelegate* self, QWidget* editor);
|
|
void QAbstractItemDelegate_connect_commitData(QAbstractItemDelegate* self, intptr_t slot);
|
|
void QAbstractItemDelegate_closeEditor(QAbstractItemDelegate* self, QWidget* editor);
|
|
void QAbstractItemDelegate_connect_closeEditor(QAbstractItemDelegate* self, intptr_t slot);
|
|
void QAbstractItemDelegate_sizeHintChanged(QAbstractItemDelegate* self, QModelIndex* param1);
|
|
void QAbstractItemDelegate_connect_sizeHintChanged(QAbstractItemDelegate* self, intptr_t slot);
|
|
struct miqt_string QAbstractItemDelegate_tr2(const char* s, const char* c);
|
|
struct miqt_string QAbstractItemDelegate_tr3(const char* s, const char* c, int n);
|
|
void QAbstractItemDelegate_closeEditor2(QAbstractItemDelegate* self, QWidget* editor, int hint);
|
|
void QAbstractItemDelegate_connect_closeEditor2(QAbstractItemDelegate* self, intptr_t slot);
|
|
bool QAbstractItemDelegate_override_virtual_paint(void* self, intptr_t slot);
|
|
void QAbstractItemDelegate_virtualbase_paint(const void* self, QPainter* painter, QStyleOptionViewItem* option, QModelIndex* index);
|
|
bool QAbstractItemDelegate_override_virtual_sizeHint(void* self, intptr_t slot);
|
|
QSize* QAbstractItemDelegate_virtualbase_sizeHint(const void* self, QStyleOptionViewItem* option, QModelIndex* index);
|
|
bool QAbstractItemDelegate_override_virtual_createEditor(void* self, intptr_t slot);
|
|
QWidget* QAbstractItemDelegate_virtualbase_createEditor(const void* self, QWidget* parent, QStyleOptionViewItem* option, QModelIndex* index);
|
|
bool QAbstractItemDelegate_override_virtual_destroyEditor(void* self, intptr_t slot);
|
|
void QAbstractItemDelegate_virtualbase_destroyEditor(const void* self, QWidget* editor, QModelIndex* index);
|
|
bool QAbstractItemDelegate_override_virtual_setEditorData(void* self, intptr_t slot);
|
|
void QAbstractItemDelegate_virtualbase_setEditorData(const void* self, QWidget* editor, QModelIndex* index);
|
|
bool QAbstractItemDelegate_override_virtual_setModelData(void* self, intptr_t slot);
|
|
void QAbstractItemDelegate_virtualbase_setModelData(const void* self, QWidget* editor, QAbstractItemModel* model, QModelIndex* index);
|
|
bool QAbstractItemDelegate_override_virtual_updateEditorGeometry(void* self, intptr_t slot);
|
|
void QAbstractItemDelegate_virtualbase_updateEditorGeometry(const void* self, QWidget* editor, QStyleOptionViewItem* option, QModelIndex* index);
|
|
bool QAbstractItemDelegate_override_virtual_editorEvent(void* self, intptr_t slot);
|
|
bool QAbstractItemDelegate_virtualbase_editorEvent(void* self, QEvent* event, QAbstractItemModel* model, QStyleOptionViewItem* option, QModelIndex* index);
|
|
bool QAbstractItemDelegate_override_virtual_helpEvent(void* self, intptr_t slot);
|
|
bool QAbstractItemDelegate_virtualbase_helpEvent(void* self, QHelpEvent* event, QAbstractItemView* view, QStyleOptionViewItem* option, QModelIndex* index);
|
|
bool QAbstractItemDelegate_override_virtual_paintingRoles(void* self, intptr_t slot);
|
|
struct miqt_array /* of int */ QAbstractItemDelegate_virtualbase_paintingRoles(const void* self);
|
|
bool QAbstractItemDelegate_override_virtual_event(void* self, intptr_t slot);
|
|
bool QAbstractItemDelegate_virtualbase_event(void* self, QEvent* event);
|
|
bool QAbstractItemDelegate_override_virtual_eventFilter(void* self, intptr_t slot);
|
|
bool QAbstractItemDelegate_virtualbase_eventFilter(void* self, QObject* watched, QEvent* event);
|
|
bool QAbstractItemDelegate_override_virtual_timerEvent(void* self, intptr_t slot);
|
|
void QAbstractItemDelegate_virtualbase_timerEvent(void* self, QTimerEvent* event);
|
|
bool QAbstractItemDelegate_override_virtual_childEvent(void* self, intptr_t slot);
|
|
void QAbstractItemDelegate_virtualbase_childEvent(void* self, QChildEvent* event);
|
|
bool QAbstractItemDelegate_override_virtual_customEvent(void* self, intptr_t slot);
|
|
void QAbstractItemDelegate_virtualbase_customEvent(void* self, QEvent* event);
|
|
bool QAbstractItemDelegate_override_virtual_connectNotify(void* self, intptr_t slot);
|
|
void QAbstractItemDelegate_virtualbase_connectNotify(void* self, QMetaMethod* signal);
|
|
bool QAbstractItemDelegate_override_virtual_disconnectNotify(void* self, intptr_t slot);
|
|
void QAbstractItemDelegate_virtualbase_disconnectNotify(void* self, QMetaMethod* signal);
|
|
void QAbstractItemDelegate_delete(QAbstractItemDelegate* self);
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern C */
|
|
#endif
|
|
|
|
#endif
|