From fccc5d110dea3bc32176694c8e5fc7f014706be6 Mon Sep 17 00:00:00 2001 From: eilers Date: Mon, 20 Oct 2003 15:58:00 +0000 Subject: Pushing todo closer to sql support. Recurrances and custom entries still missing. But before I add this, I have to do some cleanup.. --- (limited to 'libopie/pim/opimnotifymanager.h') diff --git a/libopie/pim/opimnotifymanager.h b/libopie/pim/opimnotifymanager.h index 0ac30a1..48410e7 100644 --- a/libopie/pim/opimnotifymanager.h +++ b/libopie/pim/opimnotifymanager.h @@ -39,9 +39,31 @@ public: */ void deregister( const OPimNotify& ); - bool isEmpty()const; + /** + * Return all alarms as string + */ + QString alarmsToString() const; + /** + * Return all notifiers as string + */ + QString remindersToString() const; + + /** + * Convert string to alarms + * @param str String created by alarmsToString() + */ + void alarmsFromString( const QString& str ); + + /** + * Convert string to reminders + * @param str String created by remindersToString() + */ + void remindersFromString( const QString& str ); + + + private: Reminders m_rem; Alarms m_al; -- cgit v0.9.0.2