38#include "html_tooltip.hpp"
39#include "static_body_builder.hpp"
55 html_text(
unsigned int level,
const std::string & text) {
add_text(level, text); };
66 void add_text(
unsigned int level,
const std::string & text);
void my_body_part_has_changed()
let a class record a change in what inherited_get_body_part() would return if it was called again wit...
Definition: body_builder.cpp:420
class chemin definition
Definition: chemin.hpp:51
class html_text manage text and header in html document
Definition: html_text.hpp:52
std::string get_raw_value() const
get raw value
Definition: html_text.hpp:76
void clear()
clear the whole component value (gets as if it was just created)
Definition: html_text.hpp:79
virtual std::string get_body_part() const override
inherited from static_body_builder
Definition: html_text.cpp:57
void add_text(unsigned int level, const std::string &text)
Definition: html_text.cpp:44
virtual std::string inherited_get_body_part(const chemin &path, const request &req) override
inherited from body_builder
Definition: html_text.cpp:70
void set_raw_value(const std::string &val)
clear and replace component value by the provided string
Definition: html_text.hpp:73
class holding fields of an HTTP request (method, URI, header, cookies, and so on)
Definition: request.hpp:45
base class of html components that are static
Definition: static_body_builder.hpp:47