Photon
1.0.0
Loading...
Searching...
No Matches
el_base.h
Go to the documentation of this file.
1
#ifndef LH_EL_BASE_H
2
#define LH_EL_BASE_H
3
4
#include "
html_tag.h
"
5
6
namespace
litehtml
7
{
8
class
el_base
:
public
html_tag
9
{
10
public
:
11
explicit
el_base
(
const
std::shared_ptr<litehtml::document>& doc);
12
13
void
parse_attributes
()
override
;
14
};
15
}
16
17
#endif
// LH_EL_BASE_H
litehtml::el_base
Definition
el_base.h:9
litehtml::el_base::parse_attributes
void parse_attributes() override
Definition
el_base.cpp:10
litehtml::html_tag
Definition
html_tag.h:18
html_tag.h
litehtml
Definition
background.h:12
vendor
litehtml
include
litehtml
el_base.h
Generated by
1.9.8