![]() |
LeechCraft 0.6.70-17335-ge406ffdcaf
Modular cross-platform feature rich live environment.
|
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_ = QStringLiteral ("br") } |
UTIL_SLL_API Tag LC::Util::Tags::Body | ( | Nodes && | children | ) |
Definition at line 106 of file xmlnode.cpp.
References Body().
Referenced by Body().
UTIL_SLL_API Tag LC::Util::Tags::Charset | ( | const QString & | charset | ) |
Definition at line 91 of file xmlnode.cpp.
References Charset().
Referenced by Charset().
UTIL_SLL_API Tag LC::Util::Tags::Html | ( | Nodes && | children | ) |
Definition at line 81 of file xmlnode.cpp.
References Html().
Referenced by Html().
UTIL_SLL_API Tag LC::Util::Tags::Image | ( | const QString & | url | ) |
Definition at line 111 of file xmlnode.cpp.
References Image().
Referenced by Image(), and Image().
UTIL_SLL_API Tag LC::Util::Tags::Image | ( | const QString & | url, |
const QSize & | size ) |
Definition at line 116 of file xmlnode.cpp.
References Image().
UTIL_SLL_API Tag LC::Util::Tags::Li | ( | Nodes && | children | ) |
Definition at line 127 of file xmlnode.cpp.
References Li().
Referenced by Li().
UTIL_SLL_API Tag LC::Util::Tags::P | ( | Nodes && | children | ) |
Definition at line 137 of file xmlnode.cpp.
References P().
Referenced by P().
UTIL_SLL_API Tag LC::Util::Tags::Style | ( | const QString & | style | ) |
Definition at line 101 of file xmlnode.cpp.
References Style().
Referenced by Style().
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 142 of file xmlnode.cpp.
References TableGrid().
Referenced by TableGrid().
UTIL_SLL_API Tag LC::Util::Tags::Title | ( | const QString & | title | ) |
Definition at line 96 of file xmlnode.cpp.
References Title().
Referenced by Title().
UTIL_SLL_API Tag LC::Util::Tags::Ul | ( | Nodes && | children | ) |
Definition at line 132 of file xmlnode.cpp.
References Ul().
Referenced by Ul().
const Tag LC::Util::Tags::Br { .Name_ = QStringLiteral ("br") } |
Definition at line 79 of file xmlnode.cpp.