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
25 public:
26 qt5_navit_timer(QObject *parent = 0);
27 GHashTable *timer_type;
28 GHashTable *timer_callback;
29 GHashTable *watches;
30
31 public slots:
32 void watchEvent(int id);
33
34 protected:
35 void timerEvent(QTimerEvent *event);
36};
37
38void qt5_event_init(void);
Definition event_qt5.h:23
GHashTable * watches
Definition event_qt5.h:29
void watchEvent(int id)
Definition event_qt5.cpp:67
GHashTable * timer_callback
Definition event_qt5.h:28
GHashTable * timer_type
Definition event_qt5.h:27
void timerEvent(QTimerEvent *event)
Definition event_qt5.cpp:76
void qt5_event_init(void)
Definition event_qt5.cpp:172
Definition gpx2navit_txt.h:50