2024-11-17 06:21:37 +00:00
|
|
|
#pragma once
|
|
|
|
#ifndef MIQT_QT_MULTIMEDIA_GEN_QCAMERAIMAGEPROCESSINGCONTROL_H
|
|
|
|
#define MIQT_QT_MULTIMEDIA_GEN_QCAMERAIMAGEPROCESSINGCONTROL_H
|
2024-11-04 10:15:32 +00: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 QCameraImageProcessingControl;
|
2024-11-19 06:29:06 +00:00
|
|
|
class QMediaControl;
|
2024-11-04 10:15:32 +00:00
|
|
|
class QMetaObject;
|
2024-11-19 06:29:06 +00:00
|
|
|
class QObject;
|
2024-11-04 10:15:32 +00:00
|
|
|
class QVariant;
|
|
|
|
#else
|
|
|
|
typedef struct QCameraImageProcessingControl QCameraImageProcessingControl;
|
2024-11-19 06:29:06 +00:00
|
|
|
typedef struct QMediaControl QMediaControl;
|
2024-11-04 10:15:32 +00:00
|
|
|
typedef struct QMetaObject QMetaObject;
|
2024-11-19 06:29:06 +00:00
|
|
|
typedef struct QObject QObject;
|
2024-11-04 10:15:32 +00:00
|
|
|
typedef struct QVariant QVariant;
|
|
|
|
#endif
|
|
|
|
|
2024-12-07 04:15:57 +00:00
|
|
|
void QCameraImageProcessingControl_virtbase(QCameraImageProcessingControl* src, QMediaControl** outptr_QMediaControl);
|
2024-11-04 10:15:32 +00:00
|
|
|
QMetaObject* QCameraImageProcessingControl_MetaObject(const QCameraImageProcessingControl* self);
|
|
|
|
void* QCameraImageProcessingControl_Metacast(QCameraImageProcessingControl* self, const char* param1);
|
|
|
|
struct miqt_string QCameraImageProcessingControl_Tr(const char* s);
|
|
|
|
struct miqt_string QCameraImageProcessingControl_TrUtf8(const char* s);
|
|
|
|
bool QCameraImageProcessingControl_IsParameterSupported(const QCameraImageProcessingControl* self, int param1);
|
|
|
|
bool QCameraImageProcessingControl_IsParameterValueSupported(const QCameraImageProcessingControl* self, int parameter, QVariant* value);
|
|
|
|
QVariant* QCameraImageProcessingControl_Parameter(const QCameraImageProcessingControl* self, int parameter);
|
|
|
|
void QCameraImageProcessingControl_SetParameter(QCameraImageProcessingControl* self, int parameter, QVariant* value);
|
|
|
|
struct miqt_string QCameraImageProcessingControl_Tr2(const char* s, const char* c);
|
|
|
|
struct miqt_string QCameraImageProcessingControl_Tr3(const char* s, const char* c, int n);
|
|
|
|
struct miqt_string QCameraImageProcessingControl_TrUtf82(const char* s, const char* c);
|
|
|
|
struct miqt_string QCameraImageProcessingControl_TrUtf83(const char* s, const char* c, int n);
|
2024-11-19 06:29:06 +00:00
|
|
|
void QCameraImageProcessingControl_Delete(QCameraImageProcessingControl* self, bool isSubclass);
|
2024-11-04 10:15:32 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern C */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|