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