EditAlarmPresenter: implement basic functionality
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Tue, 30 Aug 2016 13:49:09 +0000 (15:49 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Sun, 11 Sep 2016 05:58:30 +0000 (07:58 +0200)
commita5aab5e10d4dd3d78a826b1572b2d186ff9d06f6
tree475b2e671c296596bf272439961d7826058e84a0
parente78393091dd557be89df7aca02245ecbdc6142f8
EditAlarmPresenter: implement basic functionality

Allow to create new Alarm on basic edit alarm view (shown at startup).
The synchronization with different view is not supported yet, so
app restart is required to sync other views.

Change-Id: I1715f730197e4bde6a3b9af30c5c7b0cb64241c4
clock/inc/Model/Alarm.h
clock/inc/Presenter/EditAlarmPresenter.h
clock/inc/View/EditAlarmView.h
clock/src/Model/AlarmProvider.cpp
clock/src/Model/AlarmProviderFile.cpp
clock/src/Presenter/EditAlarmPresenter.cpp [new file with mode: 0644]
clock/src/View/MainView.cpp