From 1be0f5b95612ef18a2d4b917cefafc13506edecb Mon Sep 17 00:00:00 2001 From: Noldor Date: Sat, 15 Jan 2011 17:11:20 +0000 Subject: More work on datetime kvs class(wip) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5367 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/KvsObject_dateTimeEdit.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/modules/objects/KvsObject_dateTimeEdit.h') diff --git a/src/modules/objects/KvsObject_dateTimeEdit.h b/src/modules/objects/KvsObject_dateTimeEdit.h index fc2963a8f..8cff7c45e 100644 --- a/src/modules/objects/KvsObject_dateTimeEdit.h +++ b/src/modules/objects/KvsObject_dateTimeEdit.h @@ -44,13 +44,14 @@ protected: bool time(KviKvsObjectFunctionCall *c); bool setTime(KviKvsObjectFunctionCall *c); - /* bool text(KviKvsObjectFunctionCall *c); + bool timeChangedEvent(KviKvsObjectFunctionCall *c); + bool dateTimeChangedEvent(KviKvsObjectFunctionCall *c); + bool dateChangedEvent(KviKvsObjectFunctionCall *c); - bool setImage(KviKvsObjectFunctionCall *c); - bool clickEvent(KviKvsObjectFunctionCall *c); -*/ protected slots: - //void slotClicked(); + void slotDateTimeChanged(const QDateTime &); + void slotDateChanged(const QDate &); + void slotTimeChanged(const QTime &); }; #endif // !_CLASS_datetimeedit_H_ -- cgit v1.3.1-10-gc9f91