37#include "body_builder.hpp"
39#include "html_text.hpp"
40#include "html_table.hpp"
41#include "html_form_input.hpp"
42#include "html_form_radio.hpp"
43#include "html_form_fieldset.hpp"
44#include "html_form.hpp"
45#include "html_double_button.hpp"
46#include "html_div.hpp"
47#include "html_popup.hpp"
48#include "html_label.hpp"
83 virtual void on_event(
const std::string & event_name)
override;
92 static constexpr const char* event_calc =
"go_compute";
93 static constexpr const char* event_close =
"close";
95 static constexpr const char* css_cells =
"html_demo_cells";
96 static constexpr const char* css_table =
"html_demo_table";
97 static constexpr const char* css_btn_close =
"html_demo_button_close";
class of object that are pointed/triggered to by others
Definition: actor.hpp:55
class html_demo show how webdar interacts with the browser
Definition: html_demo.hpp:73
virtual void on_event(const std::string &event_name) override
inherited from actor
Definition: html_demo.cpp:177
virtual void new_css_library_available() override
inherited from body_builder
Definition: html_demo.cpp:211
class html_div is the implementation of
Definition: html_div.hpp:46
class html_label implements label and tooltips (helper string showing when mouse hovering)
Definition: html_label.hpp:47
html component implementing the html table structure
Definition: html_table.hpp:52
class html_text manage text and header in html document
Definition: html_text.hpp:52
html component implementing the usual hyperlink component
Definition: html_url.hpp:43