Cogs.Core
Extensions
Gui
Libraries
litehtml
src
el_comment.h
1
#ifndef LH_EL_COMMENT_H
2
#define LH_EL_COMMENT_H
3
4
#include "html_tag.h"
5
6
namespace
litehtml
7
{
8
class
el_comment
:
public
element
9
{
10
tstring m_text;
11
public
:
12
el_comment
(
const
std::shared_ptr<litehtml::document>& doc);
13
virtual
~el_comment
();
14
15
virtual
void
get_text(tstring& text)
override
;
16
virtual
void
set_data(
const
tchar_t* data)
override
;
17
};
18
}
19
20
#endif
// LH_EL_COMMENT_H
litehtml::el_comment
Definition:
el_comment.h:9
litehtml::element
Definition:
element.h:13
Generated by
1.9.6