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