///////////////////////////////////////////////////////////////////////////// // // File : QShortcut_DhClass.h // Copyright : (c) David Harley 2010 // Project : qtHaskell // Version : 1.1.4 // Modified : 2010-09-02 17:01:53 // // Warning : this file is machine generated - do not modify. // ///////////////////////////////////////////////////////////////////////////// #ifndef dhclassheader #define dhclassheader #include #include #include #include #endif class DhQShortcut : public DynamicQHandler, public QShortcut { private: static QHash initXhHash(); static QHash xhHash; public: bool setDynamicQHandler(void * ro_ptr, char * eventId, void * rf_ptr, void * st_ptr, void * df_ptr); bool unSetDynamicQHandler(char * eventId); bool setDynamicQHandlerud(int udtyp, void * ro_ptr, int eventId, void * rf_ptr, void * st_ptr, void * df_ptr); bool unSetDynamicQHandlerud(int udtyp, int eventId); void userDefined(int x1) const; QVariant* userDefinedVariant(int x1, QVariant* x2) const; explicit DhQShortcut(QWidget* x1) : DynamicQHandler(), QShortcut(x1) {}; explicit DhQShortcut(const QKeySequence& x1, QWidget* x2) : DynamicQHandler(), QShortcut(x1, x2) {}; explicit DhQShortcut(const QKeySequence& x1, QWidget* x2, const char* x3) : DynamicQHandler(), QShortcut(x1, x2, x3) {}; explicit DhQShortcut(const QKeySequence& x1, QWidget* x2, const char* x3, const char* x4) : DynamicQHandler(), QShortcut(x1, x2, x3, x4) {}; explicit DhQShortcut(const QKeySequence& x1, QWidget* x2, const char* x3, const char* x4, Qt::ShortcutContext x5) : DynamicQHandler(), QShortcut(x1, x2, x3, x4, x5) {}; bool event(QEvent* x1); bool Dhevent(QEvent* x1); bool Dvhevent(QEvent* x1); ~DhQShortcut(){} void childEvent(QChildEvent* x1); void DhchildEvent(QChildEvent* x1); void DvhchildEvent(QChildEvent* x1); void connectNotify(const char* x1); void DhconnectNotify(const char* x1); void DvhconnectNotify(const char* x1); void customEvent(QEvent* x1); void DhcustomEvent(QEvent* x1); void DvhcustomEvent(QEvent* x1); void disconnectNotify(const char* x1); void DhdisconnectNotify(const char* x1); void DvhdisconnectNotify(const char* x1); bool eventFilter(QObject* x1, QEvent* x2); bool DheventFilter(QObject* x1, QEvent* x2); bool DvheventFilter(QObject* x1, QEvent* x2); int receivers(const char* x1) const; int Dhreceivers(const char* x1) const; int Dvhreceivers(const char* x1) const; QObject* sender() const; QObject* Dhsender() const; QObject* Dvhsender() const; void timerEvent(QTimerEvent* x1); void DhtimerEvent(QTimerEvent* x1); void DvhtimerEvent(QTimerEvent* x1); };