From ea3945a9bd8f9830f70b1efa133f9df13b19362f Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 16 Nov 2004 19:14:18 +0000 Subject: libopie1 goes into unsupported --- (limited to 'libopie/pim/otodoaccessxml.h') diff --git a/libopie/pim/otodoaccessxml.h b/libopie/pim/otodoaccessxml.h deleted file mode 100644 index e4850a1..0000000 --- a/libopie/pim/otodoaccessxml.h +++ b/dev/null @@ -1,60 +0,0 @@ -#ifndef OPIE_TODO_ACCESS_XML_H -#define OPIE_TODO_ACCESS_XML_H - -#include -#include - -#include "otodoaccessbackend.h" - -namespace Opie { - class XMLElement; -}; - -class OTodoAccessXML : public OTodoAccessBackend { -public: - /** - * fileName if Empty we will use the default path - */ - OTodoAccessXML( const QString& appName, - const QString& fileName = QString::null ); - ~OTodoAccessXML(); - - bool load(); - bool reload(); - bool save(); - - QArray allRecords()const; - QArray matchRegexp(const QRegExp &r) const; - QArray queryByExample( const OTodo&, int querysettings, const QDateTime& d = QDateTime() ); - OTodo find( int uid )const; - void clear(); - bool add( const OTodo& ); - bool remove( int uid ); - void removeAllCompleted(); - bool replace( const OTodo& ); - - /* our functions */ - QArray effectiveToDos( const QDate& start, - const QDate& end, - bool includeNoDates ); - QArray overDue(); - QArray sorted( bool asc, int sortOrder, - int sortFilter, int cat ); - QBitArray supports()const; -private: - static QBitArray sup(); - void todo( QAsciiDict*, OTodo&,const QCString&,const QString& ); - QString toString( const OTodo& )const; - QString toString( const QArray& ints ) const; - QMap m_events; - QString m_file; - QString m_app; - bool m_opened : 1; - bool m_changed : 1; - class OTodoAccessXMLPrivate; - OTodoAccessXMLPrivate* d; - int m_year, m_month, m_day; - -}; - -#endif -- cgit v0.9.0.2