diff options
Diffstat (limited to 'sip/tdeabc/resourcefile.sip')
-rw-r--r-- | sip/tdeabc/resourcefile.sip | 176 |
1 files changed, 176 insertions, 0 deletions
diff --git a/sip/tdeabc/resourcefile.sip b/sip/tdeabc/resourcefile.sip new file mode 100644 index 0000000..599157a --- /dev/null +++ b/sip/tdeabc/resourcefile.sip @@ -0,0 +1,176 @@ +// +// Copyright 2006 Jim Bublitz <[email protected]> +// Earlier copyrights 1998 - 2005 Jim Bublitz and/or Phil Thompson +// may also apply + + +// Generated by preSip +// module tdeabc version KDE 3.5.3 + + +// This software is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License as +// published by the Free Software Foundation; either version 2 of +// the License, or (at your option) any later version. +// +// This software is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public +// License along with this library; see the file COPYING. +// If not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +namespace TDEABC +{ + +%If ( KDE_3_2_0 - ) + +class ResourceFile : TDEABC::Resource +{ +%TypeHeaderCode +#include <resourcefile.h> +%End + + +public: + +%If ( KDE_3_3_0 - ) + ResourceFile (const TDEConfig*); + ResourceFile (const TQString&, const TQString& = "vcard"); + virtual void writeConfig (TDEConfig*); + virtual bool doOpen (); + virtual void doClose (); + +%If ( KDE_3_5_1 - ) + virtual TDEABC::Ticket* requestSaveTicket (); + virtual void releaseSaveTicket (TDEABC::Ticket*); +%End + + virtual bool load (); + virtual bool asyncLoad (); + virtual bool save (TDEABC::Ticket*); + virtual bool asyncSave (TDEABC::Ticket*); +%End + + void setFileName (const TQString&); + TQString fileName () const; + +%If ( KDE_3_5_1 - ) + void setFormat (const TQString&); + TQString format () const; + +%If ( KDE_3_5_2 - ) + virtual void removeAddressee (const TDEABC::Addressee&); +%End + +%End + + +protected slots: + void fileChanged (); + +protected: + +%If ( KDE_3_3_0 - ) + void init (const TQString&, const TQString&); +%End + +//ig bool lock (const TQString&); +//ig void unlock (const TQString&); + +public: + +%If ( - KDE_3_5_2 ) + void removeAddressee (const TDEABC::Addressee&); +%End + + +public: + +%If ( - KDE_3_3_0 ) + ResourceFile (TDEABC::AddressBook*, const TDEConfig*); + ResourceFile (TDEABC::AddressBook*, const TQString&, TDEABC::FormatPlugin* = 0); + bool open (); + void close (); +%End + + +%If ( - KDE_3_5_1 ) + TDEABC::Ticket* requestSaveTicket (); + void releaseSaveTicket (TDEABC::Ticket*); + +%If ( - KDE_3_3_0 ) + bool load (); + bool save (TDEABC::Ticket*); + virtual void cleanUp (); +%End + + virtual TQString identifier () const; +%End + + +}; // class ResourceFile + +%End + + +%If ( - KDE_3_2_0 ) + +class ResourceFile : TDEABC::Resource +{ +%TypeHeaderCode +#include <resourcefile.h> +%End + + +public: + +%If ( KDE_3_1_0 - ) + ResourceFile (TDEABC::AddressBook*, const TDEConfig*); + ResourceFile (TDEABC::AddressBook*, const TQString&, TDEABC::FormatPlugin* = 0); + bool open (); + void close (); +%End + + TDEABC::Ticket* requestSaveTicket (); + void releaseSaveTicket (TDEABC::Ticket*); + bool load (); + bool save (TDEABC::Ticket*); + virtual void cleanUp (); + void setFileName (const TQString&); + TQString fileName () const; + +%If ( KDE_3_1_0 - ) + virtual TQString identifier () const; + void removeAddressee (const TDEABC::Addressee&); +%End + + +protected: +//ig bool lock (const TQString&); +//ig void unlock (const TQString&); + +public: + +%If ( - KDE_3_1_0 ) + ResourceFile (TDEABC::AddressBook*, const TQString&, TDEABC::Format* = 0); + bool load (TDEABC::AddressBook*); +%End + + +protected slots: + +%If ( - KDE_3_1_0 ) + void checkFile (); +%End + + +}; // class ResourceFile + +%End + +}; // namespace TDEABC + |