24#ifndef HTML_HASH_ALGO_HPP
25#define HTML_HASH_ALGO_HPP
35#include <dar/libdar.hpp>
38#include "html_form_select.hpp"
45 static const std::string changed;
54 libdar::hash_algo get_value()
const;
55 void set_value(libdar::hash_algo val);
58 virtual void on_event(
const std::string & event_name)
override {
act(changed); };
void act(const std::string &name)
trigger a given event
Definition: events.cpp:151
html component used for the user to define a has algorithm
Definition: html_hash_algo.hpp:43
virtual void on_event(const std::string &event_name) override
actor indirect inheritance
Definition: html_hash_algo.hpp:58