24#ifndef HTML_CRYPTO_ALGO_HPP
25#define HTML_CRYPTO_ALGO_HPP
37#include <dar/libdar.hpp>
40#include "html_form_select.hpp"
41#include "body_builder.hpp"
48 static const std::string changed;
57 libdar::crypto_algo get_value()
const;
58 void set_value(libdar::crypto_algo val);
61 virtual void on_event(
const std::string & event_name)
override;
html component in the form of a drop-down list used to let the user define the crypto algo
Definition: html_crypto_algo.hpp:46
virtual void on_event(const std::string &event_name) override
actor inheritance
Definition: html_crypto_algo.cpp:113