2024-11-17 19:21:37 +13:00
|
|
|
#pragma once
|
|
|
|
#ifndef MIQT_QT_MULTIMEDIA_GEN_QCAMERAFEEDBACKCONTROL_H
|
|
|
|
#define MIQT_QT_MULTIMEDIA_GEN_QCAMERAFEEDBACKCONTROL_H
|
2024-11-04 23:15:32 +13:00
|
|
|
|
|
|
|
#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 QCameraFeedbackControl;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QMediaControl;
|
2024-11-04 23:15:32 +13:00
|
|
|
class QMetaObject;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QObject;
|
2024-11-04 23:15:32 +13:00
|
|
|
#else
|
|
|
|
typedef struct QCameraFeedbackControl QCameraFeedbackControl;
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QMediaControl QMediaControl;
|
2024-11-04 23:15:32 +13:00
|
|
|
typedef struct QMetaObject QMetaObject;
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QObject QObject;
|
2024-11-04 23:15:32 +13:00
|
|
|
#endif
|
|
|
|
|
2024-12-07 17:15:57 +13:00
|
|
|
void QCameraFeedbackControl_virtbase(QCameraFeedbackControl* src, QMediaControl** outptr_QMediaControl);
|
2025-02-01 13:45:16 +13:00
|
|
|
QMetaObject* QCameraFeedbackControl_metaObject(const QCameraFeedbackControl* self);
|
|
|
|
void* QCameraFeedbackControl_metacast(QCameraFeedbackControl* self, const char* param1);
|
|
|
|
struct miqt_string QCameraFeedbackControl_tr(const char* s);
|
|
|
|
struct miqt_string QCameraFeedbackControl_trUtf8(const char* s);
|
|
|
|
bool QCameraFeedbackControl_isEventFeedbackLocked(const QCameraFeedbackControl* self, int param1);
|
|
|
|
bool QCameraFeedbackControl_isEventFeedbackEnabled(const QCameraFeedbackControl* self, int param1);
|
|
|
|
bool QCameraFeedbackControl_setEventFeedbackEnabled(QCameraFeedbackControl* self, int param1, bool param2);
|
|
|
|
void QCameraFeedbackControl_resetEventFeedback(QCameraFeedbackControl* self, int param1);
|
|
|
|
bool QCameraFeedbackControl_setEventFeedbackSound(QCameraFeedbackControl* self, int param1, struct miqt_string filePath);
|
|
|
|
struct miqt_string QCameraFeedbackControl_tr2(const char* s, const char* c);
|
|
|
|
struct miqt_string QCameraFeedbackControl_tr3(const char* s, const char* c, int n);
|
|
|
|
struct miqt_string QCameraFeedbackControl_trUtf82(const char* s, const char* c);
|
|
|
|
struct miqt_string QCameraFeedbackControl_trUtf83(const char* s, const char* c, int n);
|
|
|
|
void QCameraFeedbackControl_delete(QCameraFeedbackControl* self);
|
2024-11-04 23:15:32 +13:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern C */
|
2025-02-01 13:45:16 +13:00
|
|
|
#endif
|
2024-11-04 23:15:32 +13:00
|
|
|
|
|
|
|
#endif
|