24#ifndef HTML_LEGEND_HPP
25#define HTML_LEGEND_HPP
35#include "html_tooltip.hpp"
38#include "body_builder.hpp"
47 html_legend(
const std::string & label) { x_label = label; };
54 void change_label(
const std::string & label);
55 const std::string get_label()
const {
return x_label; };
class chemin definition
Definition: chemin.hpp:51
class html_legend implements HTML legend feature
Definition: html_legend.hpp:45
virtual std::string inherited_get_body_part(const chemin &path, const request &req) override
inherited from body_builder
Definition: html_legend.cpp:52
class holding fields of an HTTP request (method, URI, header, cookies, and so on)
Definition: request.hpp:45