LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
buildtagstree.h File Reference
#include <functional>
#include <QStringList>
#include "sllconfig.h"
Include dependency graph for buildtagstree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LC
namespace  LC::Util

Functions

QDomElement LC::Util::BuildTagsTree (QStringList tags, QDomNode &node, QDomDocument &document, const QString &elementName, const std::function< QString(QDomElement)> &tagGetter, const std::function< void(QDomElement &, QString)> &tagSetter)
 Builds a nested sequence of DOM elements representing a list of tags.