24#ifndef HTML_FORM_MASK_EXPRESSION_HPP
25#define HTML_FORM_MASK_EXPRESSION_HPP
35#include <dar/libdar.hpp>
39#include "body_builder.hpp"
40#include "html_mask.hpp"
41#include "html_form_fieldset.hpp"
42#include "html_form_input.hpp"
43#include "html_form_select.hpp"
92 static const std::string changed;
95 static constexpr const char* type_glob =
"glob";
96 static constexpr const char* type_regex =
"regex";
114 std::unique_ptr<libdar::mask>
get_mask()
const override;
120 virtual void on_event(
const std::string & event_name)
override;
123 virtual void load_json(
const json & source)
override;
162 std::string tell_action()
const;
164 static constexpr const unsigned int format_version = 1;
165 static constexpr const char* myclass_id =
"html_form_mask_expression";
167 static constexpr const char* jlabel_mask_type =
"type";
168 static constexpr const char* jlabel_negate =
"negate";
169 static constexpr const char* jlabel_casesensit =
"case-sentitive";
170 static constexpr const char* jlabel_expression =
"mask";
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
class events
Definition: events.hpp:52
class html_mask defines the interface of all masks
Definition: html_mask.hpp:44
class jsoner
Definition: jsoner.hpp:73
class holding fields of an HTTP request (method, URI, header, cookies, and so on)
Definition: request.hpp:45
defines jsoner class and class exception_json