miqt/qt/multimedia/gen_qmedianetworkaccesscontrol.h

51 lines
2.1 KiB
C++

#pragma once
#ifndef MIQT_QT_MULTIMEDIA_GEN_QMEDIANETWORKACCESSCONTROL_H
#define MIQT_QT_MULTIMEDIA_GEN_QMEDIANETWORKACCESSCONTROL_H
#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 QMediaControl;
class QMediaNetworkAccessControl;
class QMetaObject;
class QNetworkConfiguration;
class QObject;
#else
typedef struct QMediaControl QMediaControl;
typedef struct QMediaNetworkAccessControl QMediaNetworkAccessControl;
typedef struct QMetaObject QMetaObject;
typedef struct QNetworkConfiguration QNetworkConfiguration;
typedef struct QObject QObject;
#endif
void QMediaNetworkAccessControl_virtbase(QMediaNetworkAccessControl* src, QMediaControl** outptr_QMediaControl);
QMetaObject* QMediaNetworkAccessControl_MetaObject(const QMediaNetworkAccessControl* self);
void* QMediaNetworkAccessControl_Metacast(QMediaNetworkAccessControl* self, const char* param1);
struct miqt_string QMediaNetworkAccessControl_Tr(const char* s);
struct miqt_string QMediaNetworkAccessControl_TrUtf8(const char* s);
void QMediaNetworkAccessControl_SetConfigurations(QMediaNetworkAccessControl* self, struct miqt_array /* of QNetworkConfiguration* */ configuration);
QNetworkConfiguration* QMediaNetworkAccessControl_CurrentConfiguration(const QMediaNetworkAccessControl* self);
void QMediaNetworkAccessControl_ConfigurationChanged(QMediaNetworkAccessControl* self, QNetworkConfiguration* configuration);
void QMediaNetworkAccessControl_connect_ConfigurationChanged(QMediaNetworkAccessControl* self, intptr_t slot);
struct miqt_string QMediaNetworkAccessControl_Tr2(const char* s, const char* c);
struct miqt_string QMediaNetworkAccessControl_Tr3(const char* s, const char* c, int n);
struct miqt_string QMediaNetworkAccessControl_TrUtf82(const char* s, const char* c);
struct miqt_string QMediaNetworkAccessControl_TrUtf83(const char* s, const char* c, int n);
void QMediaNetworkAccessControl_Delete(QMediaNetworkAccessControl* self, bool isSubclass);
#ifdef __cplusplus
} /* extern C */
#endif
#endif