KIO
#include "kbookmark.h"
#include <QStack>
#include <kdebug.h>
#include <kmimetype.h>
#include <kstringhandler.h>
#include <kglobal.h>
#include <klocale.h>
#include <assert.h>
#include <kbookmarkmanager.h>
#include <qdatetime.h>
#include <qmimedata.h>
Include dependency graph for kbookmark.cc:
Go to the source code of this file.
Macros | |
#define | METADATA_FREEDESKTOP_OWNER "http://freedesktop.org" |
#define | METADATA_KDE_OWNER "http://www.kde.org" |
#define | METADATA_MIME_OWNER "http://www.freedesktop.org/standards/shared-mime-info" |
Functions | |
static QDomNode | cd (QDomNode node, const QString &name, bool create) |
static QDomNode | cd_or_create (QDomNode node, const QString &name) |
static QDomNode | findMetadata (const QString &forOwner, QDomNode &parent, bool create) |
static QDomText | get_or_create_text (QDomNode node) |
Macro Definition Documentation
#define METADATA_FREEDESKTOP_OWNER "http://freedesktop.org" |
Definition at line 37 of file kbookmark.cc.
#define METADATA_KDE_OWNER "http://www.kde.org" |
Definition at line 36 of file kbookmark.cc.
#define METADATA_MIME_OWNER "http://www.freedesktop.org/standards/shared-mime-info" |
Definition at line 38 of file kbookmark.cc.
Function Documentation
Definition at line 42 of file kbookmark.cc.
|
static |
Definition at line 53 of file kbookmark.cc.
Definition at line 69 of file kbookmark.cc.
|
static |
Definition at line 58 of file kbookmark.cc.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.