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

kio/bookmarks

  • kio
  • 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 KIO_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:53
KBookmarkGroup
A group of bookmarks.
Definition: kbookmark.h:199

kio/bookmarks

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

kio/bookmarks

Skip menu "kio/bookmarks"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kio/bookmarks by doxygen 1.8.11
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |