LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::Tags Namespace Reference

Functions

Tag Html (Nodes &&children)
Tag Charset (const QString &charset)
Tag Title (const QString &title)
Tag Style (const QString &style)
Tag Body (Nodes &&children)
Tag Image (const QString &url)
Tag Image (const QString &url, const QSize &size)
Tag Li (Nodes &&children)
Tag Ul (Nodes &&children)
Tag P (Nodes &&children)
Nodes TableGrid (size_t rows, size_t cols, const std::function< Nodes(size_t, size_t)> &cell)

Variables

UTIL_SLL_API const Tag Br { .Name_ = "br"_qba }

Function Documentation

◆ Body()

UTIL_SLL_API Tag LC::Util::Tags::Body ( Nodes && children)

Definition at line 134 of file xmlnode.cpp.

References Body().

Referenced by Body().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Charset()

UTIL_SLL_API Tag LC::Util::Tags::Charset ( const QString & charset)

Definition at line 119 of file xmlnode.cpp.

References Charset().

Referenced by Charset().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Html()

UTIL_SLL_API Tag LC::Util::Tags::Html ( Nodes && children)

Definition at line 109 of file xmlnode.cpp.

References Html().

Referenced by Html().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Image() [1/2]

UTIL_SLL_API Tag LC::Util::Tags::Image ( const QString & url)

Definition at line 139 of file xmlnode.cpp.

References Image().

Referenced by Image(), and Image().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Image() [2/2]

UTIL_SLL_API Tag LC::Util::Tags::Image ( const QString & url,
const QSize & size )

Definition at line 144 of file xmlnode.cpp.

References Image().

Here is the call graph for this function:

◆ Li()

UTIL_SLL_API Tag LC::Util::Tags::Li ( Nodes && children)

Definition at line 155 of file xmlnode.cpp.

References Li().

Referenced by Li().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ P()

UTIL_SLL_API Tag LC::Util::Tags::P ( Nodes && children)

Definition at line 165 of file xmlnode.cpp.

References P().

Referenced by P().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Style()

UTIL_SLL_API Tag LC::Util::Tags::Style ( const QString & style)

Definition at line 129 of file xmlnode.cpp.

References Style().

Referenced by Style().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TableGrid()

UTIL_SLL_API Nodes LC::Util::Tags::TableGrid ( size_t rows,
size_t cols,
const std::function< Nodes(size_t, size_t)> & cell )

Definition at line 170 of file xmlnode.cpp.

References TableGrid().

Referenced by TableGrid().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Title()

UTIL_SLL_API Tag LC::Util::Tags::Title ( const QString & title)

Definition at line 124 of file xmlnode.cpp.

References Title().

Referenced by Title().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Ul()

UTIL_SLL_API Tag LC::Util::Tags::Ul ( Nodes && children)

Definition at line 160 of file xmlnode.cpp.

References Ul().

Referenced by Ul().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ Br

const Tag LC::Util::Tags::Br { .Name_ = "br"_qba }

Definition at line 107 of file xmlnode.cpp.