#ifndef GEN_QFONTDIALOG_H #define GEN_QFONTDIALOG_H #include #include #include #pragma GCC diagnostic ignored "-Wdeprecated-declarations" #include "../libmiqt/libmiqt.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus class QFont; class QFontDialog; class QMetaObject; class QWidget; #else typedef struct QFont QFont; typedef struct QFontDialog QFontDialog; typedef struct QMetaObject QMetaObject; typedef struct QWidget QWidget; #endif QFontDialog* QFontDialog_new(); QFontDialog* QFontDialog_new2(QFont* initial); QFontDialog* QFontDialog_new3(QWidget* parent); QFontDialog* QFontDialog_new4(QFont* initial, QWidget* parent); QMetaObject* QFontDialog_MetaObject(const QFontDialog* self); void* QFontDialog_Metacast(QFontDialog* self, const char* param1); struct miqt_string* QFontDialog_Tr(const char* s); struct miqt_string* QFontDialog_TrUtf8(const char* s); void QFontDialog_SetCurrentFont(QFontDialog* self, QFont* font); QFont* QFontDialog_CurrentFont(const QFontDialog* self); QFont* QFontDialog_SelectedFont(const QFontDialog* self); void QFontDialog_SetOption(QFontDialog* self, int option); bool QFontDialog_TestOption(const QFontDialog* self, int option); void QFontDialog_SetOptions(QFontDialog* self, int options); int QFontDialog_Options(const QFontDialog* self); void QFontDialog_SetVisible(QFontDialog* self, bool visible); QFont* QFontDialog_GetFont(bool* ok); QFont* QFontDialog_GetFont2(bool* ok, QFont* initial); void QFontDialog_CurrentFontChanged(QFontDialog* self, QFont* font); void QFontDialog_connect_CurrentFontChanged(QFontDialog* self, intptr_t slot); void QFontDialog_FontSelected(QFontDialog* self, QFont* font); void QFontDialog_connect_FontSelected(QFontDialog* self, intptr_t slot); struct miqt_string* QFontDialog_Tr2(const char* s, const char* c); struct miqt_string* QFontDialog_Tr3(const char* s, const char* c, int n); struct miqt_string* QFontDialog_TrUtf82(const char* s, const char* c); struct miqt_string* QFontDialog_TrUtf83(const char* s, const char* c, int n); void QFontDialog_SetOption2(QFontDialog* self, int option, bool on); QFont* QFontDialog_GetFont22(bool* ok, QWidget* parent); QFont* QFontDialog_GetFont3(bool* ok, QFont* initial, QWidget* parent); QFont* QFontDialog_GetFont4(bool* ok, QFont* initial, QWidget* parent, struct miqt_string* title); QFont* QFontDialog_GetFont5(bool* ok, QFont* initial, QWidget* parent, struct miqt_string* title, int options); void QFontDialog_Delete(QFontDialog* self); #ifdef __cplusplus } /* extern C */ #endif #endif