24#ifndef HTML_DOUBLE_BUTTON_HPP
25#define HTML_DOUBLE_BUTTON_HPP
40#include "html_static_url.hpp"
41#include "html_div.hpp"
42#include "css_class_group.hpp"
43#include "html_button.hpp"
72 std::string get_label()
const {
return one.get_label(); };
93 virtual void on_event(
const std::string & event_name)
override;
109 static const std::string event_one;
110 static const std::string event_two;
112 std::string my_event_name;
116 void swap(
bool show_one);
class of object that are pointed/triggered to by others
Definition: actor.hpp:55
class body_builder is the root class of object generating HTML body
Definition: body_builder.hpp:99
class chemin definition
Definition: chemin.hpp:51
manages a set of css class names
Definition: css_class_group.hpp:46
class events
Definition: events.hpp:52
class holding fields of an HTTP request (method, URI, header, cookies, and so on)
Definition: request.hpp:45