24#ifndef HTML_FORM_MASK_FILE_HPP
25#define HTML_FORM_MASK_FILE_HPP
37#include "body_builder.hpp"
38#include "html_mask.hpp"
39#include "html_form_input.hpp"
40#include "html_form_fieldset.hpp"
41#include "html_form_input_file.hpp"
82 static const std::string changed;
95 virtual std::unique_ptr<libdar::mask>
get_mask()
const override;
107 virtual void load_json(
const json & source)
override;
117 virtual void on_event(
const std::string & event_name)
override;
130 std::shared_ptr<const libdar::path> prefix;
137 std::string tell_action()
const;
139 static constexpr const unsigned int format_version = 1;
140 static constexpr const char* myclass_id =
"html_form_mask_file";
142 static constexpr const char* jlabel_filename =
"filename";
143 static constexpr const char* jlabel_exclude =
"excluding";
144 static constexpr const char* jlabel_casesensit =
"casesensit";
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