• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeio/bookmarks
 

tdeio/bookmarks

  • tdeio
  • bookmarks
kbookmarkexporter.h
1 /* This file is part of the KDE libraries
2  Copyright (C) 1996-1998 Martin R. Jones <mjones@kde.org>
3  Copyright (C) 2000 David Faure <faure@kde.org>
4  Copyright (C) 2003 Alexander Kellett <lypanov@kde.org>
5 
6  This library is free software; you can redistribute it and/or
7  modify it under the terms of the GNU Library General Public
8  License version 2 as published by the Free Software Foundation.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Library General Public License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 
21 #ifndef __kbookmarkexporter_h
22 #define __kbookmarkexporter_h
23 
24 #include <tqtextstream.h>
25 #include <kbookmark.h>
26 
30 class TDEIO_EXPORT KBookmarkExporterBase
31 {
32 public:
33  KBookmarkExporterBase(KBookmarkManager* mgr, const TQString & fileName)
34  : m_fileName(fileName), m_pManager(mgr)
35  { ; }
36  virtual ~KBookmarkExporterBase() {}
37  virtual void write(KBookmarkGroup) = 0;
38 protected:
39  TQString m_fileName;
40  KBookmarkManager* m_pManager;
41 private:
42  class KBookmarkExporterBasePrivate *d;
43 };
44 
45 // for SC
46 #include "kbookmarkimporter_ns.h"
47 
48 #endif
KBookmarkExporterBase
Definition: kbookmarkexporter.h:31
KBookmarkGroup
A group of bookmarks.
Definition: kbookmark.h:198
KBookmarkManager
This class implements the reading/writing of bookmarks in XML.
Definition: kbookmarkmanager.h:52

tdeio/bookmarks

Skip menu "tdeio/bookmarks"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

tdeio/bookmarks

Skip menu "tdeio/bookmarks"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/bookmarks by doxygen 1.9.1
This website is maintained by Timothy Pearson.