#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.
|
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) |
|
◆ METADATA_FREEDESKTOP_OWNER
#define METADATA_FREEDESKTOP_OWNER "http://freedesktop.org" |
◆ METADATA_KDE_OWNER
#define METADATA_KDE_OWNER "http://www.kde.org" |
◆ METADATA_MIME_OWNER
#define METADATA_MIME_OWNER "http://www.freedesktop.org/standards/shared-mime-info" |
◆ cd()
static QDomNode cd |
( |
QDomNode | node, |
|
|
const QString & | name, |
|
|
bool | create ) |
|
static |
◆ cd_or_create()
static QDomNode cd_or_create |
( |
QDomNode | node, |
|
|
const QString & | name ) |
|
static |
◆ findMetadata()
static QDomNode findMetadata |
( |
const QString & | forOwner, |
|
|
QDomNode & | parent, |
|
|
bool | create ) |
|
static |
◆ get_or_create_text()
static QDomText get_or_create_text |
( |
QDomNode | node | ) |
|
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.