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

tdeio/bookmarks

Signals | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
KBookmarkImporterBase Class Referenceabstract

#include <kbookmarkimporter.h>

Inheritance diagram for KBookmarkImporterBase:
KIEBookmarkImporterImpl KNSBookmarkImporterImpl KOperaBookmarkImporterImpl KXBELBookmarkImporterImpl TDECrashBookmarkImporterImpl KMozillaBookmarkImporterImpl

Signals

void newBookmark (const TQString &text, const TQCString &url, const TQString &additionalInfo)
 
void newFolder (const TQString &text, bool open, const TQString &additionalInfo)
 
void newSeparator ()
 
void endFolder ()
 

Public Member Functions

void setFilename (const TQString &filename)
 
virtual void parse ()=0
 
virtual TQString findDefaultLocation (bool forSaving=false) const =0
 
void setupSignalForwards (TQObject *src, TQObject *dst)
 

Static Public Member Functions

static KBookmarkImporterBase * factory (const TQString &type)
 

Protected Attributes

TQString m_fileName
 

Detailed Description

A class for importing NS bookmarks KEditBookmarks uses it to insert bookmarks into its DOM tree, and TDEActionMenu uses it to create actions directly.

Since
3.2

Definition at line 35 of file kbookmarkimporter.h.

Member Function Documentation

◆ endFolder

void KBookmarkImporterBase::endFolder ( )
signal

Tell the outside world that we're going down one menu.

◆ newBookmark

void KBookmarkImporterBase::newBookmark ( const TQString &  text,
const TQCString &  url,
const TQString &  additionalInfo 
)
signal

Notify about a new bookmark Use "html" for the icon.

◆ newFolder

void KBookmarkImporterBase::newFolder ( const TQString &  text,
bool  open,
const TQString &  additionalInfo 
)
signal

Notify about a new folder Use "bookmark_folder" for the icon.

◆ newSeparator

void KBookmarkImporterBase::newSeparator ( )
signal

Notify about a new separator.


The documentation for this class was generated from the following files:
  • kbookmarkimporter.h
  • kbookmarkimporter.cpp

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.