CCIMXDesktop
Loading...
Searching...
No Matches
alarmynote.h
1
#ifndef ALARMYNOTE_H
2
#define ALARMYNOTE_H
3
#include <QTime>
4
class
AlarmyNote
{
5
public
:
6
AlarmyNote
() =
delete
;
7
~AlarmyNote
() =
default
;
8
AlarmyNote
(QTime time, QString simpleNotes);
9
10
QTime getTimer()
const
;
11
void
setTimer(
const
QTime& newTimer);
12
QString getSimpleNotes()
const
;
13
void
setSimpleNotes(
const
QString& newSimpleNotes);
14
15
private
:
16
QTime timer;
17
QString simpleNotes;
18
};
19
20
#endif
// ALARMYNOTE_H
AlarmyNote
Definition
alarmynote.h:4
builtin
app
AlarmyClock
core
alarmynote.h
Generated by
1.9.8