KIO
kbookmark.cc File Reference
#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>
Go to the source code of this file.
Defines | |
#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) |
Define 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 QDomNode cd_or_create | ( | QDomNode | node, | |
const QString & | name | |||
) | [static] |
Definition at line 53 of file kbookmark.cc.
Definition at line 69 of file kbookmark.cc.
static QDomText get_or_create_text | ( | QDomNode | node | ) | [static] |
Definition at line 58 of file kbookmark.cc.