Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > 90467ea6a387df728f7218a11e972208 > files > 6573

kdelibs-apidocs-3.5.6-3.amd64.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">

<head>
  <title>kio/bookmarks: KBookmarkMenu Class Reference (kio/bookmarks)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <meta http-equiv="Content-Style-Type" content="text/css" />

  <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org"  r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org"  r (n 0 s 0 v 0 l 0))' />

  <meta name="trademark" content="KDE e.V." />
  <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
  <meta name="MSSmartTagsPreventParsing" content="true" />
  <meta name="robots" content="all" />

  <link rel="shortcut icon" href="../../../favicon.ico" />

<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />



</head>

<body>

<div id="nav_header_top" align="right">
  <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>

  <a href="../../.."><img id="nav_header_logo" alt="Home" align="left" src="../../../kde_gear_64.png" border="0" /></a>
  <span class="doNotDisplay">::</span>

  <div id="nav_header_title" align="left">KDE API Reference</div>


</div>

<div id="nav_header_bottom" align="right">
  <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
  <div id="nav_header_bottom_right" style="text-align: left;">
/ <a href="../../..">API Reference</a>
 / <a href="../../html/index.html">kio</a> / <a href=".">bookmarks</a>
  </div>
</div>


<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
      <td valign="top" class="menuheader" height="0"></td>

  <td id="contentcolumn" valign="top" rowspan="2" >
    <div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
    <a name="content"></a>


<!-- Generated by Doxygen 1.4.4 -->
<h1>KBookmarkMenu Class Reference</h1><!-- doxytag: class="KBookmarkMenu" --><!-- doxytag: inherits="QObject" --><code>#include &lt;<a class="el" href="kbookmarkmenu_8h-source.html">kbookmarkmenu.h</a>&gt;</code>
<p>
<p>Inheritance diagram for KBookmarkMenu:
<p><center><img src="classKBookmarkMenu.png" usemap="#KBookmarkMenu_map" border="0" alt=""></center>
<map name="KBookmarkMenu_map">
<area doxygen="qt.tag:" href="qobject.html" alt="QObject" shape="rect" coords="0,0,107,24">
</map>
<a href="classKBookmarkMenu-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
This class provides a bookmark menu. 
<p>
It is typically used in cooperation with KActionMenu but doesn't have to be.<p>
If you use this class by itself, then it will use KDE defaults for everything -- the bookmark path, bookmark editor, bookmark launcher.. everything. These defaults reside in the classes <a class="el" href="classKBookmarkOwner.html">KBookmarkOwner</a> (editing bookmarks) and <a class="el" href="classKBookmarkManager.html">KBookmarkManager</a> (almost everything else). If you wish to change the defaults in any way, you must reimplement and instantiate those classes <em>before</em> this class is ever called.<p>
Using this class is very simple:<p>
1) Create a popup menu (either KActionMenu or KPopupMenu will do) 2) Instantiate a new KBookmarkMenu object using the above popup menu as a parameter 3) Insert your (now full) popup menu wherever you wish<p>
Again, if you wish to modify any defaults, the procedure is:<p>
1a) Reimplement your own <a class="el" href="classKBookmarkOwner.html">KBookmarkOwner</a> 1b) Reimplement and instantiate your own <a class="el" href="classKBookmarkManager.html">KBookmarkManager</a>
<p>

<p>
Definition at line <a class="el" href="kbookmarkmenu_8h-source.html#l00079">79</a> of file <a class="el" href="kbookmarkmenu_8h-source.html">kbookmarkmenu.h</a>.<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Slots</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="i0"></a><!-- doxytag: member="KBookmarkMenu::slotBookmarksChanged" ref="i0" args="(const QString &amp;)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#i0">slotBookmarksChanged</a> (const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;)</td></tr>

<tr><td colspan="2"><br><h2>Signals</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="l0"></a><!-- doxytag: member="KBookmarkMenu::aboutToShowContextMenu" ref="l0" args="(const KBookmark &amp;, QPopupMenu *)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>aboutToShowContextMenu</b> (const <a class="el" href="classKBookmark.html">KBookmark</a> &amp;, <a class="elRef" doxygen="qt.tag:" href="qpopupmenu.html">QPopupMenu</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#l1">openBookmark</a> (const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;url, Qt::ButtonState state)</td></tr>

<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#a0">KBookmarkMenu</a> (<a class="el" href="classKBookmarkManager.html">KBookmarkManager</a> *mgr, <a class="el" href="classKBookmarkOwner.html">KBookmarkOwner</a> *owner, KPopupMenu *parentMenu, KActionCollection *collec, bool root, bool add=true, const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;parentAddress=&quot;&quot;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a1"></a><!-- doxytag: member="KBookmarkMenu::~KBookmarkMenu" ref="a1" args="()" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#a1">~KBookmarkMenu</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#a2">fillBookmarkMenu</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#a3">ensureUpToDate</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="structKBookmarkMenu_1_1DynMenuInfo.html">DynMenuInfo</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#e0">showDynamicBookmarks</a> (const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;id)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#e1">setDynamicBookmarks</a> (const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;id, const <a class="el" href="structKBookmarkMenu_1_1DynMenuInfo.html">DynMenuInfo</a> &amp;info)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="elRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#e2">dynamicBookmarksList</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Protected Slots</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="j0"></a><!-- doxytag: member="KBookmarkMenu::slotAboutToShow" ref="j0" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j0">slotAboutToShow</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="j1"></a><!-- doxytag: member="KBookmarkMenu::slotAboutToShowContextMenu" ref="j1" args="(KPopupMenu *, int, QPopupMenu *)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j1">slotAboutToShowContextMenu</a> (KPopupMenu *, int, <a class="elRef" doxygen="qt.tag:" href="qpopupmenu.html">QPopupMenu</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="j2"></a><!-- doxytag: member="KBookmarkMenu::slotActionHighlighted" ref="j2" args="(KAction *)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j2">slotActionHighlighted</a> (KAction *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="j3"></a><!-- doxytag: member="KBookmarkMenu::slotRMBActionRemove" ref="j3" args="(int)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j3">slotRMBActionRemove</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="j4"></a><!-- doxytag: member="KBookmarkMenu::slotRMBActionInsert" ref="j4" args="(int)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j4">slotRMBActionInsert</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="j5"></a><!-- doxytag: member="KBookmarkMenu::slotRMBActionCopyLocation" ref="j5" args="(int)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j5">slotRMBActionCopyLocation</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="j6"></a><!-- doxytag: member="KBookmarkMenu::slotRMBActionEditAt" ref="j6" args="(int)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j6">slotRMBActionEditAt</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="j7"></a><!-- doxytag: member="KBookmarkMenu::slotRMBActionProperties" ref="j7" args="(int)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j7">slotRMBActionProperties</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="j8"></a><!-- doxytag: member="KBookmarkMenu::slotBookmarkSelected" ref="j8" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j8">slotBookmarkSelected</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j9">slotBookmarkSelected</a> (KAction::ActivationReason reason, Qt::ButtonState state)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="j10"></a><!-- doxytag: member="KBookmarkMenu::slotAddBookmarksList" ref="j10" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j10">slotAddBookmarksList</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="j11"></a><!-- doxytag: member="KBookmarkMenu::slotAddBookmark" ref="j11" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j11">slotAddBookmark</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="j12"></a><!-- doxytag: member="KBookmarkMenu::slotNewFolder" ref="j12" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j12">slotNewFolder</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#j13">slotNSLoad</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b0"></a><!-- doxytag: member="KBookmarkMenu::extOwner" ref="b0" args="()" -->
<a class="el" href="classKExtendedBookmarkOwner.html">KExtendedBookmarkOwner</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#b0">extOwner</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b1"></a><!-- doxytag: member="KBookmarkMenu::refill" ref="b1" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#b1">refill</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b2"></a><!-- doxytag: member="KBookmarkMenu::addAddBookmark" ref="b2" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#b2">addAddBookmark</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b3"></a><!-- doxytag: member="KBookmarkMenu::addAddBookmarksList" ref="b3" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#b3">addAddBookmarksList</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b4"></a><!-- doxytag: member="KBookmarkMenu::addEditBookmarks" ref="b4" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#b4">addEditBookmarks</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b5"></a><!-- doxytag: member="KBookmarkMenu::addNewFolder" ref="b5" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#b5">addNewFolder</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b6"></a><!-- doxytag: member="KBookmarkMenu::fillContextMenu" ref="b6" args="(QPopupMenu *, const QString &amp;, int)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#b6">fillContextMenu</a> (<a class="elRef" doxygen="qt.tag:" href="qpopupmenu.html">QPopupMenu</a> *, const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;, int)</td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="p0"></a><!-- doxytag: member="KBookmarkMenu::m_bIsRoot" ref="p0" args="" -->
bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#p0">m_bIsRoot</a>:1</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="p1"></a><!-- doxytag: member="KBookmarkMenu::m_bAddBookmark" ref="p1" args="" -->
bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#p1">m_bAddBookmark</a>:1</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="p2"></a><!-- doxytag: member="KBookmarkMenu::m_bDirty" ref="p2" args="" -->
bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#p2">m_bDirty</a>:1</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="p3"></a><!-- doxytag: member="KBookmarkMenu::m_bNSBookmark" ref="p3" args="" -->
bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#p3">m_bNSBookmark</a>:1</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="p4"></a><!-- doxytag: member="KBookmarkMenu::m_bAddShortcuts" ref="p4" args="" -->
bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#p4">m_bAddShortcuts</a>:1</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="p5"></a><!-- doxytag: member="KBookmarkMenu::m_pManager" ref="p5" args="" -->
<a class="el" href="classKBookmarkManager.html">KBookmarkManager</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#p5">m_pManager</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="p6"></a><!-- doxytag: member="KBookmarkMenu::m_pOwner" ref="p6" args="" -->
<a class="el" href="classKBookmarkOwner.html">KBookmarkOwner</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#p6">m_pOwner</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KPopupMenu *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#p7">m_parentMenu</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList</a>&lt; <a class="el" href="classKBookmarkMenu.html">KBookmarkMenu</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#p8">m_lstSubMenus</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="p9"></a><!-- doxytag: member="KBookmarkMenu::m_actionCollection" ref="p9" args="" -->
KActionCollection *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#p9">m_actionCollection</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList</a>&lt; KAction &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#p10">m_actions</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#p11">m_parentAddress</a></td></tr>

<tr><td colspan="2"><br><h2>Static Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="t0"></a><!-- doxytag: member="KBookmarkMenu::s_highlightedAddress" ref="t0" args="" -->
static <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#t0">s_highlightedAddress</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="t1"></a><!-- doxytag: member="KBookmarkMenu::s_highlightedImportLocation" ref="t1" args="" -->
static <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#t1">s_highlightedImportLocation</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="t2"></a><!-- doxytag: member="KBookmarkMenu::s_highlightedImportType" ref="t2" args="" -->
static <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#t2">s_highlightedImportType</a></td></tr>

<tr><td colspan="2"><br><h2>Friends</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="n0"></a><!-- doxytag: member="KBookmarkMenu::KBookmarkMenuNSImporter" ref="n0" args="" -->
class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#n0">KBookmarkMenuNSImporter</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="n1"></a><!-- doxytag: member="KBookmarkMenu::RMB" ref="n1" args="" -->
class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKBookmarkMenu.html#n1">RMB</a></td></tr>

<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKBookmarkMenu_1_1DynMenuInfo.html">DynMenuInfo</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Structure used for storing information about the dynamic menu setting.  <a href="structKBookmarkMenu_1_1DynMenuInfo.html#_details">More...</a><br></td></tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="a0"></a><!-- doxytag: member="KBookmarkMenu::KBookmarkMenu" ref="a0" args="(KBookmarkManager *mgr, KBookmarkOwner *owner, KPopupMenu *parentMenu, KActionCollection *collec, bool root, bool add=true, const QString &amp;parentAddress=&quot;&quot;)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">KBookmarkMenu::KBookmarkMenu           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classKBookmarkManager.html">KBookmarkManager</a> *&nbsp;</td>
          <td class="mdname" nowrap> <em>mgr</em>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td class="md"></td>
          <td class="md" nowrap><a class="el" href="classKBookmarkOwner.html">KBookmarkOwner</a> *&nbsp;</td>
          <td class="mdname" nowrap> <em>owner</em>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td class="md"></td>
          <td class="md" nowrap>KPopupMenu *&nbsp;</td>
          <td class="mdname" nowrap> <em>parentMenu</em>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td class="md"></td>
          <td class="md" nowrap>KActionCollection *&nbsp;</td>
          <td class="mdname" nowrap> <em>collec</em>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td class="md"></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap> <em>root</em>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td class="md"></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap> <em>add</em> = <code>true</code>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td class="md"></td>
          <td class="md" nowrap>const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap> <em>parentAddress</em> = <code>&quot;&quot;</code></td>
        </tr>
        <tr>
          <td class="md"></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Fills a bookmark menu (one instance of KBookmarkMenu is created for the toplevel menu, but also one per submenu). 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>mgr</em>&nbsp;</td><td>The bookmark manager to use (i.e. for reading and writing) </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>owner</em>&nbsp;</td><td>implementation of the <a class="el" href="classKBookmarkOwner.html">KBookmarkOwner</a> callback interface. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>parentMenu</em>&nbsp;</td><td>menu to be filled </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>collec</em>&nbsp;</td><td>parent collection for the KActions. Only used for other menus than the toplevel one. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>root</em>&nbsp;</td><td>true for the toplevel menu </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>add</em>&nbsp;</td><td>true to show the "Add Bookmark" and "New Folder" entries </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>parentAddress</em>&nbsp;</td><td>the address of the group containing the items that we want to show. </td></tr>
  </table>
</dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classKBookmark.html#a12">KBookmark::address</a>. Be careful : A _null_ parentAddress denotes a NS-bookmark menu. An _empty_ parentAddress denotes the toplevel bookmark menu</dd></dl>

<p>
Definition at line <a class="el" href="kbookmarkmenu_8cc-source.html#l00079">79</a> of file <a class="el" href="kbookmarkmenu_8cc-source.html">kbookmarkmenu.cc</a>.    </td>
  </tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="e2"></a><!-- doxytag: member="KBookmarkMenu::dynamicBookmarksList" ref="e2" args="()" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"><a class="elRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a> KBookmarkMenu::dynamicBookmarksList           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<dl compact><dt><b>Returns:</b></dt><dd>list of dynamic menu ids </dd></dl>
<dl compact><dt><b>Since:</b></dt><dd>3.2</dd></dl>

<p>
Definition at line <a class="el" href="kbookmarkmenu_8cc-source.html#l01132">1132</a> of file <a class="el" href="kbookmarkmenu_8cc-source.html">kbookmarkmenu.cc</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a3"></a><!-- doxytag: member="KBookmarkMenu::ensureUpToDate" ref="a3" args="()" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">void KBookmarkMenu::ensureUpToDate           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Call <a class="el" href="classKBookmarkMenu.html#a3">ensureUpToDate()</a> if you need KBookmarkMenu to adjust to its final size before it is executed. 
<p>

<p>
Definition at line <a class="el" href="kbookmarkmenu_8cc-source.html#l00153">153</a> of file <a class="el" href="kbookmarkmenu_8cc-source.html">kbookmarkmenu.cc</a>.    </td>
  </tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="KBookmarkMenu::fillBookmarkMenu" ref="a2" args="()" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">void KBookmarkMenu::fillBookmarkMenu           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Even if you think you need to use this, you are probably wrong. 
<p>
It fills a bookmark menu starting a given <a class="el" href="classKBookmark.html">KBookmark</a>. This is public for <a class="el" href="classKBookmarkBar.html">KBookmarkBar</a>.
<p>
Definition at line <a class="el" href="kbookmarkmenu_8cc-source.html#l00556">556</a> of file <a class="el" href="kbookmarkmenu_8cc-source.html">kbookmarkmenu.cc</a>.    </td>
  </tr>
</table>
<a class="anchor" name="l1"></a><!-- doxytag: member="KBookmarkMenu::openBookmark" ref="l1" args="(const QString &amp;url, Qt::ButtonState state)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">void KBookmarkMenu::openBookmark           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap> <em>url</em>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td class="md"></td>
          <td class="md" nowrap>Qt::ButtonState&nbsp;</td>
          <td class="mdname" nowrap> <em>state</em></td>
        </tr>
        <tr>
          <td class="md"></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [signal]</code></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<dl compact><dt><b>Since:</b></dt><dd>3.4</dd></dl>
    </td>
  </tr>
</table>
<a class="anchor" name="e1"></a><!-- doxytag: member="KBookmarkMenu::setDynamicBookmarks" ref="e1" args="(const QString &amp;id, const DynMenuInfo &amp;info)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">void KBookmarkMenu::setDynamicBookmarks           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap> <em>id</em>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td class="md"></td>
          <td class="md" nowrap>const <a class="el" href="structKBookmarkMenu_1_1DynMenuInfo.html">DynMenuInfo</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap> <em>info</em></td>
        </tr>
        <tr>
          <td class="md"></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [static]</code></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Shows an extra menu for the given bookmarks file and type. 
<p>
Upgrades from option inside XBEL to option in rc file on first call of this function. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>id</em>&nbsp;</td><td>the unique identification for the dynamic menu </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>info</em>&nbsp;</td><td>a <a class="el" href="structKBookmarkMenu_1_1DynMenuInfo.html">DynMenuInfo</a> struct containing the to be added/modified data </td></tr>
  </table>
</dl>
<dl compact><dt><b>Since:</b></dt><dd>3.2</dd></dl>

<p>
Definition at line <a class="el" href="kbookmarkmenu_8cc-source.html#l01146">1146</a> of file <a class="el" href="kbookmarkmenu_8cc-source.html">kbookmarkmenu.cc</a>.    </td>
  </tr>
</table>
<a class="anchor" name="e0"></a><!-- doxytag: member="KBookmarkMenu::showDynamicBookmarks" ref="e0" args="(const QString &amp;id)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"><a class="el" href="structKBookmarkMenu_1_1DynMenuInfo.html">KBookmarkMenu::DynMenuInfo</a> KBookmarkMenu::showDynamicBookmarks           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap> <em>id</em>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<dl compact><dt><b>Returns:</b></dt><dd>dynmenu info block for the given dynmenu name </dd></dl>
<dl compact><dt><b>Since:</b></dt><dd>3.2</dd></dl>

<p>
Definition at line <a class="el" href="kbookmarkmenu_8cc-source.html#l01100">1100</a> of file <a class="el" href="kbookmarkmenu_8cc-source.html">kbookmarkmenu.cc</a>.    </td>
  </tr>
</table>
<a class="anchor" name="j9"></a><!-- doxytag: member="KBookmarkMenu::slotBookmarkSelected" ref="j9" args="(KAction::ActivationReason reason, Qt::ButtonState state)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">void KBookmarkMenu::slotBookmarkSelected           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">KAction::ActivationReason&nbsp;</td>
          <td class="mdname" nowrap> <em>reason</em>, </td>
        </tr>
        <tr>
          <td class="md" nowrap align="right"></td>
          <td class="md"></td>
          <td class="md" nowrap>Qt::ButtonState&nbsp;</td>
          <td class="mdname" nowrap> <em>state</em></td>
        </tr>
        <tr>
          <td class="md"></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected, slot]</code></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
@ since 3.4 
<p>

<p>
Definition at line <a class="el" href="kbookmarkmenu_8cc-source.html#l00746">746</a> of file <a class="el" href="kbookmarkmenu_8cc-source.html">kbookmarkmenu.cc</a>.    </td>
  </tr>
</table>
<a class="anchor" name="j13"></a><!-- doxytag: member="KBookmarkMenu::slotNSLoad" ref="j13" args="()" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">void KBookmarkMenu::slotNSLoad           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap><code> [protected, slot]</code></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
load Netscape's bookmarks 
<p>

<p>
Definition at line <a class="el" href="kbookmarkmenu_8cc-source.html#l00769">769</a> of file <a class="el" href="kbookmarkmenu_8cc-source.html">kbookmarkmenu.cc</a>.    </td>
  </tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="p10"></a><!-- doxytag: member="KBookmarkMenu::m_actions" ref="p10" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"><a class="elRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList</a>&lt;KAction&gt; <a class="el" href="classKBookmarkMenu.html#p10">KBookmarkMenu::m_actions</a><code> [protected]</code>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
List of our actions. 
<p>

<p>
Definition at line <a class="el" href="kbookmarkmenu_8h-source.html#l00226">226</a> of file <a class="el" href="kbookmarkmenu_8h-source.html">kbookmarkmenu.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="p8"></a><!-- doxytag: member="KBookmarkMenu::m_lstSubMenus" ref="p8" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"><a class="elRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList</a>&lt;<a class="el" href="classKBookmarkMenu.html">KBookmarkMenu</a>&gt; <a class="el" href="classKBookmarkMenu.html#p8">KBookmarkMenu::m_lstSubMenus</a><code> [protected]</code>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
List of our sub menus. 
<p>

<p>
Definition at line <a class="el" href="kbookmarkmenu_8h-source.html#l00221">221</a> of file <a class="el" href="kbookmarkmenu_8h-source.html">kbookmarkmenu.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="p11"></a><!-- doxytag: member="KBookmarkMenu::m_parentAddress" ref="p11" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"><a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="el" href="classKBookmarkMenu.html#p11">KBookmarkMenu::m_parentAddress</a><code> [protected]</code>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Parent bookmark for this menu. 
<p>

<p>
Definition at line <a class="el" href="kbookmarkmenu_8h-source.html#l00230">230</a> of file <a class="el" href="kbookmarkmenu_8h-source.html">kbookmarkmenu.h</a>.    </td>
  </tr>
</table>
<a class="anchor" name="p7"></a><!-- doxytag: member="KBookmarkMenu::m_parentMenu" ref="p7" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top">KPopupMenu* <a class="el" href="classKBookmarkMenu.html#p7">KBookmarkMenu::m_parentMenu</a><code> [protected]</code>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The menu in which we plug our actions. 
<p>
Supplied in the constructor.
<p>
Definition at line <a class="el" href="kbookmarkmenu_8h-source.html#l00217">217</a> of file <a class="el" href="kbookmarkmenu_8h-source.html">kbookmarkmenu.h</a>.    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="kbookmarkmenu_8h-source.html">kbookmarkmenu.h</a><li><a class="el" href="kbookmarkmenu_8cc-source.html">kbookmarkmenu.cc</a></ul>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kio/bookmarks</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="dirs.html">Directories</a></li><li><a href="functions.html">Class Members</a></li><li><a href="pages.html">Related Pages</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classKBookmark.html">kbookmark</option>,  <option value="classKBookmarkBar.html">kbookmarkbar</option>,  <option value="classKBookmarkDomBuilder.html">kbookmarkdombuilder</option>,  <option value="classKBookmarkDrag.html">kbookmarkdrag</option>,  <option value="classKBookmarkExporterBase.html">kbookmarkexporterbase</option>,  <option value="classKBookmarkGroup.html">kbookmarkgroup</option>,  <option value="classKBookmarkGroupTraverser.html">kbookmarkgrouptraverser</option>,  <option value="classKBookmarkImporter.html">kbookmarkimporter</option>,  <option value="classKBookmarkImporterBase.html">kbookmarkimporterbase</option>,  <option value="classKBookmarkManager.html">kbookmarkmanager</option>,  <option value="classKBookmarkMenu.html">kbookmarkmenu</option>,  <option value="classKBookmarkMenuNSImporter.html">kbookmarkmenunsimporter</option>,  <option value="classKBookmarkNotifier.html">kbookmarknotifier</option>,  <option value="classKBookmarkOwner.html">kbookmarkowner</option>,  <option value="classKCrashBookmarkImporter.html">kcrashbookmarkimporter</option>,  <option value="classKCrashBookmarkImporterImpl.html">kcrashbookmarkimporterimpl</option>,  <option value="classKExtendedBookmarkOwner.html">kextendedbookmarkowner</option>,  <option value="classKIEBookmarkExporterImpl.html">kiebookmarkexporterimpl</option>,  <option value="classKIEBookmarkImporter.html">kiebookmarkimporter</option>,  <option value="classKIEBookmarkImporterImpl.html">kiebookmarkimporterimpl</option>,  <option value="classKMozillaBookmarkImporterImpl.html">kmozillabookmarkimporterimpl</option>,  <option value="classKNSBookmarkExporter.html">knsbookmarkexporter</option>,  <option value="classKNSBookmarkExporterImpl.html">knsbookmarkexporterimpl</option>,  <option value="classKNSBookmarkImporter.html">knsbookmarkimporter</option>,  <option value="classKNSBookmarkImporterImpl.html">knsbookmarkimporterimpl</option>,  <option value="classKOperaBookmarkExporterImpl.html">koperabookmarkexporterimpl</option>,  <option value="classKOperaBookmarkImporter.html">koperabookmarkimporter</option>,  <option value="classKOperaBookmarkImporterImpl.html">koperabookmarkimporterimpl</option>,  <option value="classKXBELBookmarkImporterImpl.html">kxbelbookmarkimporterimpl</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../../arts/html/index.html">arts</a></li><li><a href="../../../dcop/html/index.html">dcop</a></li><li><a href="../../../dnssd/html/index.html">dnssd</a></li><li><a href="../../../interfaces/html/index.html">interfaces</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../interfaces/kimproxy/interface/html/index.html">interface</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../interfaces/kimproxy/library/html/index.html">library</a></li><li>&nbsp;&nbsp;<a href="../../../interfaces/kspeech/html/index.html">kspeech</a></li><li>&nbsp;&nbsp;<a href="../../../interfaces/ktexteditor/html/index.html">ktexteditor</a></li><li><a href="../../../kabc/html/index.html">kabc</a></li><li><a href="../../../kate/html/index.html">kate</a></li><li><a href="../../../kcmshell/html/index.html">kcmshell</a></li><li><a href="../../../kdecore/html/index.html">kdecore</a></li><li><a href="../../../kded/html/index.html">kded</a></li><li><a href="../../../kdefx/html/index.html">kdefx</a></li><li><a href="../../../kdeprint/html/index.html">kdeprint</a></li><li><a href="../../../kdesu/html/index.html">kdesu</a></li><li><a href="../../../kdeui/html/index.html">kdeui</a></li><li><a href="../../../kdoctools/html/index.html">kdoctools</a></li><li><a href="../../../khtml/html/index.html">khtml</a></li><li><a href="../../../kimgio/html/index.html">kimgio</a></li><li><a href="../../../kinit/html/index.html">kinit</a></li><li><a href="../../../kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../../kio/bookmarks/html/index.html">bookmarks</a></li><li>&nbsp;&nbsp;<a href="../../../kio/httpfilter/html/index.html">httpfilter</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kfile/html/index.html">kfile</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kioexec/html/index.html">kioexec</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kpasswdserver/html/index.html">kpasswdserver</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kssl/html/index.html">kssl</a></li><li><a href="../../../kioslave/html/index.html">kioslave</a></li><li>&nbsp;&nbsp;<a href="../../../kioslave/http/html/index.html">http</a></li><li><a href="../../../kjs/html/index.html">kjs</a></li><li><a href="../../../kmdi/html/index.html">kmdi</a></li><li>&nbsp;&nbsp;<a href="../../../kmdi/kmdi/html/index.html">kmdi</a></li><li><a href="../../../knewstuff/html/index.html">knewstuff</a></li><li><a href="../../../kparts/html/index.html">kparts</a></li><li><a href="../../../kresources/html/index.html">kresources</a></li><li><a href="../../../kspell2/html/index.html">kspell2</a></li><li><a href="../../../kunittest/html/index.html">kunittest</a></li><li><a href="../../../kutils/html/index.html">kutils</a></li><li><a href="../../../kwallet/html/index.html">kwallet</a></li><li><a href="../../../libkmid/html/index.html">libkmid</a></li><li><a href="../../../libkscreensaver/html/index.html">libkscreensaver</a></li>
</ul></div></div>


        </td>
</tr>
</table>

<span class="doNotDisplay">
  <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
  <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
  <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
</span>


<div style="height: 8px"></div>

<div id="footer">
  <div id="footer_left">
    Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
and
<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#64;kde&#46;or&#x67">Allen Winter</a>.
<br/>
    KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
    <a href="http://www.kde.org/contact/impressum.php">Legal</a>
  </div>
  <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
</div>

<!--
WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
BE BLOCKED INSTANTLY AND PERMANENTLY!
<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
WARNING END
-->

</body>
</html>