miqt/qt/multimedia/gen_qvideodeviceselectorcontrol.h

56 lines
2.6 KiB
C
Raw Normal View History

#pragma once
#ifndef MIQT_QT_MULTIMEDIA_GEN_QVIDEODEVICESELECTORCONTROL_H
#define MIQT_QT_MULTIMEDIA_GEN_QVIDEODEVICESELECTORCONTROL_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
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 QVideoDeviceSelectorControl;
#else
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 QVideoDeviceSelectorControl QVideoDeviceSelectorControl;
#endif
QMetaObject* QVideoDeviceSelectorControl_MetaObject(const QVideoDeviceSelectorControl* self);
void* QVideoDeviceSelectorControl_Metacast(QVideoDeviceSelectorControl* self, const char* param1);
struct miqt_string QVideoDeviceSelectorControl_Tr(const char* s);
struct miqt_string QVideoDeviceSelectorControl_TrUtf8(const char* s);
int QVideoDeviceSelectorControl_DeviceCount(const QVideoDeviceSelectorControl* self);
struct miqt_string QVideoDeviceSelectorControl_DeviceName(const QVideoDeviceSelectorControl* self, int index);
struct miqt_string QVideoDeviceSelectorControl_DeviceDescription(const QVideoDeviceSelectorControl* self, int index);
int QVideoDeviceSelectorControl_DefaultDevice(const QVideoDeviceSelectorControl* self);
int QVideoDeviceSelectorControl_SelectedDevice(const QVideoDeviceSelectorControl* self);
void QVideoDeviceSelectorControl_SetSelectedDevice(QVideoDeviceSelectorControl* self, int index);
void QVideoDeviceSelectorControl_SelectedDeviceChanged(QVideoDeviceSelectorControl* self, int index);
void QVideoDeviceSelectorControl_connect_SelectedDeviceChanged(QVideoDeviceSelectorControl* self, intptr_t slot);
void QVideoDeviceSelectorControl_SelectedDeviceChangedWithName(QVideoDeviceSelectorControl* self, struct miqt_string name);
void QVideoDeviceSelectorControl_connect_SelectedDeviceChangedWithName(QVideoDeviceSelectorControl* self, intptr_t slot);
void QVideoDeviceSelectorControl_DevicesChanged(QVideoDeviceSelectorControl* self);
void QVideoDeviceSelectorControl_connect_DevicesChanged(QVideoDeviceSelectorControl* self, intptr_t slot);
struct miqt_string QVideoDeviceSelectorControl_Tr2(const char* s, const char* c);
struct miqt_string QVideoDeviceSelectorControl_Tr3(const char* s, const char* c, int n);
struct miqt_string QVideoDeviceSelectorControl_TrUtf82(const char* s, const char* c);
struct miqt_string QVideoDeviceSelectorControl_TrUtf83(const char* s, const char* c, int n);
2024-11-19 06:29:06 +00:00
void QVideoDeviceSelectorControl_Delete(QVideoDeviceSelectorControl* self, bool isSubclass);
2024-11-04 10:15:32 +00:00
#ifdef __cplusplus
} /* extern C */
#endif
#endif