Cogs.Core
Extensions
Gui
Libraries
litehtml
src
el_tr.h
1
#ifndef LH_EL_TR_H
2
#define LH_EL_TR_H
3
4
#include "html_tag.h"
5
6
namespace
litehtml
7
{
8
class
el_tr
:
public
html_tag
9
{
10
public
:
11
el_tr
(
const
std::shared_ptr<litehtml::document>& doc);
12
virtual
~el_tr
();
13
14
virtual
void
parse_attributes()
override
;
15
virtual
void
get_inline_boxes(position::vector& boxes)
override
;
16
};
17
}
18
19
#endif
// LH_EL_TR_H
litehtml::el_tr
Definition:
el_tr.h:9
litehtml::html_tag
Definition:
html_tag.h:34
Generated by
1.9.6