MD::TableCell Class
template <typename Trait> class MD::TableCellTable cell. More...
| Header: | #include <md4qt/doc.h> |
| CMake: | find_package(md4qt REQUIRED COMPONENTS md4qt)target_link_libraries(mytarget PRIVATE md4qt::md4qt) |
| Inherits: | MD::Block |
Public Functions
| TableCell() | |
| std::shared_ptr<MD::Item<Trait>> | clone(MD::Document<Trait> *doc = nullptr) const override |
| MD::ItemType | type() const override |
Detailed Description
Block of items in table cell in GitHub flavored Markdown tables.
See also MD::TableRow and MD::Table.
Member Function Documentation
TableCell::TableCell()
Default constructor.
std::shared_ptr<MD::Item<Trait>> TableCell::clone(MD::Document<Trait> *doc = nullptr) const
Clone this table cell.
doc Parent of new item.
MD::ItemType TableCell::type() const
Returns type of the item.