2024-11-17 19:21:37 +13:00
|
|
|
#pragma once
|
|
|
|
#ifndef MIQT_QT_GEN_QPAUSEANIMATION_H
|
|
|
|
#define MIQT_QT_GEN_QPAUSEANIMATION_H
|
2024-08-25 16:08:24 +12:00
|
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
|
|
|
|
2024-10-16 18:07:56 +13:00
|
|
|
#include "../libmiqt/libmiqt.h"
|
2024-09-15 10:29:05 +12:00
|
|
|
|
2024-08-25 16:08:24 +12:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
2024-11-19 19:29:06 +13:00
|
|
|
class QAbstractAnimation;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QChildEvent;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QEvent;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QMetaMethod;
|
2024-08-25 16:08:24 +12:00
|
|
|
class QMetaObject;
|
|
|
|
class QObject;
|
|
|
|
class QPauseAnimation;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QTimerEvent;
|
2024-08-25 16:08:24 +12:00
|
|
|
#else
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QAbstractAnimation QAbstractAnimation;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QChildEvent QChildEvent;
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QEvent QEvent;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QMetaMethod QMetaMethod;
|
2024-08-25 16:08:24 +12:00
|
|
|
typedef struct QMetaObject QMetaObject;
|
|
|
|
typedef struct QObject QObject;
|
|
|
|
typedef struct QPauseAnimation QPauseAnimation;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QTimerEvent QTimerEvent;
|
2024-08-25 16:08:24 +12:00
|
|
|
#endif
|
|
|
|
|
2024-12-07 17:15:57 +13:00
|
|
|
QPauseAnimation* QPauseAnimation_new();
|
|
|
|
QPauseAnimation* QPauseAnimation_new2(int msecs);
|
|
|
|
QPauseAnimation* QPauseAnimation_new3(QObject* parent);
|
|
|
|
QPauseAnimation* QPauseAnimation_new4(int msecs, QObject* parent);
|
|
|
|
void QPauseAnimation_virtbase(QPauseAnimation* src, QAbstractAnimation** outptr_QAbstractAnimation);
|
2025-02-01 13:45:16 +13:00
|
|
|
QMetaObject* QPauseAnimation_metaObject(const QPauseAnimation* self);
|
|
|
|
void* QPauseAnimation_metacast(QPauseAnimation* self, const char* param1);
|
|
|
|
struct miqt_string QPauseAnimation_tr(const char* s);
|
|
|
|
struct miqt_string QPauseAnimation_trUtf8(const char* s);
|
|
|
|
int QPauseAnimation_duration(const QPauseAnimation* self);
|
|
|
|
void QPauseAnimation_setDuration(QPauseAnimation* self, int msecs);
|
|
|
|
bool QPauseAnimation_event(QPauseAnimation* self, QEvent* e);
|
|
|
|
void QPauseAnimation_updateCurrentTime(QPauseAnimation* self, int param1);
|
|
|
|
struct miqt_string QPauseAnimation_tr2(const char* s, const char* c);
|
|
|
|
struct miqt_string QPauseAnimation_tr3(const char* s, const char* c, int n);
|
|
|
|
struct miqt_string QPauseAnimation_trUtf82(const char* s, const char* c);
|
|
|
|
struct miqt_string QPauseAnimation_trUtf83(const char* s, const char* c, int n);
|
|
|
|
bool QPauseAnimation_override_virtual_duration(void* self, intptr_t slot);
|
|
|
|
int QPauseAnimation_virtualbase_duration(const void* self);
|
|
|
|
bool QPauseAnimation_override_virtual_event(void* self, intptr_t slot);
|
|
|
|
bool QPauseAnimation_virtualbase_event(void* self, QEvent* e);
|
|
|
|
bool QPauseAnimation_override_virtual_updateCurrentTime(void* self, intptr_t slot);
|
|
|
|
void QPauseAnimation_virtualbase_updateCurrentTime(void* self, int param1);
|
|
|
|
bool QPauseAnimation_override_virtual_updateState(void* self, intptr_t slot);
|
|
|
|
void QPauseAnimation_virtualbase_updateState(void* self, int newState, int oldState);
|
|
|
|
bool QPauseAnimation_override_virtual_updateDirection(void* self, intptr_t slot);
|
|
|
|
void QPauseAnimation_virtualbase_updateDirection(void* self, int direction);
|
|
|
|
bool QPauseAnimation_override_virtual_eventFilter(void* self, intptr_t slot);
|
|
|
|
bool QPauseAnimation_virtualbase_eventFilter(void* self, QObject* watched, QEvent* event);
|
|
|
|
bool QPauseAnimation_override_virtual_timerEvent(void* self, intptr_t slot);
|
|
|
|
void QPauseAnimation_virtualbase_timerEvent(void* self, QTimerEvent* event);
|
|
|
|
bool QPauseAnimation_override_virtual_childEvent(void* self, intptr_t slot);
|
|
|
|
void QPauseAnimation_virtualbase_childEvent(void* self, QChildEvent* event);
|
|
|
|
bool QPauseAnimation_override_virtual_customEvent(void* self, intptr_t slot);
|
|
|
|
void QPauseAnimation_virtualbase_customEvent(void* self, QEvent* event);
|
|
|
|
bool QPauseAnimation_override_virtual_connectNotify(void* self, intptr_t slot);
|
|
|
|
void QPauseAnimation_virtualbase_connectNotify(void* self, QMetaMethod* signal);
|
|
|
|
bool QPauseAnimation_override_virtual_disconnectNotify(void* self, intptr_t slot);
|
|
|
|
void QPauseAnimation_virtualbase_disconnectNotify(void* self, QMetaMethod* signal);
|
|
|
|
void QPauseAnimation_delete(QPauseAnimation* self);
|
2024-08-25 16:08:24 +12:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern C */
|
2025-02-01 13:45:16 +13:00
|
|
|
#endif
|
2024-08-25 16:08:24 +12:00
|
|
|
|
|
|
|
#endif
|