KFile
kfileplacessharedbookmarks.cpp File Reference
#include "kfileplacessharedbookmarks_p.h"
#include <QtCore/QObject>
#include <QtCore/QTextStream>
#include <QtCore/QFile>
#include <kstandarddirs.h>
#include <kbookmarkmanager.h>
#include <kbookmark.h>
#include <kdebug.h>
#include "kfileplacessharedbookmarks_p.moc"
Include dependency graph for kfileplacessharedbookmarks.cpp:

Go to the source code of this file.
Functions | |
static int | bookmarkGroupSize (KBookmarkGroup &root) |
static KBookmark | cloneBookmark (const KBookmark &toClone) |
static void | cloneBookmarkContents (const KBookmark &target, const KBookmark &source) |
static bool | compareBookmarks (const KBookmark &bookmark1, const KBookmark &bookmark2) |
static bool | deepCompareDomNodes (const QDomNode &node1, const QDomNode &node2) |
static void | emptyBookmarkGroup (KBookmarkGroup &root) |
static bool | exactCompareBookmarks (const KBookmark &bookmark1, const KBookmark &bookmark2) |
static QString | nodeAsString (const QDomNode &node1) |
Function Documentation
static int bookmarkGroupSize | ( | KBookmarkGroup & | root | ) | [static] |
Definition at line 97 of file kfileplacessharedbookmarks.cpp.
static KBookmark cloneBookmark | ( | const KBookmark & | toClone | ) | [static] |
Definition at line 80 of file kfileplacessharedbookmarks.cpp.
static void cloneBookmarkContents | ( | const KBookmark & | target, | |
const KBookmark & | source | |||
) | [static] |
Definition at line 72 of file kfileplacessharedbookmarks.cpp.
static bool compareBookmarks | ( | const KBookmark & | bookmark1, | |
const KBookmark & | bookmark2 | |||
) | [static] |
Definition at line 32 of file kfileplacessharedbookmarks.cpp.
Definition at line 37 of file kfileplacessharedbookmarks.cpp.
static void emptyBookmarkGroup | ( | KBookmarkGroup & | root | ) | [static] |
Definition at line 87 of file kfileplacessharedbookmarks.cpp.
static bool exactCompareBookmarks | ( | const KBookmark & | bookmark1, | |
const KBookmark & | bookmark2 | |||
) | [static] |
Definition at line 66 of file kfileplacessharedbookmarks.cpp.
Definition at line 58 of file kfileplacessharedbookmarks.cpp.