diff options
| author | 2011-01-15 17:11:20 +0000 | |
|---|---|---|
| committer | 2011-01-15 17:11:20 +0000 | |
| commit | 1be0f5b95612ef18a2d4b917cefafc13506edecb (patch) | |
| tree | 76006080edcbeedc2b84d53fc5e62f7be76f3202 /src/modules/objects/KvsObject_dateTimeEdit.h | |
| parent | logviewer: fixed view of files inside subdirectories; (diff) | |
| download | KVIrc-1be0f5b95612ef18a2d4b917cefafc13506edecb.tar.gz KVIrc-1be0f5b95612ef18a2d4b917cefafc13506edecb.tar.bz2 KVIrc-1be0f5b95612ef18a2d4b917cefafc13506edecb.zip | |
More work on datetime kvs class(wip)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5367 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_dateTimeEdit.h')
| -rw-r--r-- | src/modules/objects/KvsObject_dateTimeEdit.h | 11 |
1 files changed, 6 insertions, 5 deletions
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_ |
