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