23#ifndef HTML_ARCHIVE_COMPARE_HPP
24#define HTML_ARCHIVE_COMPARE_HPP
34#include <libthreadar/libthreadar.hpp>
37#include "body_builder.hpp"
39#include "html_derouleur.hpp"
40#include "html_form_fieldset.hpp"
41#include "html_form_input_file.hpp"
42#include "html_form.hpp"
43#include "html_options_compare.hpp"
45#include "html_text.hpp"
60 void set_biblio(
const std::shared_ptr<bibliotheque> & ptr);
64 const std::string &
get_fs_root()
const {
return diff_fs_root.get_value(); };
72 virtual void on_event(
const std::string & event_name)
override;
91 std::shared_ptr<html_options_compare> opt_diff;
93 static const std::string diff_root_changed;
94 static constexpr const char* css_grey_text =
"hac_grey";
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 guichet let one fetch config from a bibliotheque, save as or setup manually for a given compone...
Definition: guichet.hpp:92
html component used to let the user provide parameters for an isolation operation
Definition: html_archive_compare.hpp:50
libdar::archive_options_diff get_options() const
gathering options parameter for libdar
Definition: html_archive_compare.cpp:136
virtual void on_event(const std::string &event_name) override
inherited from actor
Definition: html_archive_compare.cpp:144
const std::string & get_fs_root() const
the current fs_root parameter
Definition: html_archive_compare.hpp:64
void set_biblio(const std::shared_ptr< bibliotheque > &ptr)
mandatory call to invoke ASAP after constructor
Definition: html_archive_compare.cpp:107
virtual void new_css_library_available() override
inherited from body_builder
Definition: html_archive_compare.cpp:164
virtual std::string inherited_get_body_part(const chemin &path, const request &req) override
inherited from body_builder
Definition: html_archive_compare.cpp:158
class html_derouleur is a pure virtual class
Definition: html_derouleur.hpp:55
class html_text manage text and header in html document
Definition: html_text.hpp:52
class holding fields of an HTTP request (method, URI, header, cookies, and so on)
Definition: request.hpp:45