2024-11-17 06:21:37 +00:00
|
|
|
#pragma once
|
|
|
|
#ifndef MIQT_QT6_GEN_QSTYLEHINTS_H
|
|
|
|
#define MIQT_QT6_GEN_QSTYLEHINTS_H
|
2024-10-20 05:21:03 +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 QChar;
|
|
|
|
class QMetaObject;
|
2024-11-19 06:29:06 +00:00
|
|
|
class QObject;
|
2024-10-20 05:21:03 +00:00
|
|
|
class QStyleHints;
|
|
|
|
#else
|
|
|
|
typedef struct QChar QChar;
|
|
|
|
typedef struct QMetaObject QMetaObject;
|
2024-11-19 06:29:06 +00:00
|
|
|
typedef struct QObject QObject;
|
2024-10-20 05:21:03 +00:00
|
|
|
typedef struct QStyleHints QStyleHints;
|
|
|
|
#endif
|
|
|
|
|
2024-12-07 04:15:57 +00:00
|
|
|
void QStyleHints_virtbase(QStyleHints* src, QObject** outptr_QObject);
|
2024-10-20 05:21:03 +00:00
|
|
|
QMetaObject* QStyleHints_MetaObject(const QStyleHints* self);
|
|
|
|
void* QStyleHints_Metacast(QStyleHints* self, const char* param1);
|
|
|
|
struct miqt_string QStyleHints_Tr(const char* s);
|
|
|
|
void QStyleHints_SetMouseDoubleClickInterval(QStyleHints* self, int mouseDoubleClickInterval);
|
|
|
|
int QStyleHints_MouseDoubleClickInterval(const QStyleHints* self);
|
|
|
|
int QStyleHints_MouseDoubleClickDistance(const QStyleHints* self);
|
|
|
|
int QStyleHints_TouchDoubleTapDistance(const QStyleHints* self);
|
|
|
|
void QStyleHints_SetMousePressAndHoldInterval(QStyleHints* self, int mousePressAndHoldInterval);
|
|
|
|
int QStyleHints_MousePressAndHoldInterval(const QStyleHints* self);
|
|
|
|
void QStyleHints_SetStartDragDistance(QStyleHints* self, int startDragDistance);
|
|
|
|
int QStyleHints_StartDragDistance(const QStyleHints* self);
|
|
|
|
void QStyleHints_SetStartDragTime(QStyleHints* self, int startDragTime);
|
|
|
|
int QStyleHints_StartDragTime(const QStyleHints* self);
|
|
|
|
int QStyleHints_StartDragVelocity(const QStyleHints* self);
|
|
|
|
void QStyleHints_SetKeyboardInputInterval(QStyleHints* self, int keyboardInputInterval);
|
|
|
|
int QStyleHints_KeyboardInputInterval(const QStyleHints* self);
|
|
|
|
int QStyleHints_KeyboardAutoRepeatRate(const QStyleHints* self);
|
|
|
|
void QStyleHints_SetCursorFlashTime(QStyleHints* self, int cursorFlashTime);
|
|
|
|
int QStyleHints_CursorFlashTime(const QStyleHints* self);
|
|
|
|
bool QStyleHints_ShowIsFullScreen(const QStyleHints* self);
|
|
|
|
bool QStyleHints_ShowIsMaximized(const QStyleHints* self);
|
|
|
|
bool QStyleHints_ShowShortcutsInContextMenus(const QStyleHints* self);
|
|
|
|
void QStyleHints_SetShowShortcutsInContextMenus(QStyleHints* self, bool showShortcutsInContextMenus);
|
|
|
|
int QStyleHints_PasswordMaskDelay(const QStyleHints* self);
|
|
|
|
QChar* QStyleHints_PasswordMaskCharacter(const QStyleHints* self);
|
|
|
|
double QStyleHints_FontSmoothingGamma(const QStyleHints* self);
|
|
|
|
bool QStyleHints_UseRtlExtensions(const QStyleHints* self);
|
|
|
|
bool QStyleHints_SetFocusOnTouchRelease(const QStyleHints* self);
|
|
|
|
int QStyleHints_TabFocusBehavior(const QStyleHints* self);
|
|
|
|
void QStyleHints_SetTabFocusBehavior(QStyleHints* self, int tabFocusBehavior);
|
|
|
|
bool QStyleHints_SingleClickActivation(const QStyleHints* self);
|
|
|
|
bool QStyleHints_UseHoverEffects(const QStyleHints* self);
|
|
|
|
void QStyleHints_SetUseHoverEffects(QStyleHints* self, bool useHoverEffects);
|
|
|
|
int QStyleHints_WheelScrollLines(const QStyleHints* self);
|
|
|
|
void QStyleHints_SetWheelScrollLines(QStyleHints* self, int scrollLines);
|
|
|
|
void QStyleHints_SetMouseQuickSelectionThreshold(QStyleHints* self, int threshold);
|
|
|
|
int QStyleHints_MouseQuickSelectionThreshold(const QStyleHints* self);
|
|
|
|
void QStyleHints_CursorFlashTimeChanged(QStyleHints* self, int cursorFlashTime);
|
|
|
|
void QStyleHints_connect_CursorFlashTimeChanged(QStyleHints* self, intptr_t slot);
|
|
|
|
void QStyleHints_KeyboardInputIntervalChanged(QStyleHints* self, int keyboardInputInterval);
|
|
|
|
void QStyleHints_connect_KeyboardInputIntervalChanged(QStyleHints* self, intptr_t slot);
|
|
|
|
void QStyleHints_MouseDoubleClickIntervalChanged(QStyleHints* self, int mouseDoubleClickInterval);
|
|
|
|
void QStyleHints_connect_MouseDoubleClickIntervalChanged(QStyleHints* self, intptr_t slot);
|
|
|
|
void QStyleHints_MousePressAndHoldIntervalChanged(QStyleHints* self, int mousePressAndHoldInterval);
|
|
|
|
void QStyleHints_connect_MousePressAndHoldIntervalChanged(QStyleHints* self, intptr_t slot);
|
|
|
|
void QStyleHints_StartDragDistanceChanged(QStyleHints* self, int startDragDistance);
|
|
|
|
void QStyleHints_connect_StartDragDistanceChanged(QStyleHints* self, intptr_t slot);
|
|
|
|
void QStyleHints_StartDragTimeChanged(QStyleHints* self, int startDragTime);
|
|
|
|
void QStyleHints_connect_StartDragTimeChanged(QStyleHints* self, intptr_t slot);
|
|
|
|
void QStyleHints_TabFocusBehaviorChanged(QStyleHints* self, int tabFocusBehavior);
|
|
|
|
void QStyleHints_connect_TabFocusBehaviorChanged(QStyleHints* self, intptr_t slot);
|
|
|
|
void QStyleHints_UseHoverEffectsChanged(QStyleHints* self, bool useHoverEffects);
|
|
|
|
void QStyleHints_connect_UseHoverEffectsChanged(QStyleHints* self, intptr_t slot);
|
|
|
|
void QStyleHints_ShowShortcutsInContextMenusChanged(QStyleHints* self, bool param1);
|
|
|
|
void QStyleHints_connect_ShowShortcutsInContextMenusChanged(QStyleHints* self, intptr_t slot);
|
|
|
|
void QStyleHints_WheelScrollLinesChanged(QStyleHints* self, int scrollLines);
|
|
|
|
void QStyleHints_connect_WheelScrollLinesChanged(QStyleHints* self, intptr_t slot);
|
|
|
|
void QStyleHints_MouseQuickSelectionThresholdChanged(QStyleHints* self, int threshold);
|
|
|
|
void QStyleHints_connect_MouseQuickSelectionThresholdChanged(QStyleHints* self, intptr_t slot);
|
|
|
|
struct miqt_string QStyleHints_Tr2(const char* s, const char* c);
|
|
|
|
struct miqt_string QStyleHints_Tr3(const char* s, const char* c, int n);
|
2024-11-19 06:29:06 +00:00
|
|
|
void QStyleHints_Delete(QStyleHints* self, bool isSubclass);
|
2024-10-20 05:21:03 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern C */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|