![]() |
Webdar 1.0.0
Web user interface to libdar
|
base class of html components that are static More...
#include <static_body_builder.hpp>
Public Member Functions | |
static_body_builder (const static_body_builder &ref)=default | |
static_body_builder (static_body_builder &&ref) noexcept=default | |
static_body_builder & | operator= (const static_body_builder &ref)=default |
static_body_builder & | operator= (static_body_builder &&ref) noexcept=default |
virtual std::string | get_body_part () const =0 |
base class of html components that are static
|
pure virtual |
Implemented in html_image, html_label, html_static_url, and html_text.