miqt/qt/multimedia/gen_qaudiorolecontrol.h

50 lines
1.8 KiB
C
Raw Normal View History

#pragma once
#ifndef MIQT_QT_MULTIMEDIA_GEN_QAUDIOROLECONTROL_H
#define MIQT_QT_MULTIMEDIA_GEN_QAUDIOROLECONTROL_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 QAudioRoleControl;
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
#else
typedef struct QAudioRoleControl QAudioRoleControl;
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
#endif
2024-12-07 04:15:57 +00:00
void QAudioRoleControl_virtbase(QAudioRoleControl* src, QMediaControl** outptr_QMediaControl);
2024-11-04 10:15:32 +00:00
QMetaObject* QAudioRoleControl_MetaObject(const QAudioRoleControl* self);
void* QAudioRoleControl_Metacast(QAudioRoleControl* self, const char* param1);
struct miqt_string QAudioRoleControl_Tr(const char* s);
struct miqt_string QAudioRoleControl_TrUtf8(const char* s);
int QAudioRoleControl_AudioRole(const QAudioRoleControl* self);
void QAudioRoleControl_SetAudioRole(QAudioRoleControl* self, int role);
struct miqt_array /* of int */ QAudioRoleControl_SupportedAudioRoles(const QAudioRoleControl* self);
2024-11-04 10:15:32 +00:00
void QAudioRoleControl_AudioRoleChanged(QAudioRoleControl* self, int role);
void QAudioRoleControl_connect_AudioRoleChanged(QAudioRoleControl* self, intptr_t slot);
struct miqt_string QAudioRoleControl_Tr2(const char* s, const char* c);
struct miqt_string QAudioRoleControl_Tr3(const char* s, const char* c, int n);
struct miqt_string QAudioRoleControl_TrUtf82(const char* s, const char* c);
struct miqt_string QAudioRoleControl_TrUtf83(const char* s, const char* c, int n);
2024-11-19 06:29:06 +00:00
void QAudioRoleControl_Delete(QAudioRoleControl* self, bool isSubclass);
2024-11-04 10:15:32 +00:00
#ifdef __cplusplus
} /* extern C */
#endif
#endif