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

tdeio/bookmarks

  • tdeio
  • bookmarks
kbookmarkdombuilder.h
1 /* This file is part of the KDE project
2  Copyright (C) 2003 Alexander Kellett <lypanov@kde.org>
3 
4  This library is free software; you can redistribute it and/or
5  modify it under the terms of the GNU Library General Public
6  License as published by the Free Software Foundation; either
7  version 2 of the License, or (at your option) any later version.
8 
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  Library General Public License for more details.
13 
14  You should have received a copy of the GNU Library General Public License
15  along with this program; see the file COPYING. If not, write to
16  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17  Boston, MA 02110-1301, USA.
18 */
19 
20 #ifndef __kbookmarkdombuilder_h
21 #define __kbookmarkdombuilder_h
22 
23 #include <tqvaluestack.h>
24 #include <tqobject.h>
25 #include <kbookmark.h>
26 
30 class TDEIO_EXPORT KBookmarkDomBuilder : public TQObject {
31  Q_OBJECT
32 public:
33  KBookmarkDomBuilder(const KBookmarkGroup &group, KBookmarkManager *);
34  virtual ~KBookmarkDomBuilder();
35  void connectImporter(const TQObject *);
36 protected slots:
37  void newBookmark(const TQString &text, const TQCString &url, const TQString &additionalInfo);
38  void newFolder(const TQString &text, bool open, const TQString &additionalInfo);
39  void newSeparator();
40  void endFolder();
41 private:
42  TQValueStack<KBookmarkGroup> m_stack;
43  TQValueList<KBookmarkGroup> m_list;
44  KBookmarkManager *m_manager;
45  class KBookmarkDomBuilderPrivate *p;
46 };
47 
48 #endif
KBookmarkDomBuilder
Definition: kbookmarkdombuilder.h:30
KBookmarkManager
This class implements the reading/writing of bookmarks in XML.
Definition: kbookmarkmanager.h:51
KBookmarkGroup
A group of bookmarks.
Definition: kbookmark.h:197

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
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/bookmarks by doxygen 1.8.8
This website is maintained by Timothy Pearson.