AppCore
Loading...
Searching...
No Matches
TimeEventGenerator.h
Go to the documentation of this file.
1#ifndef TIMEEVENTGENERATOR_H
2#define TIMEEVENTGENERATOR_H
3
4#include <qobject.h>
5
6class StateManager;
7
8class TimeEventGenerator : public QObject
9{
10 Q_OBJECT
11public:
14
15private slots:
16 void OnSecondTick();
17 void OnMinuteTick();
18
19private:
20 class DataClass;
21 DataClass *d;
22};
23
24#endif // TIMEEVENTGENERATOR_H
Definition StateManager.h:14
Definition TimeEventGenerator.cpp:15
Definition TimeEventGenerator.h:9
virtual ~TimeEventGenerator()
TimeEventGenerator(StateManager *stateManager)