navit 0.5.3-trunk
Loading...
Searching...
No Matches
event_qt5.h
Go to the documentation of this file.
1
20#include <QObject>
21#include <glib.h>
22
23class qt5_navit_timer : public QObject {
24 Q_OBJECT
25public: qt5_navit_timer(QObject* parent = 0);
26 GHashTable* timer_type;
27 GHashTable* timer_callback;
28 GHashTable* watches;
29
30public slots:
31 void watchEvent(int id);
32
33protected:
34 void timerEvent(QTimerEvent* event);
35};
36
37void qt5_event_init(void);
Definition event_qt5.h:23
GHashTable * watches
Definition event_qt5.h:28
void watchEvent(int id)
Definition event_qt5.cpp:67
GHashTable * timer_callback
Definition event_qt5.h:27
GHashTable * timer_type
Definition event_qt5.h:26
void timerEvent(QTimerEvent *event)
Definition event_qt5.cpp:76
void qt5_event_init(void)
Definition event_qt5.cpp:172
Definition gpx2navit_txt.h:51