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

kio/bookmarks

kbookmarkimporter.h
00001 //  -*- c-basic-offset:4; indent-tabs-mode:nil -*-
00002 // vim: set ts=4 sts=4 sw=4 et:
00003 /* This file is part of the KDE libraries
00004    Copyright (C) 2000 David Faure <faure@kde.org>
00005 
00006    This library is free software; you can redistribute it and/or
00007    modify it under the terms of the GNU Library General Public
00008    License version 2 as published by the Free Software Foundation.
00009 
00010    This library is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY; without even the implied warranty of
00012    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013    Library General Public License for more details.
00014 
00015    You should have received a copy of the GNU Library General Public License
00016    along with this library; see the file COPYING.LIB.  If not, write to
00017    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00018    Boston, MA 02110-1301, USA.
00019 */
00020 
00021 #ifndef __kbookmarkimporter_h
00022 #define __kbookmarkimporter_h
00023 
00024 #include <tqdom.h>
00025 #include <tqcstring.h>
00026 #include <tqstringlist.h>
00027 #include <ksimpleconfig.h>
00028 
00029 #include "kbookmark.h"
00030 
00037 class KIO_EXPORT KBookmarkImporterBase : public TQObject
00038 {
00039     Q_OBJECT
00040 public:
00041     KBookmarkImporterBase() {}
00042     virtual ~KBookmarkImporterBase() {}
00043 
00044     void setFilename(const TQString &filename) { m_fileName = filename; }
00045 
00046     virtual void parse() = 0;
00047     virtual TQString findDefaultLocation(bool forSaving = false) const = 0;
00048 
00049     // TODO - make this static?
00050     void setupSignalForwards(TQObject *src, TQObject *dst);
00051     static KBookmarkImporterBase *factory(const TQString &type);
00052 
00053 signals:
00058     void newBookmark(const TQString & text, const TQCString & url, const TQString & additionalInfo);
00059 
00064     void newFolder(const TQString & text, bool open, const TQString & additionalInfo);
00065 
00069     void newSeparator();
00070 
00075     void endFolder();
00076 
00077 protected:
00078     TQString m_fileName;
00079 
00080 private:
00081     class KBookmarkImporterBasePrivate *d;
00082 };
00083 
00087 class KIO_EXPORT KXBELBookmarkImporterImpl : public KBookmarkImporterBase, protected KBookmarkGroupTraverser
00088 {
00089     Q_OBJECT
00090 public:
00091     KXBELBookmarkImporterImpl() {}
00092     virtual void parse();
00093     virtual TQString findDefaultLocation(bool = false) const { return TQString::null; }
00094 protected:
00095     virtual void visit(const KBookmark &);
00096     virtual void visitEnter(const KBookmarkGroup &);
00097     virtual void visitLeave(const KBookmarkGroup &);
00098 private:
00099     class KXBELBookmarkImporterImplPrivate *d;
00100 };
00101 
00102 // for SC
00103 #include "kbookmarkimporter_ns.h"
00104 #include "kbookmarkimporter_kde1.h"
00105 
00106 #endif

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.7.6.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |