mirror of
https://github.com/mappu/miqt.git
synced 2025-02-01 19:10:21 +00:00
49 lines
1.8 KiB
C++
49 lines
1.8 KiB
C++
#pragma once
|
|
#ifndef MIQT_QT6_WEBENGINE_GEN_QWEBENGINENAVIGATIONREQUEST_H
|
|
#define MIQT_QT6_WEBENGINE_GEN_QWEBENGINENAVIGATIONREQUEST_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 QMetaObject;
|
|
class QObject;
|
|
class QUrl;
|
|
class QWebEngineNavigationRequest;
|
|
#else
|
|
typedef struct QMetaObject QMetaObject;
|
|
typedef struct QObject QObject;
|
|
typedef struct QUrl QUrl;
|
|
typedef struct QWebEngineNavigationRequest QWebEngineNavigationRequest;
|
|
#endif
|
|
|
|
void QWebEngineNavigationRequest_virtbase(QWebEngineNavigationRequest* src, QObject** outptr_QObject);
|
|
QMetaObject* QWebEngineNavigationRequest_metaObject(const QWebEngineNavigationRequest* self);
|
|
void* QWebEngineNavigationRequest_metacast(QWebEngineNavigationRequest* self, const char* param1);
|
|
struct miqt_string QWebEngineNavigationRequest_tr(const char* s);
|
|
QUrl* QWebEngineNavigationRequest_url(const QWebEngineNavigationRequest* self);
|
|
bool QWebEngineNavigationRequest_isMainFrame(const QWebEngineNavigationRequest* self);
|
|
int QWebEngineNavigationRequest_navigationType(const QWebEngineNavigationRequest* self);
|
|
void QWebEngineNavigationRequest_accept(QWebEngineNavigationRequest* self);
|
|
void QWebEngineNavigationRequest_reject(QWebEngineNavigationRequest* self);
|
|
void QWebEngineNavigationRequest_actionChanged(QWebEngineNavigationRequest* self);
|
|
void QWebEngineNavigationRequest_connect_actionChanged(QWebEngineNavigationRequest* self, intptr_t slot);
|
|
struct miqt_string QWebEngineNavigationRequest_tr2(const char* s, const char* c);
|
|
struct miqt_string QWebEngineNavigationRequest_tr3(const char* s, const char* c, int n);
|
|
void QWebEngineNavigationRequest_delete(QWebEngineNavigationRequest* self);
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern C */
|
|
#endif
|
|
|
|
#endif
|