24#ifndef HTML_FORM_OVERWRITE_CHAIN_CELL_HPP
25#define HTML_FORM_OVERWRITE_CHAIN_CELL_HPP
37#include "html_overwrite_action.hpp"
38#include "html_form_overwrite_action.hpp"
55 static const std::string changed;
70 virtual void load_json(
const json & source)
override { incell->load_json(source); };
73 virtual json
save_json()
const override {
return incell->save_json(); };
76 virtual void clear_json()
override { incell->clear_json(); };
79 virtual void on_event(
const std::string & event_name)
override;
83 std::unique_ptr<html_form_overwrite_action> incell;
class of object that are pointed/triggered to by others
Definition: actor.hpp:55
class events
Definition: events.hpp:52
class html_hr is the implementation of
Definition: html_hr.hpp:45
html component used for constant actions in overwriting policies
Definition: html_overwrite_action.hpp:48
class jsoner
Definition: jsoner.hpp:73
defines jsoner class and class exception_json