#ifndef GEN_QSCROLLERPROPERTIES_H #define GEN_QSCROLLERPROPERTIES_H #include #include #include #pragma GCC diagnostic ignored "-Wdeprecated-declarations" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus class QScrollerProperties; #else typedef struct QScrollerProperties QScrollerProperties; #endif QScrollerProperties* QScrollerProperties_new(); QScrollerProperties* QScrollerProperties_new2(QScrollerProperties* sp); void QScrollerProperties_OperatorAssign(QScrollerProperties* self, QScrollerProperties* sp); bool QScrollerProperties_OperatorEqual(QScrollerProperties* self, QScrollerProperties* sp); bool QScrollerProperties_OperatorNotEqual(QScrollerProperties* self, QScrollerProperties* sp); void QScrollerProperties_SetDefaultScrollerProperties(QScrollerProperties* sp); void QScrollerProperties_UnsetDefaultScrollerProperties(); void QScrollerProperties_Delete(QScrollerProperties* self); #ifdef __cplusplus } /* extern C */ #endif #endif