diff --git a/sw/microhildesk/application.h b/sw/microhildesk/application.h index 6e81e222..6669dc2f 100644 --- a/sw/microhildesk/application.h +++ b/sw/microhildesk/application.h @@ -53,6 +53,14 @@ namespace Electux::App /// @brief Handler for the startup signal void on_startup() override; + ////////////////////////////////////////////////////////////////////// + /// @brief Handler for the activate signal + void on_activate() override; + + ////////////////////////////////////////////////////////////////////// + /// @brief Handler for the shutdown signal + void on_shutdown() override; + private: ////////////////////////////////////////////////////////////////////// /// @brief Maps signal/slots for application views diff --git a/sw/microhildesk/application_slots.cc b/sw/microhildesk/application_slots.cc index e4317b79..a4c69565 100644 --- a/sw/microhildesk/application_slots.cc +++ b/sw/microhildesk/application_slots.cc @@ -87,11 +87,26 @@ void EntryApplication::on_startup() m_settings.updateUiData(); m_home.setControlSetup(setup); m_home.updateUiData(); + std::cout << "Startup application done." << std::endl; +} + +void EntryApplication::on_activate() +{ + std::cout << "Activate application..." << std::endl; + Gtk::Application::on_activate(); ////////////////////////////////////////////////////////////////////////// /// @brief Sets visibility for AppHome window m_home.set_visible(true); - std::cout << "Startup application done." << std::endl; + + std::cout << "Activate application done." << std::endl; +} + +void EntryApplication::on_shutdown() +{ + std::cout << "Shutting down application..." << std::endl; + m_configManager.store(); + Gtk::Application::on_shutdown(); } void EntryApplication::onActionQuit() diff --git a/sw/microhildesk_docs/html/annotated.html b/sw/microhildesk_docs/html/annotated.html index ef679b8e..0a5e7e59 100644 --- a/sw/microhildesk_docs/html/annotated.html +++ b/sw/microhildesk_docs/html/annotated.html @@ -129,7 +129,7 @@ diff --git a/sw/microhildesk_docs/html/classes.html b/sw/microhildesk_docs/html/classes.html index a8c37797..2bfeb498 100644 --- a/sw/microhildesk_docs/html/classes.html +++ b/sw/microhildesk_docs/html/classes.html @@ -123,7 +123,7 @@ diff --git a/sw/microhildesk_docs/html/d0/d02/classElectux_1_1App_1_1EntryApplication__inherit__graph.map b/sw/microhildesk_docs/html/d0/d02/classElectux_1_1App_1_1EntryApplication__inherit__graph.map index 4508fdf8..34a54aa2 100644 --- a/sw/microhildesk_docs/html/d0/d02/classElectux_1_1App_1_1EntryApplication__inherit__graph.map +++ b/sw/microhildesk_docs/html/d0/d02/classElectux_1_1App_1_1EntryApplication__inherit__graph.map @@ -1,5 +1,5 @@ - + diff --git a/sw/microhildesk_docs/html/d0/d02/classElectux_1_1App_1_1EntryApplication__inherit__graph.md5 b/sw/microhildesk_docs/html/d0/d02/classElectux_1_1App_1_1EntryApplication__inherit__graph.md5 index eed83d88..a1dd8588 100644 --- a/sw/microhildesk_docs/html/d0/d02/classElectux_1_1App_1_1EntryApplication__inherit__graph.md5 +++ b/sw/microhildesk_docs/html/d0/d02/classElectux_1_1App_1_1EntryApplication__inherit__graph.md5 @@ -1 +1 @@ -2e2815bf34442c488c1b7644b129171e \ No newline at end of file +90dd2be1f4842f5be19d09302d9779ee \ No newline at end of file diff --git a/sw/microhildesk_docs/html/d0/d02/classElectux_1_1App_1_1EntryApplication__inherit__graph.png b/sw/microhildesk_docs/html/d0/d02/classElectux_1_1App_1_1EntryApplication__inherit__graph.png index 029d9632..91e5fbaf 100644 Binary files a/sw/microhildesk_docs/html/d0/d02/classElectux_1_1App_1_1EntryApplication__inherit__graph.png and b/sw/microhildesk_docs/html/d0/d02/classElectux_1_1App_1_1EntryApplication__inherit__graph.png differ diff --git a/sw/microhildesk_docs/html/d0/d2e/icom_8h.html b/sw/microhildesk_docs/html/d0/d2e/icom_8h.html index 5baa9ec7..69b21b52 100644 --- a/sw/microhildesk_docs/html/d0/d2e/icom_8h.html +++ b/sw/microhildesk_docs/html/d0/d2e/icom_8h.html @@ -167,7 +167,7 @@ diff --git a/sw/microhildesk_docs/html/d0/d2e/icom_8h_source.html b/sw/microhildesk_docs/html/d0/d2e/icom_8h_source.html index 30de030b..6e396839 100644 --- a/sw/microhildesk_docs/html/d0/d2e/icom_8h_source.html +++ b/sw/microhildesk_docs/html/d0/d2e/icom_8h_source.html @@ -212,7 +212,7 @@ diff --git a/sw/microhildesk_docs/html/d0/d38/serial__com_8cc.html b/sw/microhildesk_docs/html/d0/d38/serial__com_8cc.html index a4adb6c9..c6c7c8f6 100644 --- a/sw/microhildesk_docs/html/d0/d38/serial__com_8cc.html +++ b/sw/microhildesk_docs/html/d0/d38/serial__com_8cc.html @@ -120,7 +120,7 @@ diff --git a/sw/microhildesk_docs/html/d0/d38/serial__com_8cc_source.html b/sw/microhildesk_docs/html/d0/d38/serial__com_8cc_source.html index 9b6868d8..ca3b589f 100644 --- a/sw/microhildesk_docs/html/d0/d38/serial__com_8cc_source.html +++ b/sw/microhildesk_docs/html/d0/d38/serial__com_8cc_source.html @@ -257,7 +257,7 @@ diff --git a/sw/microhildesk_docs/html/d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html b/sw/microhildesk_docs/html/d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html index 038d7aca..47d6d8df 100644 --- a/sw/microhildesk_docs/html/d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html +++ b/sw/microhildesk_docs/html/d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html @@ -1318,7 +1318,7 @@

diff --git a/sw/microhildesk_docs/html/d0/d67/settings__map_8cc.html b/sw/microhildesk_docs/html/d0/d67/settings__map_8cc.html index e8f10e3e..1a958645 100644 --- a/sw/microhildesk_docs/html/d0/d67/settings__map_8cc.html +++ b/sw/microhildesk_docs/html/d0/d67/settings__map_8cc.html @@ -151,7 +151,7 @@ diff --git a/sw/microhildesk_docs/html/d0/d67/settings__map_8cc_source.html b/sw/microhildesk_docs/html/d0/d67/settings__map_8cc_source.html index daa34e58..37c37773 100644 --- a/sw/microhildesk_docs/html/d0/d67/settings__map_8cc_source.html +++ b/sw/microhildesk_docs/html/d0/d67/settings__map_8cc_source.html @@ -141,7 +141,7 @@ diff --git a/sw/microhildesk_docs/html/d0/d85/classElectux_1_1App_1_1Config_1_1ConfigManager-members.html b/sw/microhildesk_docs/html/d0/d85/classElectux_1_1App_1_1Config_1_1ConfigManager-members.html index eadbff83..b09e3b81 100644 --- a/sw/microhildesk_docs/html/d0/d85/classElectux_1_1App_1_1Config_1_1ConfigManager-members.html +++ b/sw/microhildesk_docs/html/d0/d85/classElectux_1_1App_1_1Config_1_1ConfigManager-members.html @@ -117,7 +117,7 @@ diff --git a/sw/microhildesk_docs/html/d0/d8b/config__manager_8h.html b/sw/microhildesk_docs/html/d0/d8b/config__manager_8h.html index 45d0201e..3e19d8c1 100644 --- a/sw/microhildesk_docs/html/d0/d8b/config__manager_8h.html +++ b/sw/microhildesk_docs/html/d0/d8b/config__manager_8h.html @@ -184,7 +184,7 @@ diff --git a/sw/microhildesk_docs/html/d0/d8b/config__manager_8h_source.html b/sw/microhildesk_docs/html/d0/d8b/config__manager_8h_source.html index 344d751f..b81c837f 100644 --- a/sw/microhildesk_docs/html/d0/d8b/config__manager_8h_source.html +++ b/sw/microhildesk_docs/html/d0/d8b/config__manager_8h_source.html @@ -196,7 +196,7 @@ diff --git a/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication.html b/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication.html index ab209dc5..8b06e1a9 100644 --- a/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication.html +++ b/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication.html @@ -111,7 +111,7 @@
Inheritance graph
- + @@ -121,11 +121,11 @@
Collaboration graph
- + - + - + @@ -149,7 +149,7 @@ - + @@ -177,7 +177,7 @@ - + @@ -194,9 +194,9 @@ - + - + @@ -219,6 +219,12 @@ void on_startup () override  Handler for the startup signal.
  +void on_activate () override + Handler for the activate signal.
+  +void on_shutdown () override + Handler for the shutdown signal.
+  @@ -411,18 +417,18 @@

60 m_settings.setupChanged().connect(sigc::mem_fun(*this, &EntryApplication::onSetupChanged));
61 m_home.controlChanged().connect(sigc::mem_fun(*this, &EntryApplication::onSetupChanged));
62}
-
void onSetupChanged(const SettingsSetup &setup)
Slot to handle setup signal change from settings window.
-
void onActionSettings()
On action settings create window for application settings.
-
void onActionDoc()
On action doc create window for help documentation.
-
bool onHandleClose()
On handle close main window.
- -
void onActionQuit()
On action for quit.
-
void onActionAbout()
On action about create dialog for about application.
- +
void onSetupChanged(const SettingsSetup &setup)
Slot to handle setup signal change from settings window.
+
void onActionSettings()
On action settings create window for application settings.
+
void onActionDoc()
On action doc create window for help documentation.
+
bool onHandleClose()
On handle close main window.
+ +
void onActionQuit()
On action for quit.
+
void onActionAbout()
On action about create dialog for about application.
+
SigSettings controlChanged()
Signal for settings setup.
SigSetup setupChanged()
Signal for serial settings.
-

References Electux::App::View::AppHome::controlChanged(), m_home, m_settings, onActionAbout(), onActionDoc(), onActionQuit(), onActionSettings(), onHandleClose(), onSetupChanged(), and Electux::App::View::Settings::AppSettings::setupChanged().

+

References Electux::App::View::AppHome::controlChanged(), m_home, m_settings, onActionAbout(), onActionDoc(), onActionQuit(), onActionSettings(), onHandleClose(), onSetupChanged(), and Electux::App::View::Settings::AppSettings::setupChanged().

Referenced by on_startup().

@@ -469,6 +475,94 @@

+

◆ on_activate()

+ +
+
+

Private Member Functions

+ + + + +
+ + + + + + + +
void EntryApplication::on_activate ()
+
+overrideprotected
+
+ +

Handler for the activate signal.

+

Sets visibility for AppHome window

+ +

Definition at line 93 of file application_slots.cc.

+
94{
+
95 std::cout << "Activate application..." << std::endl;
+
96 Gtk::Application::on_activate();
+
97
+
100 m_home.set_visible(true);
+
101
+
102 std::cout << "Activate application done." << std::endl;
+
103}
+
+

References m_home.

+ +
+
+ +

◆ on_shutdown()

+ +
+
+ + + + + +
+ + + + + + + +
void EntryApplication::on_shutdown ()
+
+overrideprotected
+
+ +

Handler for the shutdown signal.

+ +

Definition at line 105 of file application_slots.cc.

+
106{
+
107 std::cout << "Shutting down application..." << std::endl;
+ +
109 Gtk::Application::on_shutdown();
+
110}
+
bool store() final
Stores configuration.
+
ConfigManager m_configManager
Instances of application items m_configManager - instance of ConfigManager (configuration manager) m_...
+
+

References m_configManager, and Electux::App::Config::ConfigManager::store().

+
+Here is the call graph for this function:
+
+
+ + + + + +
+
@@ -499,7 +593,6 @@

Definition at line 52 of file application_slots.cc.

53{
@@ -531,14 +624,11 @@

87 m_settings.updateUiData();

-
90
-
93 m_home.set_visible(true);
-
94 std::cout << "Startup application done." << std::endl;
-
95}
+
90 std::cout << "Startup application done." << std::endl;
+
91}
const ModelSerial & getSerialConfig() const
Gets serial configuration.
const ModelLog & getLogConfig() const
Gets log configuration.
const ModelControl & getControlConfig() const
Gets control configuration.
-
ConfigManager m_configManager
Instances of application items m_configManager - instance of ConfigManager (configuration manager) m_...
Definition application.h:94
void mapping()
Maps signal/slots for application views.
void setControlSetup(const SettingsSetup &setup)
Sets configuration setup.
Definition home.cc:108
void updateUiData()
Updates UI widgets with data from loaded configuration.
Definition home_slots.cc:51
@@ -549,7 +639,7 @@

void setSettingsSetup(const SettingsSetup &setup)
Sets configuration setup.
Definition settings.cc:173
void updateUiData()
Updates UI widgets with data from loaded configuration.
-

References Electux::App::Config::ConfigManager::getControlConfig(), Electux::App::Config::ConfigManager::getLogConfig(), Electux::App::Config::ConfigManager::getSerialConfig(), m_configManager, Electux::App::View::SettingsSetup::m_controlConfig, m_home, Electux::App::View::SettingsSetup::m_logConfig, Electux::App::View::SettingsSetup::m_serialConfig, m_settings, mapping(), Electux::App::View::AppHome::setControlSetup(), Electux::App::View::Settings::AppSettings::setSettingsSetup(), Electux::App::View::AppHome::updateUiData(), and Electux::App::View::Settings::AppSettings::updateUiData().

+

References Electux::App::Config::ConfigManager::getControlConfig(), Electux::App::Config::ConfigManager::getLogConfig(), Electux::App::Config::ConfigManager::getSerialConfig(), m_configManager, Electux::App::View::SettingsSetup::m_controlConfig, m_home, Electux::App::View::SettingsSetup::m_logConfig, Electux::App::View::SettingsSetup::m_serialConfig, m_settings, mapping(), Electux::App::View::AppHome::setControlSetup(), Electux::App::View::Settings::AppSettings::setSettingsSetup(), Electux::App::View::AppHome::updateUiData(), and Electux::App::View::Settings::AppSettings::updateUiData().

Here is the call graph for this function:
@@ -642,13 +732,13 @@

Definition at line 121 of file application_slots.cc.

-
122{
-
123 m_about.show();
-
124}
- +

Definition at line 136 of file application_slots.cc.

+
137{
+
138 m_about.show();
+
139}
+
-

References m_about.

+

References m_about.

Referenced by mapping().

@@ -691,13 +781,13 @@

Definition at line 116 of file application_slots.cc.

-
117{
-
118 m_help.show();
-
119}
- +

Definition at line 131 of file application_slots.cc.

+
132{
+
133 m_help.show();
+
134}
+
-

References m_help.

+

References m_help.

Referenced by mapping().

@@ -740,17 +830,17 @@

Definition at line 97 of file application_slots.cc.

-
98{
-
99 std::cout << "Quit application." << std::endl;
-
100 m_home.set_visible(false);
-
101 remove_window(m_home);
-
102 quit();
-
103}
+

Definition at line 112 of file application_slots.cc.

+
113{
+
114 std::cout << "Quit application." << std::endl;
+
115 m_home.set_visible(false);
+
116 remove_window(m_home);
+
117 quit();
+
118}
-

References m_home.

+

References m_home.

-

Referenced by mapping(), and onHandleClose().

+

Referenced by mapping(), and onHandleClose().

Here is the caller graph for this function:
@@ -794,12 +884,12 @@

Definition at line 111 of file application_slots.cc.

-
112{
-
113 m_settings.show();
-
114}
+

Definition at line 126 of file application_slots.cc.

+
127{
+
128 m_settings.show();
+
129}
-

References m_settings.

+

References m_settings.

Referenced by mapping().

@@ -843,13 +933,13 @@

Returns
true if the signal has been handled
-

Definition at line 105 of file application_slots.cc.

-
106{
-
107 onActionQuit();
-
108 return false;
-
109}
+

Definition at line 120 of file application_slots.cc.

+
121{
+
122 onActionQuit();
+
123 return false;
+
124}
-

References onActionQuit().

+

References onActionQuit().

Referenced by mapping().

@@ -909,19 +999,18 @@

Definition at line 126 of file application_slots.cc.

-
127{
- - - - -
132}
+

Definition at line 141 of file application_slots.cc.

+
142{
+ + + + +
147}
void setControlConfig(const ModelControl &config)
Sets control configuration.
void setSerialConfig(const ModelSerial &config)
Sets serial configuration.
void setLogConfig(const ModelLog &config)
Sets log configuration.
-
bool store() final
Stores configuration.
-

References m_configManager, Electux::App::View::SettingsSetup::m_controlConfig, Electux::App::View::SettingsSetup::m_logConfig, Electux::App::View::SettingsSetup::m_serialConfig, Electux::App::Config::ConfigManager::setControlConfig(), Electux::App::Config::ConfigManager::setLogConfig(), Electux::App::Config::ConfigManager::setSerialConfig(), and Electux::App::Config::ConfigManager::store().

+

References m_configManager, Electux::App::View::SettingsSetup::m_controlConfig, Electux::App::View::SettingsSetup::m_logConfig, Electux::App::View::SettingsSetup::m_serialConfig, Electux::App::Config::ConfigManager::setControlConfig(), Electux::App::Config::ConfigManager::setLogConfig(), Electux::App::Config::ConfigManager::setSerialConfig(), and Electux::App::Config::ConfigManager::store().

Referenced by mapping().

@@ -976,10 +1065,10 @@

-

Definition at line 98 of file application.h.

-
98{};
+

Definition at line 106 of file application.h.

+
106{};
-

Referenced by onActionAbout().

+

Referenced by onActionAbout().

@@ -1005,10 +1094,10 @@

Definition at line 94 of file application.h.

-
94{};
+

Definition at line 102 of file application.h.

+
102{};
-

Referenced by on_startup(), and onSetupChanged().

+

Referenced by on_shutdown(), on_startup(), and onSetupChanged().

@@ -1032,10 +1121,10 @@

-

Definition at line 97 of file application.h.

-
97{};
+

Definition at line 105 of file application.h.

+
105{};
-

Referenced by onActionDoc().

+

Referenced by onActionDoc().

@@ -1059,10 +1148,10 @@

-

Definition at line 95 of file application.h.

-
95{};
+

Definition at line 103 of file application.h.

+
103{};
-

Referenced by mapping(), on_startup(), and onActionQuit().

+

Referenced by mapping(), on_activate(), on_startup(), and onActionQuit().

@@ -1086,10 +1175,10 @@

-

Definition at line 96 of file application.h.

-
96{};
+

Definition at line 104 of file application.h.

+
104{};
-

Referenced by mapping(), on_startup(), and onActionSettings().

+

Referenced by mapping(), on_startup(), and onActionSettings().

@@ -1105,7 +1194,7 @@

    - +

diff --git a/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication.js b/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication.js index 5edc6602..ef0a9adb 100644 --- a/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication.js +++ b/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication.js @@ -3,6 +3,8 @@ var classElectux_1_1App_1_1EntryApplication = [ "EntryApplication", "d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a4b6b66824726af1b9ebef4ae063eba4f", null ], [ "create", "d0/dcc/classElectux_1_1App_1_1EntryApplication.html#add419e3a8185514cf59e101641b70c3e", null ], [ "mapping", "d0/dcc/classElectux_1_1App_1_1EntryApplication.html#aed9ee32a0e2d9ee04a7f14854cd00f48", null ], + [ "on_activate", "d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a78e38fddc631cb7e1334e4d5ceee00fa", null ], + [ "on_shutdown", "d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a713038ddf091b8a44336cd3c9626f91d", null ], [ "on_startup", "d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a7fede2b4760877dac5577327a1879440", null ], [ "onActionAbout", "d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac446f6532c80978429214cf11bae96c3", null ], [ "onActionDoc", "d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a37d19d8f5b163555d4eab076424cb81a", null ], diff --git a/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication_a713038ddf091b8a44336cd3c9626f91d_cgraph.map b/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication_a713038ddf091b8a44336cd3c9626f91d_cgraph.map new file mode 100644 index 00000000..d917c752 --- /dev/null +++ b/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication_a713038ddf091b8a44336cd3c9626f91d_cgraph.map @@ -0,0 +1,5 @@ + + + + + diff --git a/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication_a713038ddf091b8a44336cd3c9626f91d_cgraph.md5 b/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication_a713038ddf091b8a44336cd3c9626f91d_cgraph.md5 new file mode 100644 index 00000000..26c7390c --- /dev/null +++ b/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication_a713038ddf091b8a44336cd3c9626f91d_cgraph.md5 @@ -0,0 +1 @@ +6dff2686fdab09303de1b991c8afad0f \ No newline at end of file diff --git a/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication_a713038ddf091b8a44336cd3c9626f91d_cgraph.png b/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication_a713038ddf091b8a44336cd3c9626f91d_cgraph.png new file mode 100644 index 00000000..62ff9283 Binary files /dev/null and b/sw/microhildesk_docs/html/d0/dcc/classElectux_1_1App_1_1EntryApplication_a713038ddf091b8a44336cd3c9626f91d_cgraph.png differ diff --git a/sw/microhildesk_docs/html/d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html b/sw/microhildesk_docs/html/d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html index 553d24e3..70799176 100644 --- a/sw/microhildesk_docs/html/d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html +++ b/sw/microhildesk_docs/html/d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html @@ -1549,7 +1549,7 @@

diff --git a/sw/microhildesk_docs/html/d1/d3c/classElectux_1_1App_1_1View_1_1AppHome-members.html b/sw/microhildesk_docs/html/d1/d3c/classElectux_1_1App_1_1View_1_1AppHome-members.html index bc5b0a05..63906813 100644 --- a/sw/microhildesk_docs/html/d1/d3c/classElectux_1_1App_1_1View_1_1AppHome-members.html +++ b/sw/microhildesk_docs/html/d1/d3c/classElectux_1_1App_1_1View_1_1AppHome-members.html @@ -131,7 +131,7 @@ diff --git a/sw/microhildesk_docs/html/d1/df2/serial__com__utils_8cc.html b/sw/microhildesk_docs/html/d1/df2/serial__com__utils_8cc.html index d9ec0ddc..2ae3793f 100644 --- a/sw/microhildesk_docs/html/d1/df2/serial__com__utils_8cc.html +++ b/sw/microhildesk_docs/html/d1/df2/serial__com__utils_8cc.html @@ -122,7 +122,7 @@ diff --git a/sw/microhildesk_docs/html/d1/df2/serial__com__utils_8cc_source.html b/sw/microhildesk_docs/html/d1/df2/serial__com__utils_8cc_source.html index 0cf08537..7193e1e5 100644 --- a/sw/microhildesk_docs/html/d1/df2/serial__com__utils_8cc_source.html +++ b/sw/microhildesk_docs/html/d1/df2/serial__com__utils_8cc_source.html @@ -424,7 +424,7 @@ diff --git a/sw/microhildesk_docs/html/d2/d12/model__serial_8cc.html b/sw/microhildesk_docs/html/d2/d12/model__serial_8cc.html index 9dde8460..a2520e72 100644 --- a/sw/microhildesk_docs/html/d2/d12/model__serial_8cc.html +++ b/sw/microhildesk_docs/html/d2/d12/model__serial_8cc.html @@ -126,7 +126,7 @@ diff --git a/sw/microhildesk_docs/html/d2/d12/model__serial_8cc_source.html b/sw/microhildesk_docs/html/d2/d12/model__serial_8cc_source.html index 8d6855c9..1b56d01b 100644 --- a/sw/microhildesk_docs/html/d2/d12/model__serial_8cc_source.html +++ b/sw/microhildesk_docs/html/d2/d12/model__serial_8cc_source.html @@ -205,7 +205,7 @@ diff --git a/sw/microhildesk_docs/html/d2/d37/iconfig_8h.html b/sw/microhildesk_docs/html/d2/d37/iconfig_8h.html index d563ef86..5d67d9c8 100644 --- a/sw/microhildesk_docs/html/d2/d37/iconfig_8h.html +++ b/sw/microhildesk_docs/html/d2/d37/iconfig_8h.html @@ -154,7 +154,7 @@ diff --git a/sw/microhildesk_docs/html/d2/d37/iconfig_8h_source.html b/sw/microhildesk_docs/html/d2/d37/iconfig_8h_source.html index 6d8b07d5..bdc0536c 100644 --- a/sw/microhildesk_docs/html/d2/d37/iconfig_8h_source.html +++ b/sw/microhildesk_docs/html/d2/d37/iconfig_8h_source.html @@ -146,7 +146,7 @@ diff --git a/sw/microhildesk_docs/html/d2/d60/classElectux_1_1App_1_1View_1_1SettingsSetup-members.html b/sw/microhildesk_docs/html/d2/d60/classElectux_1_1App_1_1View_1_1SettingsSetup-members.html index 76a5335e..77a3dbd1 100644 --- a/sw/microhildesk_docs/html/d2/d60/classElectux_1_1App_1_1View_1_1SettingsSetup-members.html +++ b/sw/microhildesk_docs/html/d2/d60/classElectux_1_1App_1_1View_1_1SettingsSetup-members.html @@ -107,7 +107,7 @@ diff --git a/sw/microhildesk_docs/html/d2/d6c/classElectux_1_1App_1_1Config_1_1IConfig-members.html b/sw/microhildesk_docs/html/d2/d6c/classElectux_1_1App_1_1Config_1_1IConfig-members.html index 4688b99a..d9b9626d 100644 --- a/sw/microhildesk_docs/html/d2/d6c/classElectux_1_1App_1_1Config_1_1IConfig-members.html +++ b/sw/microhildesk_docs/html/d2/d6c/classElectux_1_1App_1_1Config_1_1IConfig-members.html @@ -105,7 +105,7 @@ diff --git a/sw/microhildesk_docs/html/d2/d73/classElectux_1_1App_1_1EntryApplication-members.html b/sw/microhildesk_docs/html/d2/d73/classElectux_1_1App_1_1EntryApplication-members.html index ef4130af..467fff88 100644 --- a/sw/microhildesk_docs/html/d2/d73/classElectux_1_1App_1_1EntryApplication-members.html +++ b/sw/microhildesk_docs/html/d2/d73/classElectux_1_1App_1_1EntryApplication-members.html @@ -105,6 +105,8 @@ m_homeElectux::App::EntryApplicationprivate m_settingsElectux::App::EntryApplicationprivate mapping()Electux::App::EntryApplicationprivate + on_activate() overrideElectux::App::EntryApplicationprotected + on_shutdown() overrideElectux::App::EntryApplicationprotected on_startup() overrideElectux::App::EntryApplicationprotected onActionAbout()Electux::App::EntryApplicationprivate onActionDoc()Electux::App::EntryApplicationprivate @@ -117,7 +119,7 @@ diff --git a/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html b/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html index 2baefe06..391189fc 100644 --- a/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html +++ b/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html @@ -656,7 +656,7 @@

References m_controlConfig.

-

Referenced by Electux::App::EntryApplication::onSetupChanged().

+

Referenced by Electux::App::EntryApplication::onSetupChanged().

Here is the caller graph for this function:
@@ -705,7 +705,7 @@

References m_logConfig.

-

Referenced by Electux::App::EntryApplication::onSetupChanged().

+

Referenced by Electux::App::EntryApplication::onSetupChanged().

Here is the caller graph for this function:
@@ -754,7 +754,7 @@

References m_serialConfig.

-

Referenced by Electux::App::EntryApplication::onSetupChanged().

+

Referenced by Electux::App::EntryApplication::onSetupChanged().

Here is the caller graph for this function:
@@ -830,23 +830,25 @@

References m_controlConfig, m_fileName, m_logConfig, and m_serialConfig.

-

Referenced by defaultConfigStore(), and Electux::App::EntryApplication::onSetupChanged().

+

Referenced by defaultConfigStore(), Electux::App::EntryApplication::on_shutdown(), and Electux::App::EntryApplication::onSetupChanged().

Here is the caller graph for this function:
- + - - - + + + + + - - - - + + + +
@@ -973,7 +975,7 @@

    - +

diff --git a/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager_a9ab5c4ca238d3e9ae26998026ebab2c1_icgraph.map b/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager_a9ab5c4ca238d3e9ae26998026ebab2c1_icgraph.map index 95b1ccb4..c78c2d54 100644 --- a/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager_a9ab5c4ca238d3e9ae26998026ebab2c1_icgraph.map +++ b/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager_a9ab5c4ca238d3e9ae26998026ebab2c1_icgraph.map @@ -1,13 +1,15 @@ - + - - - + + + + + - - - - + + + + diff --git a/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager_a9ab5c4ca238d3e9ae26998026ebab2c1_icgraph.md5 b/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager_a9ab5c4ca238d3e9ae26998026ebab2c1_icgraph.md5 index 557e9d57..77ae3b07 100644 --- a/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager_a9ab5c4ca238d3e9ae26998026ebab2c1_icgraph.md5 +++ b/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager_a9ab5c4ca238d3e9ae26998026ebab2c1_icgraph.md5 @@ -1 +1 @@ -38008e06ffbcc32cedc1202a9a08a1ea \ No newline at end of file +00f8edd4bcbbedd85501606c4d4b0082 \ No newline at end of file diff --git a/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager_a9ab5c4ca238d3e9ae26998026ebab2c1_icgraph.png b/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager_a9ab5c4ca238d3e9ae26998026ebab2c1_icgraph.png index 20bf9669..fe3facd8 100644 Binary files a/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager_a9ab5c4ca238d3e9ae26998026ebab2c1_icgraph.png and b/sw/microhildesk_docs/html/d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager_a9ab5c4ca238d3e9ae26998026ebab2c1_icgraph.png differ diff --git a/sw/microhildesk_docs/html/d2/dc0/about_8h.html b/sw/microhildesk_docs/html/d2/dc0/about_8h.html index 6dfb6c81..a9a8dc7c 100644 --- a/sw/microhildesk_docs/html/d2/dc0/about_8h.html +++ b/sw/microhildesk_docs/html/d2/dc0/about_8h.html @@ -154,7 +154,7 @@ diff --git a/sw/microhildesk_docs/html/d2/dc0/about_8h_source.html b/sw/microhildesk_docs/html/d2/dc0/about_8h_source.html index c8926ed2..dc51c63e 100644 --- a/sw/microhildesk_docs/html/d2/dc0/about_8h_source.html +++ b/sw/microhildesk_docs/html/d2/dc0/about_8h_source.html @@ -143,7 +143,7 @@ diff --git a/sw/microhildesk_docs/html/d2/dea/model__control_8cc.html b/sw/microhildesk_docs/html/d2/dea/model__control_8cc.html index f4a1ed4f..10e8061c 100644 --- a/sw/microhildesk_docs/html/d2/dea/model__control_8cc.html +++ b/sw/microhildesk_docs/html/d2/dea/model__control_8cc.html @@ -126,7 +126,7 @@ diff --git a/sw/microhildesk_docs/html/d2/dea/model__control_8cc_source.html b/sw/microhildesk_docs/html/d2/dea/model__control_8cc_source.html index e27b1a0b..5e6ca960 100644 --- a/sw/microhildesk_docs/html/d2/dea/model__control_8cc_source.html +++ b/sw/microhildesk_docs/html/d2/dea/model__control_8cc_source.html @@ -200,7 +200,7 @@ diff --git a/sw/microhildesk_docs/html/d3/d03/log__level__params_8h.html b/sw/microhildesk_docs/html/d3/d03/log__level__params_8h.html index d23cbf0a..4cc9bee2 100644 --- a/sw/microhildesk_docs/html/d3/d03/log__level__params_8h.html +++ b/sw/microhildesk_docs/html/d3/d03/log__level__params_8h.html @@ -150,7 +150,7 @@ diff --git a/sw/microhildesk_docs/html/d3/d03/log__level__params_8h_source.html b/sw/microhildesk_docs/html/d3/d03/log__level__params_8h_source.html index 8b3f0007..41e29b40 100644 --- a/sw/microhildesk_docs/html/d3/d03/log__level__params_8h_source.html +++ b/sw/microhildesk_docs/html/d3/d03/log__level__params_8h_source.html @@ -140,7 +140,7 @@ diff --git a/sw/microhildesk_docs/html/d3/d81/namespaceElectux_1_1App_1_1View.html b/sw/microhildesk_docs/html/d3/d81/namespaceElectux_1_1App_1_1View.html index 425b943b..892725c0 100644 --- a/sw/microhildesk_docs/html/d3/d81/namespaceElectux_1_1App_1_1View.html +++ b/sw/microhildesk_docs/html/d3/d81/namespaceElectux_1_1App_1_1View.html @@ -202,7 +202,7 @@

    - +

diff --git a/sw/microhildesk_docs/html/d3/d8e/settings_8cc.html b/sw/microhildesk_docs/html/d3/d8e/settings_8cc.html index d8c65685..36591b3e 100644 --- a/sw/microhildesk_docs/html/d3/d8e/settings_8cc.html +++ b/sw/microhildesk_docs/html/d3/d8e/settings_8cc.html @@ -159,7 +159,7 @@ diff --git a/sw/microhildesk_docs/html/d3/d8e/settings_8cc_source.html b/sw/microhildesk_docs/html/d3/d8e/settings_8cc_source.html index b5ee3c7b..e582d983 100644 --- a/sw/microhildesk_docs/html/d3/d8e/settings_8cc_source.html +++ b/sw/microhildesk_docs/html/d3/d8e/settings_8cc_source.html @@ -290,7 +290,7 @@ diff --git a/sw/microhildesk_docs/html/d3/db0/classElectux_1_1App_1_1View_1_1Help_1_1AppHelp-members.html b/sw/microhildesk_docs/html/d3/db0/classElectux_1_1App_1_1View_1_1Help_1_1AppHelp-members.html index d8fc382d..3ec67482 100644 --- a/sw/microhildesk_docs/html/d3/db0/classElectux_1_1App_1_1View_1_1Help_1_1AppHelp-members.html +++ b/sw/microhildesk_docs/html/d3/db0/classElectux_1_1App_1_1View_1_1Help_1_1AppHelp-members.html @@ -103,7 +103,7 @@ diff --git a/sw/microhildesk_docs/html/d4/d00/classElectux_1_1App_1_1Model_1_1Model-members.html b/sw/microhildesk_docs/html/d4/d00/classElectux_1_1App_1_1Model_1_1Model-members.html index d0897983..7bd3db21 100644 --- a/sw/microhildesk_docs/html/d4/d00/classElectux_1_1App_1_1Model_1_1Model-members.html +++ b/sw/microhildesk_docs/html/d4/d00/classElectux_1_1App_1_1Model_1_1Model-members.html @@ -111,7 +111,7 @@ diff --git a/sw/microhildesk_docs/html/d4/d27/about_8cc.html b/sw/microhildesk_docs/html/d4/d27/about_8cc.html index 41de44ce..c81efc9c 100644 --- a/sw/microhildesk_docs/html/d4/d27/about_8cc.html +++ b/sw/microhildesk_docs/html/d4/d27/about_8cc.html @@ -118,7 +118,7 @@ diff --git a/sw/microhildesk_docs/html/d4/d27/about_8cc_source.html b/sw/microhildesk_docs/html/d4/d27/about_8cc_source.html index 3b98febc..63aa122a 100644 --- a/sw/microhildesk_docs/html/d4/d27/about_8cc_source.html +++ b/sw/microhildesk_docs/html/d4/d27/about_8cc_source.html @@ -160,7 +160,7 @@ diff --git a/sw/microhildesk_docs/html/d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html b/sw/microhildesk_docs/html/d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html index 571e23d1..acf805bd 100644 --- a/sw/microhildesk_docs/html/d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html +++ b/sw/microhildesk_docs/html/d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html @@ -415,7 +415,7 @@

    - +

diff --git a/sw/microhildesk_docs/html/d4/d51/application__map_8cc.html b/sw/microhildesk_docs/html/d4/d51/application__map_8cc.html index 291d4201..196c62e8 100644 --- a/sw/microhildesk_docs/html/d4/d51/application__map_8cc.html +++ b/sw/microhildesk_docs/html/d4/d51/application__map_8cc.html @@ -187,7 +187,7 @@ diff --git a/sw/microhildesk_docs/html/d4/d51/application__map_8cc_source.html b/sw/microhildesk_docs/html/d4/d51/application__map_8cc_source.html index 1cd2053f..e75bf386 100644 --- a/sw/microhildesk_docs/html/d4/d51/application__map_8cc_source.html +++ b/sw/microhildesk_docs/html/d4/d51/application__map_8cc_source.html @@ -148,14 +148,14 @@
62}

-
void onSetupChanged(const SettingsSetup &setup)
Slot to handle setup signal change from settings window.
-
void onActionSettings()
On action settings create window for application settings.
-
void onActionDoc()
On action doc create window for help documentation.
-
bool onHandleClose()
On handle close main window.
- -
void onActionQuit()
On action for quit.
-
void onActionAbout()
On action about create dialog for about application.
- +
void onSetupChanged(const SettingsSetup &setup)
Slot to handle setup signal change from settings window.
+
void onActionSettings()
On action settings create window for application settings.
+
void onActionDoc()
On action doc create window for help documentation.
+
bool onHandleClose()
On handle close main window.
+ +
void onActionQuit()
On action for quit.
+
void onActionAbout()
On action about create dialog for about application.
+
void mapping()
Maps signal/slots for application views.
SigSettings controlChanged()
Signal for settings setup.
SigSetup setupChanged()
Signal for serial settings.
@@ -166,7 +166,7 @@ diff --git a/sw/microhildesk_docs/html/d4/d60/serial__com__params_8h.html b/sw/microhildesk_docs/html/d4/d60/serial__com__params_8h.html index 9213689e..360b6c06 100644 --- a/sw/microhildesk_docs/html/d4/d60/serial__com__params_8h.html +++ b/sw/microhildesk_docs/html/d4/d60/serial__com__params_8h.html @@ -204,7 +204,7 @@ diff --git a/sw/microhildesk_docs/html/d4/d60/serial__com__params_8h_source.html b/sw/microhildesk_docs/html/d4/d60/serial__com__params_8h_source.html index b355b7b2..15a3f0de 100644 --- a/sw/microhildesk_docs/html/d4/d60/serial__com__params_8h_source.html +++ b/sw/microhildesk_docs/html/d4/d60/serial__com__params_8h_source.html @@ -197,7 +197,7 @@ diff --git a/sw/microhildesk_docs/html/d4/d6e/model__log_8cc.html b/sw/microhildesk_docs/html/d4/d6e/model__log_8cc.html index 45828973..520ae539 100644 --- a/sw/microhildesk_docs/html/d4/d6e/model__log_8cc.html +++ b/sw/microhildesk_docs/html/d4/d6e/model__log_8cc.html @@ -126,7 +126,7 @@ diff --git a/sw/microhildesk_docs/html/d4/d6e/model__log_8cc_source.html b/sw/microhildesk_docs/html/d4/d6e/model__log_8cc_source.html index 67dd22e5..1b50b98e 100644 --- a/sw/microhildesk_docs/html/d4/d6e/model__log_8cc_source.html +++ b/sw/microhildesk_docs/html/d4/d6e/model__log_8cc_source.html @@ -183,7 +183,7 @@ diff --git a/sw/microhildesk_docs/html/d4/d7f/classElectux_1_1App_1_1Model_1_1IModel-members.html b/sw/microhildesk_docs/html/d4/d7f/classElectux_1_1App_1_1Model_1_1IModel-members.html index 1a4af272..1312d38a 100644 --- a/sw/microhildesk_docs/html/d4/d7f/classElectux_1_1App_1_1Model_1_1IModel-members.html +++ b/sw/microhildesk_docs/html/d4/d7f/classElectux_1_1App_1_1Model_1_1IModel-members.html @@ -109,7 +109,7 @@ diff --git a/sw/microhildesk_docs/html/d4/dc1/log_8cc.html b/sw/microhildesk_docs/html/d4/dc1/log_8cc.html index 0d949498..1abeba54 100644 --- a/sw/microhildesk_docs/html/d4/dc1/log_8cc.html +++ b/sw/microhildesk_docs/html/d4/dc1/log_8cc.html @@ -152,7 +152,7 @@ diff --git a/sw/microhildesk_docs/html/d4/dc1/log_8cc_source.html b/sw/microhildesk_docs/html/d4/dc1/log_8cc_source.html index f98de648..0e8c06f4 100644 --- a/sw/microhildesk_docs/html/d4/dc1/log_8cc_source.html +++ b/sw/microhildesk_docs/html/d4/dc1/log_8cc_source.html @@ -256,7 +256,7 @@ diff --git a/sw/microhildesk_docs/html/d4/dcd/classElectux_1_1App_1_1Model_1_1ModelControl-members.html b/sw/microhildesk_docs/html/d4/dcd/classElectux_1_1App_1_1Model_1_1ModelControl-members.html index d1f49f41..a06d301b 100644 --- a/sw/microhildesk_docs/html/d4/dcd/classElectux_1_1App_1_1Model_1_1ModelControl-members.html +++ b/sw/microhildesk_docs/html/d4/dcd/classElectux_1_1App_1_1Model_1_1ModelControl-members.html @@ -115,7 +115,7 @@ diff --git a/sw/microhildesk_docs/html/d5/d3b/model_8cc.html b/sw/microhildesk_docs/html/d5/d3b/model_8cc.html index daf01d02..988904f2 100644 --- a/sw/microhildesk_docs/html/d5/d3b/model_8cc.html +++ b/sw/microhildesk_docs/html/d5/d3b/model_8cc.html @@ -140,7 +140,7 @@ diff --git a/sw/microhildesk_docs/html/d5/d3b/model_8cc_source.html b/sw/microhildesk_docs/html/d5/d3b/model_8cc_source.html index 319f2a91..a04dbe3f 100644 --- a/sw/microhildesk_docs/html/d5/d3b/model_8cc_source.html +++ b/sw/microhildesk_docs/html/d5/d3b/model_8cc_source.html @@ -196,7 +196,7 @@ diff --git a/sw/microhildesk_docs/html/d5/d85/home__map_8cc.html b/sw/microhildesk_docs/html/d5/d85/home__map_8cc.html index 068378c6..2a156da9 100644 --- a/sw/microhildesk_docs/html/d5/d85/home__map_8cc.html +++ b/sw/microhildesk_docs/html/d5/d85/home__map_8cc.html @@ -149,7 +149,7 @@ diff --git a/sw/microhildesk_docs/html/d5/d85/home__map_8cc_source.html b/sw/microhildesk_docs/html/d5/d85/home__map_8cc_source.html index 1273ae6c..71ae49c2 100644 --- a/sw/microhildesk_docs/html/d5/d85/home__map_8cc_source.html +++ b/sw/microhildesk_docs/html/d5/d85/home__map_8cc_source.html @@ -150,7 +150,7 @@ diff --git a/sw/microhildesk_docs/html/d5/dd1/namespaceElectux_1_1App_1_1Logger.html b/sw/microhildesk_docs/html/d5/dd1/namespaceElectux_1_1App_1_1Logger.html index 17ec0f7b..3ed2bfba 100644 --- a/sw/microhildesk_docs/html/d5/dd1/namespaceElectux_1_1App_1_1Logger.html +++ b/sw/microhildesk_docs/html/d5/dd1/namespaceElectux_1_1App_1_1Logger.html @@ -200,7 +200,7 @@

    - +

diff --git a/sw/microhildesk_docs/html/d5/de3/classElectux_1_1App_1_1Model_1_1ModelSerial-members.html b/sw/microhildesk_docs/html/d5/de3/classElectux_1_1App_1_1Model_1_1ModelSerial-members.html index dd444563..227989e7 100644 --- a/sw/microhildesk_docs/html/d5/de3/classElectux_1_1App_1_1Model_1_1ModelSerial-members.html +++ b/sw/microhildesk_docs/html/d5/de3/classElectux_1_1App_1_1Model_1_1ModelSerial-members.html @@ -115,7 +115,7 @@ diff --git a/sw/microhildesk_docs/html/d6/d36/model__control_8h.html b/sw/microhildesk_docs/html/d6/d36/model__control_8h.html index f25020ec..819fc279 100644 --- a/sw/microhildesk_docs/html/d6/d36/model__control_8h.html +++ b/sw/microhildesk_docs/html/d6/d36/model__control_8h.html @@ -184,7 +184,7 @@ diff --git a/sw/microhildesk_docs/html/d6/d36/model__control_8h_source.html b/sw/microhildesk_docs/html/d6/d36/model__control_8h_source.html index b40db4e1..48d0b791 100644 --- a/sw/microhildesk_docs/html/d6/d36/model__control_8h_source.html +++ b/sw/microhildesk_docs/html/d6/d36/model__control_8h_source.html @@ -170,7 +170,7 @@ diff --git a/sw/microhildesk_docs/html/d6/d3d/classElectux_1_1App_1_1Com_1_1ICom-members.html b/sw/microhildesk_docs/html/d6/d3d/classElectux_1_1App_1_1Com_1_1ICom-members.html index 48cc3412..e54ca219 100644 --- a/sw/microhildesk_docs/html/d6/d3d/classElectux_1_1App_1_1Com_1_1ICom-members.html +++ b/sw/microhildesk_docs/html/d6/d3d/classElectux_1_1App_1_1Com_1_1ICom-members.html @@ -118,7 +118,7 @@ diff --git a/sw/microhildesk_docs/html/d6/d7a/classElectux_1_1App_1_1View_1_1About_1_1AppAbout.html b/sw/microhildesk_docs/html/d6/d7a/classElectux_1_1App_1_1View_1_1About_1_1AppAbout.html index 0a84d16a..3626a595 100644 --- a/sw/microhildesk_docs/html/d6/d7a/classElectux_1_1App_1_1View_1_1About_1_1AppAbout.html +++ b/sw/microhildesk_docs/html/d6/d7a/classElectux_1_1App_1_1View_1_1About_1_1AppAbout.html @@ -186,7 +186,7 @@

    - +

diff --git a/sw/microhildesk_docs/html/d7/d2a/classElectux_1_1App_1_1Logger_1_1Log-members.html b/sw/microhildesk_docs/html/d7/d2a/classElectux_1_1App_1_1Logger_1_1Log-members.html index 463fc131..5fb733d8 100644 --- a/sw/microhildesk_docs/html/d7/d2a/classElectux_1_1App_1_1Logger_1_1Log-members.html +++ b/sw/microhildesk_docs/html/d7/d2a/classElectux_1_1App_1_1Logger_1_1Log-members.html @@ -117,7 +117,7 @@ diff --git a/sw/microhildesk_docs/html/d7/d38/namespaceElectux_1_1App_1_1Params_1_1LogLevels.html b/sw/microhildesk_docs/html/d7/d38/namespaceElectux_1_1App_1_1Params_1_1LogLevels.html index b902e1df..46e4426b 100644 --- a/sw/microhildesk_docs/html/d7/d38/namespaceElectux_1_1App_1_1Params_1_1LogLevels.html +++ b/sw/microhildesk_docs/html/d7/d38/namespaceElectux_1_1App_1_1Params_1_1LogLevels.html @@ -217,7 +217,7 @@

    - +

diff --git a/sw/microhildesk_docs/html/d7/d63/namespaceElectux_1_1App_1_1View_1_1Settings.html b/sw/microhildesk_docs/html/d7/d63/namespaceElectux_1_1App_1_1View_1_1Settings.html index e82c9efd..7d19f543 100644 --- a/sw/microhildesk_docs/html/d7/d63/namespaceElectux_1_1App_1_1View_1_1Settings.html +++ b/sw/microhildesk_docs/html/d7/d63/namespaceElectux_1_1App_1_1View_1_1Settings.html @@ -135,7 +135,7 @@

    - +

diff --git a/sw/microhildesk_docs/html/d7/d71/model__log_8h.html b/sw/microhildesk_docs/html/d7/d71/model__log_8h.html index c6062d6f..9fe35dc3 100644 --- a/sw/microhildesk_docs/html/d7/d71/model__log_8h.html +++ b/sw/microhildesk_docs/html/d7/d71/model__log_8h.html @@ -184,7 +184,7 @@ diff --git a/sw/microhildesk_docs/html/d7/d71/model__log_8h_source.html b/sw/microhildesk_docs/html/d7/d71/model__log_8h_source.html index eef716cc..8d2a525d 100644 --- a/sw/microhildesk_docs/html/d7/d71/model__log_8h_source.html +++ b/sw/microhildesk_docs/html/d7/d71/model__log_8h_source.html @@ -164,7 +164,7 @@ diff --git a/sw/microhildesk_docs/html/d7/d7f/log_8h.html b/sw/microhildesk_docs/html/d7/d7f/log_8h.html index 969ab605..ffe436b6 100644 --- a/sw/microhildesk_docs/html/d7/d7f/log_8h.html +++ b/sw/microhildesk_docs/html/d7/d7f/log_8h.html @@ -144,7 +144,7 @@ diff --git a/sw/microhildesk_docs/html/d7/d7f/log_8h_source.html b/sw/microhildesk_docs/html/d7/d7f/log_8h_source.html index b4bb692e..17818012 100644 --- a/sw/microhildesk_docs/html/d7/d7f/log_8h_source.html +++ b/sw/microhildesk_docs/html/d7/d7f/log_8h_source.html @@ -186,7 +186,7 @@ diff --git a/sw/microhildesk_docs/html/d7/d9d/namespaceElectux_1_1App_1_1Com.html b/sw/microhildesk_docs/html/d7/d9d/namespaceElectux_1_1App_1_1Com.html index 1bea824a..1472f87f 100644 --- a/sw/microhildesk_docs/html/d7/d9d/namespaceElectux_1_1App_1_1Com.html +++ b/sw/microhildesk_docs/html/d7/d9d/namespaceElectux_1_1App_1_1Com.html @@ -243,7 +243,7 @@

    - +

diff --git a/sw/microhildesk_docs/html/d8/d3e/classElectux_1_1App_1_1Com_1_1SerialCom-members.html b/sw/microhildesk_docs/html/d8/d3e/classElectux_1_1App_1_1Com_1_1SerialCom-members.html index 8cd59af9..0a29428d 100644 --- a/sw/microhildesk_docs/html/d8/d3e/classElectux_1_1App_1_1Com_1_1SerialCom-members.html +++ b/sw/microhildesk_docs/html/d8/d3e/classElectux_1_1App_1_1Com_1_1SerialCom-members.html @@ -122,7 +122,7 @@ diff --git a/sw/microhildesk_docs/html/d8/d5e/classElectux_1_1App_1_1View_1_1Help_1_1AppHelp.html b/sw/microhildesk_docs/html/d8/d5e/classElectux_1_1App_1_1View_1_1Help_1_1AppHelp.html index 482fb2e3..38031388 100644 --- a/sw/microhildesk_docs/html/d8/d5e/classElectux_1_1App_1_1View_1_1Help_1_1AppHelp.html +++ b/sw/microhildesk_docs/html/d8/d5e/classElectux_1_1App_1_1View_1_1Help_1_1AppHelp.html @@ -179,7 +179,7 @@

    - +
diff --git a/sw/microhildesk_docs/html/d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html b/sw/microhildesk_docs/html/d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html index 456acd1b..490dbab2 100644 --- a/sw/microhildesk_docs/html/d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html +++ b/sw/microhildesk_docs/html/d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html @@ -812,7 +812,7 @@

    - +
diff --git a/sw/microhildesk_docs/html/d9/d0f/main_8cc.html b/sw/microhildesk_docs/html/d9/d0f/main_8cc.html index c7779380..ebc3c2ee 100644 --- a/sw/microhildesk_docs/html/d9/d0f/main_8cc.html +++ b/sw/microhildesk_docs/html/d9/d0f/main_8cc.html @@ -247,7 +247,7 @@

    - +
diff --git a/sw/microhildesk_docs/html/d9/d0f/main_8cc_source.html b/sw/microhildesk_docs/html/d9/d0f/main_8cc_source.html index a3fccbe5..2f40e3d4 100644 --- a/sw/microhildesk_docs/html/d9/d0f/main_8cc_source.html +++ b/sw/microhildesk_docs/html/d9/d0f/main_8cc_source.html @@ -140,7 +140,7 @@ diff --git a/sw/microhildesk_docs/html/d9/d26/namespaceElectux_1_1App_1_1Model.html b/sw/microhildesk_docs/html/d9/d26/namespaceElectux_1_1App_1_1Model.html index d30e18e7..e0f01f38 100644 --- a/sw/microhildesk_docs/html/d9/d26/namespaceElectux_1_1App_1_1Model.html +++ b/sw/microhildesk_docs/html/d9/d26/namespaceElectux_1_1App_1_1Model.html @@ -181,7 +181,7 @@

    - +
diff --git a/sw/microhildesk_docs/html/d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html b/sw/microhildesk_docs/html/d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html index 699e450c..885b32e7 100644 --- a/sw/microhildesk_docs/html/d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html +++ b/sw/microhildesk_docs/html/d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html @@ -850,7 +850,7 @@

    - +
diff --git a/sw/microhildesk_docs/html/d9/d49/namespaceElectux_1_1App_1_1Config.html b/sw/microhildesk_docs/html/d9/d49/namespaceElectux_1_1App_1_1Config.html index 29aa9903..79ccc4e4 100644 --- a/sw/microhildesk_docs/html/d9/d49/namespaceElectux_1_1App_1_1Config.html +++ b/sw/microhildesk_docs/html/d9/d49/namespaceElectux_1_1App_1_1Config.html @@ -171,7 +171,7 @@

    - +
diff --git a/sw/microhildesk_docs/html/d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html b/sw/microhildesk_docs/html/d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html index 014e786c..22317754 100644 --- a/sw/microhildesk_docs/html/d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html +++ b/sw/microhildesk_docs/html/d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html @@ -1988,7 +1988,7 @@

    - +
diff --git a/sw/microhildesk_docs/html/d9/de1/application__slots_8cc.html b/sw/microhildesk_docs/html/d9/de1/application__slots_8cc.html index 41c95650..db8204b0 100644 --- a/sw/microhildesk_docs/html/d9/de1/application__slots_8cc.html +++ b/sw/microhildesk_docs/html/d9/de1/application__slots_8cc.html @@ -190,7 +190,7 @@ diff --git a/sw/microhildesk_docs/html/d9/de1/application__slots_8cc_source.html b/sw/microhildesk_docs/html/d9/de1/application__slots_8cc_source.html index 5194a9f3..1136b278 100644 --- a/sw/microhildesk_docs/html/d9/de1/application__slots_8cc_source.html +++ b/sw/microhildesk_docs/html/d9/de1/application__slots_8cc_source.html @@ -168,59 +168,78 @@ -
90
-
93 m_home.set_visible(true);
-
94 std::cout << "Startup application done." << std::endl;
-
95}
+
90 std::cout << "Startup application done." << std::endl;
+
91}
-
96
-
- -
98{
-
99 std::cout << "Quit application." << std::endl;
-
100 m_home.set_visible(false);
-
101 remove_window(m_home);
-
102 quit();
+
92
+
+ +
94{
+
95 std::cout << "Activate application..." << std::endl;
+
96 Gtk::Application::on_activate();
+
97
+
100 m_home.set_visible(true);
+
101
+
102 std::cout << "Activate application done." << std::endl;
103}
104
- +
106{
-
107 onActionQuit();
-
108 return false;
-
109}
+
107 std::cout << "Shutting down application..." << std::endl;
+ +
109 Gtk::Application::on_shutdown();
+
110}
-
110
-
- -
112{
-
113 m_settings.show();
-
114}
+
111
+
+ +
113{
+
114 std::cout << "Quit application." << std::endl;
+
115 m_home.set_visible(false);
+
116 remove_window(m_home);
+
117 quit();
+
118}
-
115
-
- -
117{
-
118 m_help.show();
-
119}
-
-
120
-
- -
122{
-
123 m_about.show();
+
119
+
+ +
121{
+
122 onActionQuit();
+
123 return false;
124}
125
+
130
+
+ +
132{
+
133 m_help.show();
+
134}
+
+
135
+
+ +
137{
+
138 m_about.show();
+
139}
+
+
140
+
void setControlConfig(const ModelControl &config)
Sets control configuration.
@@ -230,19 +249,21 @@
const ModelLog & getLogConfig() const
Gets log configuration.
bool store() final
Stores configuration.
const ModelControl & getControlConfig() const
Gets control configuration.
-
void onSetupChanged(const SettingsSetup &setup)
Slot to handle setup signal change from settings window.
- -
ConfigManager m_configManager
Instances of application items m_configManager - instance of ConfigManager (configuration manager) m_...
Definition application.h:94
-
void onActionSettings()
On action settings create window for application settings.
-
void onActionDoc()
On action doc create window for help documentation.
-
bool onHandleClose()
On handle close main window.
+
void onSetupChanged(const SettingsSetup &setup)
Slot to handle setup signal change from settings window.
+ +
ConfigManager m_configManager
Instances of application items m_configManager - instance of ConfigManager (configuration manager) m_...
+
void onActionSettings()
On action settings create window for application settings.
+
void onActionDoc()
On action doc create window for help documentation.
+
void on_shutdown() override
Handler for the shutdown signal.
+
bool onHandleClose()
On handle close main window.
+
void on_activate() override
Handler for the activate signal.
void on_startup() override
Handler for the startup signal.
- -
void onActionQuit()
On action for quit.
-
void onActionAbout()
On action about create dialog for about application.
- + +
void onActionQuit()
On action for quit.
+
void onActionAbout()
On action about create dialog for about application.
+
void mapping()
Maps signal/slots for application views.
- +
void setControlSetup(const SettingsSetup &setup)
Sets configuration setup.
Definition home.cc:108
void updateUiData()
Updates UI widgets with data from loaded configuration.
Definition home_slots.cc:51
Setup settings for collected parameters.
@@ -258,7 +279,7 @@ diff --git a/sw/microhildesk_docs/html/da/d00/namespaceElectux_1_1App_1_1Params_1_1Channel.html b/sw/microhildesk_docs/html/da/d00/namespaceElectux_1_1App_1_1Params_1_1Channel.html index 9461eb88..5a3d0084 100644 --- a/sw/microhildesk_docs/html/da/d00/namespaceElectux_1_1App_1_1Params_1_1Channel.html +++ b/sw/microhildesk_docs/html/da/d00/namespaceElectux_1_1App_1_1Params_1_1Channel.html @@ -138,7 +138,7 @@

    - +

diff --git a/sw/microhildesk_docs/html/da/d22/namespaceElectux_1_1App_1_1Params_1_1SerialComConstants.html b/sw/microhildesk_docs/html/da/d22/namespaceElectux_1_1App_1_1Params_1_1SerialComConstants.html index 5da9afde..03c45159 100644 --- a/sw/microhildesk_docs/html/da/d22/namespaceElectux_1_1App_1_1Params_1_1SerialComConstants.html +++ b/sw/microhildesk_docs/html/da/d22/namespaceElectux_1_1App_1_1Params_1_1SerialComConstants.html @@ -962,7 +962,7 @@

diff --git a/sw/microhildesk_docs/html/da/d2e/namespaceElectux_1_1App_1_1View_1_1About.html b/sw/microhildesk_docs/html/da/d2e/namespaceElectux_1_1App_1_1View_1_1About.html index aea259cf..7f398e96 100644 --- a/sw/microhildesk_docs/html/da/d2e/namespaceElectux_1_1App_1_1View_1_1About.html +++ b/sw/microhildesk_docs/html/da/d2e/namespaceElectux_1_1App_1_1View_1_1About.html @@ -109,7 +109,7 @@ diff --git a/sw/microhildesk_docs/html/da/d40/classElectux_1_1App_1_1EntryApplication__coll__graph.map b/sw/microhildesk_docs/html/da/d40/classElectux_1_1App_1_1EntryApplication__coll__graph.map index 2a3b3bbb..aec08ab5 100644 --- a/sw/microhildesk_docs/html/da/d40/classElectux_1_1App_1_1EntryApplication__coll__graph.map +++ b/sw/microhildesk_docs/html/da/d40/classElectux_1_1App_1_1EntryApplication__coll__graph.map @@ -1,9 +1,9 @@ - + - + - + @@ -27,7 +27,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -72,9 +72,9 @@ - + - + diff --git a/sw/microhildesk_docs/html/da/d40/classElectux_1_1App_1_1EntryApplication__coll__graph.md5 b/sw/microhildesk_docs/html/da/d40/classElectux_1_1App_1_1EntryApplication__coll__graph.md5 index 90ca8d1b..c1d56383 100644 --- a/sw/microhildesk_docs/html/da/d40/classElectux_1_1App_1_1EntryApplication__coll__graph.md5 +++ b/sw/microhildesk_docs/html/da/d40/classElectux_1_1App_1_1EntryApplication__coll__graph.md5 @@ -1 +1 @@ -d0d354a9cc44fa60caca19556c37b73f \ No newline at end of file +1fe850c254fa2861f88567ced8972b5a \ No newline at end of file diff --git a/sw/microhildesk_docs/html/da/d40/classElectux_1_1App_1_1EntryApplication__coll__graph.png b/sw/microhildesk_docs/html/da/d40/classElectux_1_1App_1_1EntryApplication__coll__graph.png index ae4f9dc6..f243ad92 100644 Binary files a/sw/microhildesk_docs/html/da/d40/classElectux_1_1App_1_1EntryApplication__coll__graph.png and b/sw/microhildesk_docs/html/da/d40/classElectux_1_1App_1_1EntryApplication__coll__graph.png differ diff --git a/sw/microhildesk_docs/html/da/d5e/classElectux_1_1App_1_1Model_1_1ModelLog-members.html b/sw/microhildesk_docs/html/da/d5e/classElectux_1_1App_1_1Model_1_1ModelLog-members.html index 5b3232af..12ffc336 100644 --- a/sw/microhildesk_docs/html/da/d5e/classElectux_1_1App_1_1Model_1_1ModelLog-members.html +++ b/sw/microhildesk_docs/html/da/d5e/classElectux_1_1App_1_1Model_1_1ModelLog-members.html @@ -115,7 +115,7 @@ diff --git a/sw/microhildesk_docs/html/da/d81/classElectux_1_1App_1_1Model_1_1Model.html b/sw/microhildesk_docs/html/da/d81/classElectux_1_1App_1_1Model_1_1Model.html index 07632324..781b88be 100644 --- a/sw/microhildesk_docs/html/da/d81/classElectux_1_1App_1_1Model_1_1Model.html +++ b/sw/microhildesk_docs/html/da/d81/classElectux_1_1App_1_1Model_1_1Model.html @@ -618,7 +618,7 @@

    - +

diff --git a/sw/microhildesk_docs/html/da/dd8/config__manager_8cc.html b/sw/microhildesk_docs/html/da/dd8/config__manager_8cc.html index 158c8159..fa45fd6e 100644 --- a/sw/microhildesk_docs/html/da/dd8/config__manager_8cc.html +++ b/sw/microhildesk_docs/html/da/dd8/config__manager_8cc.html @@ -155,7 +155,7 @@ diff --git a/sw/microhildesk_docs/html/da/dd8/config__manager_8cc_source.html b/sw/microhildesk_docs/html/da/dd8/config__manager_8cc_source.html index bd3fed64..19b13ad0 100644 --- a/sw/microhildesk_docs/html/da/dd8/config__manager_8cc_source.html +++ b/sw/microhildesk_docs/html/da/dd8/config__manager_8cc_source.html @@ -377,7 +377,7 @@ diff --git a/sw/microhildesk_docs/html/db/d22/namespaceElectux_1_1App_1_1View_1_1Help.html b/sw/microhildesk_docs/html/db/d22/namespaceElectux_1_1App_1_1View_1_1Help.html index 6883bcf7..8e319a3c 100644 --- a/sw/microhildesk_docs/html/db/d22/namespaceElectux_1_1App_1_1View_1_1Help.html +++ b/sw/microhildesk_docs/html/db/d22/namespaceElectux_1_1App_1_1View_1_1Help.html @@ -109,7 +109,7 @@ diff --git a/sw/microhildesk_docs/html/db/d32/application_8h.html b/sw/microhildesk_docs/html/db/d32/application_8h.html index a74984d2..0fb3796f 100644 --- a/sw/microhildesk_docs/html/db/d32/application_8h.html +++ b/sw/microhildesk_docs/html/db/d32/application_8h.html @@ -240,7 +240,7 @@ diff --git a/sw/microhildesk_docs/html/db/d32/application_8h_source.html b/sw/microhildesk_docs/html/db/d32/application_8h_source.html index 0a726030..9af615e1 100644 --- a/sw/microhildesk_docs/html/db/d32/application_8h_source.html +++ b/sw/microhildesk_docs/html/db/d32/application_8h_source.html @@ -148,49 +148,55 @@
51 protected:
54 void on_startup() override;
55
-
56 private:
-
59 void mapping();
-
60
-
63 void onActionSettings();
-
64
-
67 void onActionDoc();
+
58 void on_activate() override;
+
59
+
62 void on_shutdown() override;
+
63
+
64 private:
+
67 void mapping();
68
-
71 void onActionAbout();
+
71 void onActionSettings();
72
-
75 void onActionQuit();
+
75 void onActionDoc();
76
-
80 bool onHandleClose();
-
81
-
85 void onSetupChanged(const SettingsSetup &setup);
-
86
- - - - - -
99 };
+
79 void onActionAbout();
+
80
+
83 void onActionQuit();
+
84
+
88 bool onHandleClose();
+
89
+
93 void onSetupChanged(const SettingsSetup &setup);
+
94
+ + + + + +
107 };
-
100};
+
108};
-
101
+
109
Config class is implementation for configuration mechanism.
Entry point for application definition.
Definition application.h:41
-
void onSetupChanged(const SettingsSetup &setup)
Slot to handle setup signal change from settings window.
- -
ConfigManager m_configManager
Instances of application items m_configManager - instance of ConfigManager (configuration manager) m_...
Definition application.h:94
-
void onActionSettings()
On action settings create window for application settings.
-
void onActionDoc()
On action doc create window for help documentation.
+
void onSetupChanged(const SettingsSetup &setup)
Slot to handle setup signal change from settings window.
+ +
ConfigManager m_configManager
Instances of application items m_configManager - instance of ConfigManager (configuration manager) m_...
+
void onActionSettings()
On action settings create window for application settings.
+
void onActionDoc()
On action doc create window for help documentation.
EntryApplication()
EntryApplication constructor.
-
bool onHandleClose()
On handle close main window.
+
void on_shutdown() override
Handler for the shutdown signal.
+
bool onHandleClose()
On handle close main window.
+
void on_activate() override
Handler for the activate signal.
void on_startup() override
Handler for the startup signal.
- -
void onActionQuit()
On action for quit.
-
void onActionAbout()
On action about create dialog for about application.
- + +
void onActionQuit()
On action for quit.
+
void onActionAbout()
On action about create dialog for about application.
+
static Glib::RefPtr< EntryApplication > create()
Creates reference pointer to EntryApplication.
void mapping()
Maps signal/slots for application views.
- +
About view dialog definition.
Definition about.h:28
Home view window definition.
Definition home.h:40
Help view window definition.
Definition help.h:28
@@ -208,7 +214,7 @@ diff --git a/sw/microhildesk_docs/html/db/d45/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings-members.html b/sw/microhildesk_docs/html/db/d45/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings-members.html index 227928f5..0ea40d27 100644 --- a/sw/microhildesk_docs/html/db/d45/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings-members.html +++ b/sw/microhildesk_docs/html/db/d45/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings-members.html @@ -135,7 +135,7 @@ diff --git a/sw/microhildesk_docs/html/db/d8c/classElectux_1_1App_1_1View_1_1About_1_1AppAbout-members.html b/sw/microhildesk_docs/html/db/d8c/classElectux_1_1App_1_1View_1_1About_1_1AppAbout-members.html index 984dcd2a..0d4a1cd5 100644 --- a/sw/microhildesk_docs/html/db/d8c/classElectux_1_1App_1_1View_1_1About_1_1AppAbout-members.html +++ b/sw/microhildesk_docs/html/db/d8c/classElectux_1_1App_1_1View_1_1About_1_1AppAbout-members.html @@ -103,7 +103,7 @@ diff --git a/sw/microhildesk_docs/html/db/db1/help_8cc.html b/sw/microhildesk_docs/html/db/db1/help_8cc.html index dde84dd3..9e1fbe43 100644 --- a/sw/microhildesk_docs/html/db/db1/help_8cc.html +++ b/sw/microhildesk_docs/html/db/db1/help_8cc.html @@ -115,7 +115,7 @@ diff --git a/sw/microhildesk_docs/html/db/db1/help_8cc_source.html b/sw/microhildesk_docs/html/db/db1/help_8cc_source.html index 093090cf..d14d05ed 100644 --- a/sw/microhildesk_docs/html/db/db1/help_8cc_source.html +++ b/sw/microhildesk_docs/html/db/db1/help_8cc_source.html @@ -147,7 +147,7 @@ diff --git a/sw/microhildesk_docs/html/db/dca/classElectux_1_1App_1_1Com_1_1ICom.html b/sw/microhildesk_docs/html/db/dca/classElectux_1_1App_1_1Com_1_1ICom.html index 66c17671..aaca85e2 100644 --- a/sw/microhildesk_docs/html/db/dca/classElectux_1_1App_1_1Com_1_1ICom.html +++ b/sw/microhildesk_docs/html/db/dca/classElectux_1_1App_1_1Com_1_1ICom.html @@ -765,7 +765,7 @@

    - +
diff --git a/sw/microhildesk_docs/html/db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html b/sw/microhildesk_docs/html/db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html index c1dee767..caffd58f 100644 --- a/sw/microhildesk_docs/html/db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html +++ b/sw/microhildesk_docs/html/db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html @@ -235,7 +235,7 @@

    - +
diff --git a/sw/microhildesk_docs/html/db/deb/namespaceElectux.html b/sw/microhildesk_docs/html/db/deb/namespaceElectux.html index 760aae91..7ea8d78a 100644 --- a/sw/microhildesk_docs/html/db/deb/namespaceElectux.html +++ b/sw/microhildesk_docs/html/db/deb/namespaceElectux.html @@ -108,7 +108,7 @@ diff --git a/sw/microhildesk_docs/html/db/df1/help_8h.html b/sw/microhildesk_docs/html/db/df1/help_8h.html index 4ed29e75..c146e195 100644 --- a/sw/microhildesk_docs/html/db/df1/help_8h.html +++ b/sw/microhildesk_docs/html/db/df1/help_8h.html @@ -154,7 +154,7 @@ diff --git a/sw/microhildesk_docs/html/db/df1/help_8h_source.html b/sw/microhildesk_docs/html/db/df1/help_8h_source.html index bb1d8731..2f67365b 100644 --- a/sw/microhildesk_docs/html/db/df1/help_8h_source.html +++ b/sw/microhildesk_docs/html/db/df1/help_8h_source.html @@ -143,7 +143,7 @@ diff --git a/sw/microhildesk_docs/html/dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html b/sw/microhildesk_docs/html/dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html index 623deb5e..003d830c 100644 --- a/sw/microhildesk_docs/html/dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html +++ b/sw/microhildesk_docs/html/dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html @@ -845,7 +845,7 @@

    - +
diff --git a/sw/microhildesk_docs/html/dc/d16/application_8cc.html b/sw/microhildesk_docs/html/dc/d16/application_8cc.html index 445b179f..a049d7f6 100644 --- a/sw/microhildesk_docs/html/dc/d16/application_8cc.html +++ b/sw/microhildesk_docs/html/dc/d16/application_8cc.html @@ -193,7 +193,7 @@ diff --git a/sw/microhildesk_docs/html/dc/d16/application_8cc_source.html b/sw/microhildesk_docs/html/dc/d16/application_8cc_source.html index 0c8637fb..36d4c999 100644 --- a/sw/microhildesk_docs/html/dc/d16/application_8cc_source.html +++ b/sw/microhildesk_docs/html/dc/d16/application_8cc_source.html @@ -152,7 +152,7 @@ diff --git a/sw/microhildesk_docs/html/dc/d51/model_8h.html b/sw/microhildesk_docs/html/dc/d51/model_8h.html index 955dd3a2..4678801c 100644 --- a/sw/microhildesk_docs/html/dc/d51/model_8h.html +++ b/sw/microhildesk_docs/html/dc/d51/model_8h.html @@ -199,7 +199,7 @@ diff --git a/sw/microhildesk_docs/html/dc/d51/model_8h_source.html b/sw/microhildesk_docs/html/dc/d51/model_8h_source.html index a3935a31..8db368f6 100644 --- a/sw/microhildesk_docs/html/dc/d51/model_8h_source.html +++ b/sw/microhildesk_docs/html/dc/d51/model_8h_source.html @@ -163,7 +163,7 @@ diff --git a/sw/microhildesk_docs/html/dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html b/sw/microhildesk_docs/html/dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html index 3176f5b9..21161675 100644 --- a/sw/microhildesk_docs/html/dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html +++ b/sw/microhildesk_docs/html/dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html @@ -708,7 +708,7 @@

    - +
diff --git a/sw/microhildesk_docs/html/dd/d31/namespaceElectux_1_1App.html b/sw/microhildesk_docs/html/dd/d31/namespaceElectux_1_1App.html index 38e3b214..dfb41885 100644 --- a/sw/microhildesk_docs/html/dd/d31/namespaceElectux_1_1App.html +++ b/sw/microhildesk_docs/html/dd/d31/namespaceElectux_1_1App.html @@ -238,7 +238,7 @@

    - +
diff --git a/sw/microhildesk_docs/html/dd/d81/channel__params_8h.html b/sw/microhildesk_docs/html/dd/d81/channel__params_8h.html index 3a459075..7031a034 100644 --- a/sw/microhildesk_docs/html/dd/d81/channel__params_8h.html +++ b/sw/microhildesk_docs/html/dd/d81/channel__params_8h.html @@ -135,7 +135,7 @@ diff --git a/sw/microhildesk_docs/html/dd/d81/channel__params_8h_source.html b/sw/microhildesk_docs/html/dd/d81/channel__params_8h_source.html index 67f0b6a1..98120186 100644 --- a/sw/microhildesk_docs/html/dd/d81/channel__params_8h_source.html +++ b/sw/microhildesk_docs/html/dd/d81/channel__params_8h_source.html @@ -132,7 +132,7 @@ diff --git a/sw/microhildesk_docs/html/dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html b/sw/microhildesk_docs/html/dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html index 790c2a53..313c03ef 100644 --- a/sw/microhildesk_docs/html/dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html +++ b/sw/microhildesk_docs/html/dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html @@ -222,7 +222,7 @@

Definition at line 49 of file settings_setup.h.

49{};
-

Referenced by Electux::App::View::AppHome::extract_config(), Electux::App::View::AppHome::getUiData(), Electux::App::EntryApplication::on_startup(), Electux::App::View::AppHome::onChannelEnableChanged(), Electux::App::View::AppHome::onChannelModeChanged(), Electux::App::View::AppHome::onChannelTimerChanged(), Electux::App::View::AppHome::onChannelTimerToggleChanged(), Electux::App::View::AppHome::onChannelToggleChanged(), Electux::App::EntryApplication::onSetupChanged(), Electux::App::View::AppHome::update_control_config(), and Electux::App::View::AppHome::updateUiData().

+

Referenced by Electux::App::View::AppHome::extract_config(), Electux::App::View::AppHome::getUiData(), Electux::App::EntryApplication::on_startup(), Electux::App::View::AppHome::onChannelEnableChanged(), Electux::App::View::AppHome::onChannelModeChanged(), Electux::App::View::AppHome::onChannelTimerChanged(), Electux::App::View::AppHome::onChannelTimerToggleChanged(), Electux::App::View::AppHome::onChannelToggleChanged(), Electux::App::EntryApplication::onSetupChanged(), Electux::App::View::AppHome::update_control_config(), and Electux::App::View::AppHome::updateUiData().

@@ -241,7 +241,7 @@

Definition at line 51 of file settings_setup.h.

51{};
-

Referenced by Electux::App::View::Settings::AppSettings::getUiData(), Electux::App::EntryApplication::on_startup(), Electux::App::EntryApplication::onSetupChanged(), and Electux::App::View::Settings::AppSettings::updateUiData().

+

Referenced by Electux::App::View::Settings::AppSettings::getUiData(), Electux::App::EntryApplication::on_startup(), Electux::App::EntryApplication::onSetupChanged(), and Electux::App::View::Settings::AppSettings::updateUiData().

@@ -260,7 +260,7 @@

Definition at line 50 of file settings_setup.h.

50{};
-

Referenced by Electux::App::View::Settings::AppSettings::getUiData(), Electux::App::EntryApplication::on_startup(), Electux::App::EntryApplication::onSetupChanged(), and Electux::App::View::Settings::AppSettings::updateUiData().

+

Referenced by Electux::App::View::Settings::AppSettings::getUiData(), Electux::App::EntryApplication::on_startup(), Electux::App::EntryApplication::onSetupChanged(), and Electux::App::View::Settings::AppSettings::updateUiData().

@@ -273,7 +273,7 @@

    - +
diff --git a/sw/microhildesk_docs/html/dd/dc1/settings__slots_8cc.html b/sw/microhildesk_docs/html/dd/dc1/settings__slots_8cc.html index 9d235ddf..c680a4f7 100644 --- a/sw/microhildesk_docs/html/dd/dc1/settings__slots_8cc.html +++ b/sw/microhildesk_docs/html/dd/dc1/settings__slots_8cc.html @@ -151,7 +151,7 @@ diff --git a/sw/microhildesk_docs/html/dd/dc1/settings__slots_8cc_source.html b/sw/microhildesk_docs/html/dd/dc1/settings__slots_8cc_source.html index 3dcd7128..a43d2250 100644 --- a/sw/microhildesk_docs/html/dd/dc1/settings__slots_8cc_source.html +++ b/sw/microhildesk_docs/html/dd/dc1/settings__slots_8cc_source.html @@ -243,7 +243,7 @@ diff --git a/sw/microhildesk_docs/html/dd/df2/home_8h.html b/sw/microhildesk_docs/html/dd/df2/home_8h.html index c7789f06..f6576038 100644 --- a/sw/microhildesk_docs/html/dd/df2/home_8h.html +++ b/sw/microhildesk_docs/html/dd/df2/home_8h.html @@ -205,7 +205,7 @@ diff --git a/sw/microhildesk_docs/html/dd/df2/home_8h_source.html b/sw/microhildesk_docs/html/dd/df2/home_8h_source.html index df967ad4..a6ead16c 100644 --- a/sw/microhildesk_docs/html/dd/df2/home_8h_source.html +++ b/sw/microhildesk_docs/html/dd/df2/home_8h_source.html @@ -227,7 +227,7 @@ diff --git a/sw/microhildesk_docs/html/de/d60/settings_8h.html b/sw/microhildesk_docs/html/de/d60/settings_8h.html index d1366e53..1ef6d02e 100644 --- a/sw/microhildesk_docs/html/de/d60/settings_8h.html +++ b/sw/microhildesk_docs/html/de/d60/settings_8h.html @@ -210,7 +210,7 @@ diff --git a/sw/microhildesk_docs/html/de/d60/settings_8h_source.html b/sw/microhildesk_docs/html/de/d60/settings_8h_source.html index b399c7a0..056995d0 100644 --- a/sw/microhildesk_docs/html/de/d60/settings_8h_source.html +++ b/sw/microhildesk_docs/html/de/d60/settings_8h_source.html @@ -230,7 +230,7 @@ diff --git a/sw/microhildesk_docs/html/de/d98/home__slots_8cc.html b/sw/microhildesk_docs/html/de/d98/home__slots_8cc.html index ffd54463..e8ee664c 100644 --- a/sw/microhildesk_docs/html/de/d98/home__slots_8cc.html +++ b/sw/microhildesk_docs/html/de/d98/home__slots_8cc.html @@ -163,7 +163,7 @@ diff --git a/sw/microhildesk_docs/html/de/d98/home__slots_8cc_source.html b/sw/microhildesk_docs/html/de/d98/home__slots_8cc_source.html index 6e9a2286..ef4e3000 100644 --- a/sw/microhildesk_docs/html/de/d98/home__slots_8cc_source.html +++ b/sw/microhildesk_docs/html/de/d98/home__slots_8cc_source.html @@ -393,7 +393,7 @@ diff --git a/sw/microhildesk_docs/html/df/d29/serial__com_8h.html b/sw/microhildesk_docs/html/df/d29/serial__com_8h.html index 09ce7dce..fdaf4168 100644 --- a/sw/microhildesk_docs/html/df/d29/serial__com_8h.html +++ b/sw/microhildesk_docs/html/df/d29/serial__com_8h.html @@ -146,7 +146,7 @@ diff --git a/sw/microhildesk_docs/html/df/d29/serial__com_8h_source.html b/sw/microhildesk_docs/html/df/d29/serial__com_8h_source.html index 4cb31f00..6ec1808c 100644 --- a/sw/microhildesk_docs/html/df/d29/serial__com_8h_source.html +++ b/sw/microhildesk_docs/html/df/d29/serial__com_8h_source.html @@ -202,7 +202,7 @@ diff --git a/sw/microhildesk_docs/html/df/d78/imodel_8h.html b/sw/microhildesk_docs/html/df/d78/imodel_8h.html index c718d2a1..a6aec03b 100644 --- a/sw/microhildesk_docs/html/df/d78/imodel_8h.html +++ b/sw/microhildesk_docs/html/df/d78/imodel_8h.html @@ -208,7 +208,7 @@ diff --git a/sw/microhildesk_docs/html/df/d78/imodel_8h_source.html b/sw/microhildesk_docs/html/df/d78/imodel_8h_source.html index 295c189f..25fe628e 100644 --- a/sw/microhildesk_docs/html/df/d78/imodel_8h_source.html +++ b/sw/microhildesk_docs/html/df/d78/imodel_8h_source.html @@ -166,7 +166,7 @@ diff --git a/sw/microhildesk_docs/html/df/d7c/settings__setup_8h.html b/sw/microhildesk_docs/html/df/d7c/settings__setup_8h.html index f0ef318b..204c161d 100644 --- a/sw/microhildesk_docs/html/df/d7c/settings__setup_8h.html +++ b/sw/microhildesk_docs/html/df/d7c/settings__setup_8h.html @@ -196,7 +196,7 @@ diff --git a/sw/microhildesk_docs/html/df/d7c/settings__setup_8h_source.html b/sw/microhildesk_docs/html/df/d7c/settings__setup_8h_source.html index 3de3f786..aeee5199 100644 --- a/sw/microhildesk_docs/html/df/d7c/settings__setup_8h_source.html +++ b/sw/microhildesk_docs/html/df/d7c/settings__setup_8h_source.html @@ -162,7 +162,7 @@ diff --git a/sw/microhildesk_docs/html/df/d98/home_8cc.html b/sw/microhildesk_docs/html/df/d98/home_8cc.html index efa82288..d1646f22 100644 --- a/sw/microhildesk_docs/html/df/d98/home_8cc.html +++ b/sw/microhildesk_docs/html/df/d98/home_8cc.html @@ -157,7 +157,7 @@ diff --git a/sw/microhildesk_docs/html/df/d98/home_8cc_source.html b/sw/microhildesk_docs/html/df/d98/home_8cc_source.html index 5f04e651..559023fb 100644 --- a/sw/microhildesk_docs/html/df/d98/home_8cc_source.html +++ b/sw/microhildesk_docs/html/df/d98/home_8cc_source.html @@ -222,7 +222,7 @@ diff --git a/sw/microhildesk_docs/html/df/db2/model__serial_8h.html b/sw/microhildesk_docs/html/df/db2/model__serial_8h.html index 2ef4025c..640dbeec 100644 --- a/sw/microhildesk_docs/html/df/db2/model__serial_8h.html +++ b/sw/microhildesk_docs/html/df/db2/model__serial_8h.html @@ -184,7 +184,7 @@ diff --git a/sw/microhildesk_docs/html/df/db2/model__serial_8h_source.html b/sw/microhildesk_docs/html/df/db2/model__serial_8h_source.html index 58f7f78e..ae3030a1 100644 --- a/sw/microhildesk_docs/html/df/db2/model__serial_8h_source.html +++ b/sw/microhildesk_docs/html/df/db2/model__serial_8h_source.html @@ -172,7 +172,7 @@ diff --git a/sw/microhildesk_docs/html/df/dc7/namespaceElectux_1_1App_1_1Params.html b/sw/microhildesk_docs/html/df/dc7/namespaceElectux_1_1App_1_1Params.html index 4a31456c..0c6d85a9 100644 --- a/sw/microhildesk_docs/html/df/dc7/namespaceElectux_1_1App_1_1Params.html +++ b/sw/microhildesk_docs/html/df/dc7/namespaceElectux_1_1App_1_1Params.html @@ -112,7 +112,7 @@ diff --git a/sw/microhildesk_docs/html/dir_000001_000006.html b/sw/microhildesk_docs/html/dir_000001_000006.html index ceb4b0db..1f0eb28c 100644 --- a/sw/microhildesk_docs/html/dir_000001_000006.html +++ b/sw/microhildesk_docs/html/dir_000001_000006.html @@ -97,7 +97,7 @@

com → params Relation

    - +
diff --git a/sw/microhildesk_docs/html/dir_000002_000005.html b/sw/microhildesk_docs/html/dir_000002_000005.html index 80f96b5f..a646e151 100644 --- a/sw/microhildesk_docs/html/dir_000002_000005.html +++ b/sw/microhildesk_docs/html/dir_000002_000005.html @@ -97,7 +97,7 @@

config → model Relation

    - +
diff --git a/sw/microhildesk_docs/html/dir_000007_000006.html b/sw/microhildesk_docs/html/dir_000007_000006.html index a88bf1b7..a984711c 100644 --- a/sw/microhildesk_docs/html/dir_000007_000006.html +++ b/sw/microhildesk_docs/html/dir_000007_000006.html @@ -97,7 +97,7 @@

settings → params Relation

    - +
diff --git a/sw/microhildesk_docs/html/dir_000008_000005.html b/sw/microhildesk_docs/html/dir_000008_000005.html index 96190215..7c474c3e 100644 --- a/sw/microhildesk_docs/html/dir_000008_000005.html +++ b/sw/microhildesk_docs/html/dir_000008_000005.html @@ -97,7 +97,7 @@

view → model Relation

    - +
diff --git a/sw/microhildesk_docs/html/dir_000008_000006.html b/sw/microhildesk_docs/html/dir_000008_000006.html index fee60016..ef3cf1f5 100644 --- a/sw/microhildesk_docs/html/dir_000008_000006.html +++ b/sw/microhildesk_docs/html/dir_000008_000006.html @@ -97,7 +97,7 @@

view → params Relation

    - +
diff --git a/sw/microhildesk_docs/html/dir_194442ccfdda5330a9fc879f923cbd7f.html b/sw/microhildesk_docs/html/dir_194442ccfdda5330a9fc879f923cbd7f.html index 85aec9ff..dc481a53 100644 --- a/sw/microhildesk_docs/html/dir_194442ccfdda5330a9fc879f923cbd7f.html +++ b/sw/microhildesk_docs/html/dir_194442ccfdda5330a9fc879f923cbd7f.html @@ -123,7 +123,7 @@ diff --git a/sw/microhildesk_docs/html/dir_3f14f6767c31cb4a1d22c13c18cc6fc3.html b/sw/microhildesk_docs/html/dir_3f14f6767c31cb4a1d22c13c18cc6fc3.html index 7644d4ed..97aa2fe5 100644 --- a/sw/microhildesk_docs/html/dir_3f14f6767c31cb4a1d22c13c18cc6fc3.html +++ b/sw/microhildesk_docs/html/dir_3f14f6767c31cb4a1d22c13c18cc6fc3.html @@ -122,7 +122,7 @@ diff --git a/sw/microhildesk_docs/html/dir_8a7199df7c9f34269196c175eb72be76.html b/sw/microhildesk_docs/html/dir_8a7199df7c9f34269196c175eb72be76.html index f8058c90..92b36277 100644 --- a/sw/microhildesk_docs/html/dir_8a7199df7c9f34269196c175eb72be76.html +++ b/sw/microhildesk_docs/html/dir_8a7199df7c9f34269196c175eb72be76.html @@ -117,7 +117,7 @@ diff --git a/sw/microhildesk_docs/html/dir_9381a7bbd03577d6d8720c7f35c94ffa.html b/sw/microhildesk_docs/html/dir_9381a7bbd03577d6d8720c7f35c94ffa.html index f8c0f598..7ac16aac 100644 --- a/sw/microhildesk_docs/html/dir_9381a7bbd03577d6d8720c7f35c94ffa.html +++ b/sw/microhildesk_docs/html/dir_9381a7bbd03577d6d8720c7f35c94ffa.html @@ -108,7 +108,7 @@ diff --git a/sw/microhildesk_docs/html/dir_9f351d46ce3cc29445a41dc3a31e6919.html b/sw/microhildesk_docs/html/dir_9f351d46ce3cc29445a41dc3a31e6919.html index dda3caf0..ff4a9458 100644 --- a/sw/microhildesk_docs/html/dir_9f351d46ce3cc29445a41dc3a31e6919.html +++ b/sw/microhildesk_docs/html/dir_9f351d46ce3cc29445a41dc3a31e6919.html @@ -121,7 +121,7 @@ diff --git a/sw/microhildesk_docs/html/dir_b2f003339c516cc00c8cadcafbe82f13.html b/sw/microhildesk_docs/html/dir_b2f003339c516cc00c8cadcafbe82f13.html index 520c5c9b..1665855d 100644 --- a/sw/microhildesk_docs/html/dir_b2f003339c516cc00c8cadcafbe82f13.html +++ b/sw/microhildesk_docs/html/dir_b2f003339c516cc00c8cadcafbe82f13.html @@ -142,7 +142,7 @@ diff --git a/sw/microhildesk_docs/html/dir_e22712b3a9356e91e25cb7078501a1b7.html b/sw/microhildesk_docs/html/dir_e22712b3a9356e91e25cb7078501a1b7.html index 5a4278e9..3c64ef14 100644 --- a/sw/microhildesk_docs/html/dir_e22712b3a9356e91e25cb7078501a1b7.html +++ b/sw/microhildesk_docs/html/dir_e22712b3a9356e91e25cb7078501a1b7.html @@ -124,7 +124,7 @@ diff --git a/sw/microhildesk_docs/html/dir_e33bb4724939bd9e63824f30c1b6aa7a.html b/sw/microhildesk_docs/html/dir_e33bb4724939bd9e63824f30c1b6aa7a.html index 572e7598..772f932a 100644 --- a/sw/microhildesk_docs/html/dir_e33bb4724939bd9e63824f30c1b6aa7a.html +++ b/sw/microhildesk_docs/html/dir_e33bb4724939bd9e63824f30c1b6aa7a.html @@ -117,7 +117,7 @@ diff --git a/sw/microhildesk_docs/html/dir_e7fd26915a3261f6992d096ead81ea21.html b/sw/microhildesk_docs/html/dir_e7fd26915a3261f6992d096ead81ea21.html index 188f24bd..41ce5c43 100644 --- a/sw/microhildesk_docs/html/dir_e7fd26915a3261f6992d096ead81ea21.html +++ b/sw/microhildesk_docs/html/dir_e7fd26915a3261f6992d096ead81ea21.html @@ -110,7 +110,7 @@ diff --git a/sw/microhildesk_docs/html/files.html b/sw/microhildesk_docs/html/files.html index 21b9daf3..14b8d5e5 100644 --- a/sw/microhildesk_docs/html/files.html +++ b/sw/microhildesk_docs/html/files.html @@ -151,7 +151,7 @@ diff --git a/sw/microhildesk_docs/html/functions.html b/sw/microhildesk_docs/html/functions.html index 206cd5a5..64d405bb 100644 --- a/sw/microhildesk_docs/html/functions.html +++ b/sw/microhildesk_docs/html/functions.html @@ -219,6 +219,8 @@

- m -

    - o -

      +
    • on_activate() : Electux::App::EntryApplication
    • +
    • on_shutdown() : Electux::App::EntryApplication
    • on_startup() : Electux::App::EntryApplication
    • onActionAbout() : Electux::App::EntryApplication
    • onActionDoc() : Electux::App::EntryApplication
    • @@ -307,7 +309,7 @@

      - ~ -

        diff --git a/sw/microhildesk_docs/html/functions_enum.html b/sw/microhildesk_docs/html/functions_enum.html index efbf7da3..1e663678 100644 --- a/sw/microhildesk_docs/html/functions_enum.html +++ b/sw/microhildesk_docs/html/functions_enum.html @@ -102,7 +102,7 @@ diff --git a/sw/microhildesk_docs/html/functions_func.html b/sw/microhildesk_docs/html/functions_func.html index 1d3d0169..902a02b8 100644 --- a/sw/microhildesk_docs/html/functions_func.html +++ b/sw/microhildesk_docs/html/functions_func.html @@ -163,6 +163,8 @@

        - m -

          - o -

            +
          • on_activate() : Electux::App::EntryApplication
          • +
          • on_shutdown() : Electux::App::EntryApplication
          • on_startup() : Electux::App::EntryApplication
          • onActionAbout() : Electux::App::EntryApplication
          • onActionDoc() : Electux::App::EntryApplication
          • @@ -251,7 +253,7 @@

            - ~ -

              diff --git a/sw/microhildesk_docs/html/functions_vars.html b/sw/microhildesk_docs/html/functions_vars.html index 35f58522..9918076d 100644 --- a/sw/microhildesk_docs/html/functions_vars.html +++ b/sw/microhildesk_docs/html/functions_vars.html @@ -152,7 +152,7 @@

              - m -

                diff --git a/sw/microhildesk_docs/html/globals.html b/sw/microhildesk_docs/html/globals.html index 39d42b80..ec7d0584 100644 --- a/sw/microhildesk_docs/html/globals.html +++ b/sw/microhildesk_docs/html/globals.html @@ -99,7 +99,7 @@ diff --git a/sw/microhildesk_docs/html/globals_func.html b/sw/microhildesk_docs/html/globals_func.html index 4d4585f0..756392ac 100644 --- a/sw/microhildesk_docs/html/globals_func.html +++ b/sw/microhildesk_docs/html/globals_func.html @@ -99,7 +99,7 @@ diff --git a/sw/microhildesk_docs/html/graph_legend.html b/sw/microhildesk_docs/html/graph_legend.html index 38ec8adc..7eecdba0 100644 --- a/sw/microhildesk_docs/html/graph_legend.html +++ b/sw/microhildesk_docs/html/graph_legend.html @@ -159,7 +159,7 @@ diff --git a/sw/microhildesk_docs/html/hierarchy.html b/sw/microhildesk_docs/html/hierarchy.html index 1dd2eda9..b06f760b 100644 --- a/sw/microhildesk_docs/html/hierarchy.html +++ b/sw/microhildesk_docs/html/hierarchy.html @@ -125,7 +125,7 @@ diff --git a/sw/microhildesk_docs/html/index.html b/sw/microhildesk_docs/html/index.html index fdf1546a..f6a4081b 100644 --- a/sw/microhildesk_docs/html/index.html +++ b/sw/microhildesk_docs/html/index.html @@ -99,7 +99,7 @@ diff --git a/sw/microhildesk_docs/html/inherits.html b/sw/microhildesk_docs/html/inherits.html index bed5d762..71415944 100644 --- a/sw/microhildesk_docs/html/inherits.html +++ b/sw/microhildesk_docs/html/inherits.html @@ -170,7 +170,7 @@ diff --git a/sw/microhildesk_docs/html/namespacemembers.html b/sw/microhildesk_docs/html/namespacemembers.html index 02ad9470..9adf8a6d 100644 --- a/sw/microhildesk_docs/html/namespacemembers.html +++ b/sw/microhildesk_docs/html/namespacemembers.html @@ -193,7 +193,7 @@

                - t -

                  diff --git a/sw/microhildesk_docs/html/namespacemembers_type.html b/sw/microhildesk_docs/html/namespacemembers_type.html index f304bf2c..03ea4faa 100644 --- a/sw/microhildesk_docs/html/namespacemembers_type.html +++ b/sw/microhildesk_docs/html/namespacemembers_type.html @@ -111,7 +111,7 @@ diff --git a/sw/microhildesk_docs/html/namespacemembers_vars.html b/sw/microhildesk_docs/html/namespacemembers_vars.html index 85c3966f..01540cd1 100644 --- a/sw/microhildesk_docs/html/namespacemembers_vars.html +++ b/sw/microhildesk_docs/html/namespacemembers_vars.html @@ -168,7 +168,7 @@

                  - t -

                    diff --git a/sw/microhildesk_docs/html/namespaces.html b/sw/microhildesk_docs/html/namespaces.html index 1f4fca57..cd0b52fd 100644 --- a/sw/microhildesk_docs/html/namespaces.html +++ b/sw/microhildesk_docs/html/namespaces.html @@ -133,7 +133,7 @@ diff --git a/sw/microhildesk_docs/html/navtreedata.js b/sw/microhildesk_docs/html/navtreedata.js index 54127644..70b69e44 100644 --- a/sw/microhildesk_docs/html/navtreedata.js +++ b/sw/microhildesk_docs/html/navtreedata.js @@ -57,8 +57,8 @@ var NAVTREE = var NAVTREEINDEX = [ "annotated.html", -"d4/d60/serial__com__params_8h.html#a79dc33b9dc71d95d05391a2d62c342d6", -"db/d32/application_8h.html#a39a266d2bab418a8ced05c5022e67a68" +"d4/d60/serial__com__params_8h.html#a5f9306427009aa73c8961ef343d236bf", +"db/d22/namespaceElectux_1_1App_1_1View_1_1Help.html" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/sw/microhildesk_docs/html/navtreeindex0.js b/sw/microhildesk_docs/html/navtreeindex0.js index 028a1879..594712ec 100644 --- a/sw/microhildesk_docs/html/navtreeindex0.js +++ b/sw/microhildesk_docs/html/navtreeindex0.js @@ -12,28 +12,28 @@ var NAVTREEINDEX0 = "d0/d2e/icom_8h_source.html":[2,0,0,0], "d0/d38/serial__com_8cc.html":[2,0,0,1], "d0/d38/serial__com_8cc_source.html":[2,0,0,1], -"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html":[1,0,0,0,0,1], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html":[0,0,0,0,0,1], -"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a300f3b50c888f7326b47be0c7d4172dc":[0,0,0,0,0,1,3], +"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html":[1,0,0,0,0,1], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a300f3b50c888f7326b47be0c7d4172dc":[1,0,0,0,0,1,3], -"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a4f4d22e9baae8964c65fd88cc23bc56e":[1,0,0,0,0,1,17], +"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a300f3b50c888f7326b47be0c7d4172dc":[0,0,0,0,0,1,3], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a4f4d22e9baae8964c65fd88cc23bc56e":[0,0,0,0,0,1,17], -"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a547b08d08f5cd6725f75f6efa4cd0359":[0,0,0,0,0,1,2], +"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a4f4d22e9baae8964c65fd88cc23bc56e":[1,0,0,0,0,1,17], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a547b08d08f5cd6725f75f6efa4cd0359":[1,0,0,0,0,1,2], -"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a5c6cca4273e6d1634e8e968a13a1e63b":[1,0,0,0,0,1,12], +"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a547b08d08f5cd6725f75f6efa4cd0359":[0,0,0,0,0,1,2], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a5c6cca4273e6d1634e8e968a13a1e63b":[0,0,0,0,0,1,12], +"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a5c6cca4273e6d1634e8e968a13a1e63b":[1,0,0,0,0,1,12], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a5fa5dcf53ea60ba07a040cd380c1c73c":[0,0,0,0,0,1,1], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a5fa5dcf53ea60ba07a040cd380c1c73c":[1,0,0,0,0,1,1], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a66a7276fc495c0a1509d4c91092aaf6e":[0,0,0,0,0,1,9], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a66a7276fc495c0a1509d4c91092aaf6e":[1,0,0,0,0,1,9], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a86d04b54579a223d78c00cb33fd4daf9":[0,0,0,0,0,1,14], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a86d04b54579a223d78c00cb33fd4daf9":[1,0,0,0,0,1,14], -"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a8d6d6dd93ca4844f20db9db394ee21e2":[1,0,0,0,0,1,13], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a8d6d6dd93ca4844f20db9db394ee21e2":[0,0,0,0,0,1,13], +"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a8d6d6dd93ca4844f20db9db394ee21e2":[1,0,0,0,0,1,13], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a8f218d4dae259e29bddff87461de8370":[0,0,0,0,0,1,6], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a8f218d4dae259e29bddff87461de8370":[1,0,0,0,0,1,6], -"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a92b5deb9e4d80c7073354caa1fef0eae":[1,0,0,0,0,1,10], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a92b5deb9e4d80c7073354caa1fef0eae":[0,0,0,0,0,1,10], +"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a92b5deb9e4d80c7073354caa1fef0eae":[1,0,0,0,0,1,10], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a95d4444ee4aa05a9a67ae72a64e5abea":[1,0,0,0,0,1,4], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a95d4444ee4aa05a9a67ae72a64e5abea":[0,0,0,0,0,1,4], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a97378427ef817d1364ca07bf9e7a8535":[1,0,0,0,0,1,16], @@ -44,14 +44,14 @@ var NAVTREEINDEX0 = "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#ab8291c64feda3243bae4a9e7d05d5f9e":[0,0,0,0,0,1,15], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#ab9340ee58f64ff9bc473fb6363153045":[0,0,0,0,0,1,5], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#ab9340ee58f64ff9bc473fb6363153045":[1,0,0,0,0,1,5], -"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#abaf96bbaeb3ed8e2c8d2bc827425ddb5":[1,0,0,0,0,1,8], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#abaf96bbaeb3ed8e2c8d2bc827425ddb5":[0,0,0,0,0,1,8], +"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#abaf96bbaeb3ed8e2c8d2bc827425ddb5":[1,0,0,0,0,1,8], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#ac6737b8f941ebbafd4f75687b41cdef4":[0,0,0,0,0,1,0], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#ac6737b8f941ebbafd4f75687b41cdef4":[1,0,0,0,0,1,0], -"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#ad3eade8fb4d6b6b8d10eab46e9668f94":[0,0,0,0,0,1,18], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#ad3eade8fb4d6b6b8d10eab46e9668f94":[1,0,0,0,0,1,18], -"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#ad8b485ab1d6cc430c09dae911a1791b5":[0,0,0,0,0,1,7], +"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#ad3eade8fb4d6b6b8d10eab46e9668f94":[0,0,0,0,0,1,18], "d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#ad8b485ab1d6cc430c09dae911a1791b5":[1,0,0,0,0,1,7], +"d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#ad8b485ab1d6cc430c09dae911a1791b5":[0,0,0,0,0,1,7], "d0/d67/settings__map_8cc.html":[2,0,5,2,2], "d0/d67/settings__map_8cc_source.html":[2,0,5,2,2], "d0/d8b/config__manager_8h.html":[2,0,1,1], @@ -61,64 +61,68 @@ var NAVTREEINDEX0 = "d0/d8b/config__manager_8h_source.html":[2,0,1,1], "d0/dcc/classElectux_1_1App_1_1EntryApplication.html":[0,0,0,0,6], "d0/dcc/classElectux_1_1App_1_1EntryApplication.html":[1,0,0,0,5], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a17eec7f0e7267acc309cfa44daa8aae8":[0,0,0,0,6,9], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a17eec7f0e7267acc309cfa44daa8aae8":[1,0,0,0,5,9], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a1a725b5941ed3293a2694dd2aa572a66":[0,0,0,0,6,10], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a1a725b5941ed3293a2694dd2aa572a66":[1,0,0,0,5,10], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a2dc9b429ac2061316cc959f8ec1b9a34":[1,0,0,0,5,11], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a2dc9b429ac2061316cc959f8ec1b9a34":[0,0,0,0,6,11], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a3076fd39b705c6d3fd4f3ecdd5fbc69a":[0,0,0,0,6,7], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a3076fd39b705c6d3fd4f3ecdd5fbc69a":[1,0,0,0,5,7], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a37d19d8f5b163555d4eab076424cb81a":[0,0,0,0,6,5], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a37d19d8f5b163555d4eab076424cb81a":[1,0,0,0,5,5], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a4b6b66824726af1b9ebef4ae063eba4f":[0,0,0,0,6,0], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a17eec7f0e7267acc309cfa44daa8aae8":[0,0,0,0,6,11], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a17eec7f0e7267acc309cfa44daa8aae8":[1,0,0,0,5,11], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a1a725b5941ed3293a2694dd2aa572a66":[1,0,0,0,5,12], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a1a725b5941ed3293a2694dd2aa572a66":[0,0,0,0,6,12], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a2dc9b429ac2061316cc959f8ec1b9a34":[0,0,0,0,6,13], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a2dc9b429ac2061316cc959f8ec1b9a34":[1,0,0,0,5,13], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a3076fd39b705c6d3fd4f3ecdd5fbc69a":[0,0,0,0,6,9], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a3076fd39b705c6d3fd4f3ecdd5fbc69a":[1,0,0,0,5,9], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a37d19d8f5b163555d4eab076424cb81a":[0,0,0,0,6,7], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a37d19d8f5b163555d4eab076424cb81a":[1,0,0,0,5,7], "d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a4b6b66824726af1b9ebef4ae063eba4f":[1,0,0,0,5,0], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a740242096435960d3fd1a191f35c4e0a":[1,0,0,0,5,8], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a740242096435960d3fd1a191f35c4e0a":[0,0,0,0,6,8], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a7fede2b4760877dac5577327a1879440":[1,0,0,0,5,3], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a7fede2b4760877dac5577327a1879440":[0,0,0,0,6,3], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a9298ffd230dc563df16fadaa8bc47014":[1,0,0,0,5,14], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a9298ffd230dc563df16fadaa8bc47014":[0,0,0,0,6,14], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac1f21525becc191cbfdf83bcc7360e22":[1,0,0,0,5,6], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac1f21525becc191cbfdf83bcc7360e22":[0,0,0,0,6,6], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac446f6532c80978429214cf11bae96c3":[1,0,0,0,5,4], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac446f6532c80978429214cf11bae96c3":[0,0,0,0,6,4], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#acf2fc09e2978ec6b29cc708a0a92fff2":[0,0,0,0,6,13], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#acf2fc09e2978ec6b29cc708a0a92fff2":[1,0,0,0,5,13], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a4b6b66824726af1b9ebef4ae063eba4f":[0,0,0,0,6,0], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a713038ddf091b8a44336cd3c9626f91d":[0,0,0,0,6,4], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a713038ddf091b8a44336cd3c9626f91d":[1,0,0,0,5,4], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a740242096435960d3fd1a191f35c4e0a":[1,0,0,0,5,10], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a740242096435960d3fd1a191f35c4e0a":[0,0,0,0,6,10], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a78e38fddc631cb7e1334e4d5ceee00fa":[1,0,0,0,5,3], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a78e38fddc631cb7e1334e4d5ceee00fa":[0,0,0,0,6,3], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a7fede2b4760877dac5577327a1879440":[0,0,0,0,6,5], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a7fede2b4760877dac5577327a1879440":[1,0,0,0,5,5], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a9298ffd230dc563df16fadaa8bc47014":[1,0,0,0,5,16], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a9298ffd230dc563df16fadaa8bc47014":[0,0,0,0,6,16], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac1f21525becc191cbfdf83bcc7360e22":[0,0,0,0,6,8], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac1f21525becc191cbfdf83bcc7360e22":[1,0,0,0,5,8], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac446f6532c80978429214cf11bae96c3":[1,0,0,0,5,6], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac446f6532c80978429214cf11bae96c3":[0,0,0,0,6,6], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#acf2fc09e2978ec6b29cc708a0a92fff2":[1,0,0,0,5,15], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#acf2fc09e2978ec6b29cc708a0a92fff2":[0,0,0,0,6,15], "d0/dcc/classElectux_1_1App_1_1EntryApplication.html#add419e3a8185514cf59e101641b70c3e":[0,0,0,0,6,1], "d0/dcc/classElectux_1_1App_1_1EntryApplication.html#add419e3a8185514cf59e101641b70c3e":[1,0,0,0,5,1], "d0/dcc/classElectux_1_1App_1_1EntryApplication.html#aed9ee32a0e2d9ee04a7f14854cd00f48":[0,0,0,0,6,2], "d0/dcc/classElectux_1_1App_1_1EntryApplication.html#aed9ee32a0e2d9ee04a7f14854cd00f48":[1,0,0,0,5,2], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#afe58636cecb4c982cf77846a4aa25baf":[0,0,0,0,6,12], -"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#afe58636cecb4c982cf77846a4aa25baf":[1,0,0,0,5,12], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html":[1,0,0,0,4,2,0], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#afe58636cecb4c982cf77846a4aa25baf":[0,0,0,0,6,14], +"d0/dcc/classElectux_1_1App_1_1EntryApplication.html#afe58636cecb4c982cf77846a4aa25baf":[1,0,0,0,5,14], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html":[0,0,0,0,5,2,0], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a13676f9706ce7b3734c4acb089a092fa":[0,0,0,0,5,2,0,15], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html":[1,0,0,0,4,2,0], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a13676f9706ce7b3734c4acb089a092fa":[1,0,0,0,4,2,0,15], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a15e6f4ca3426de824d12f4002d57f390":[1,0,0,0,4,2,0,5], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a13676f9706ce7b3734c4acb089a092fa":[0,0,0,0,5,2,0,15], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a15e6f4ca3426de824d12f4002d57f390":[0,0,0,0,5,2,0,5], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a182d77c5174cecc76723031da326755e":[1,0,0,0,4,2,0,6], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a15e6f4ca3426de824d12f4002d57f390":[1,0,0,0,4,2,0,5], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a182d77c5174cecc76723031da326755e":[0,0,0,0,5,2,0,6], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a182d77c5174cecc76723031da326755e":[1,0,0,0,4,2,0,6], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a1be7f377c9a6cba61e0d0ff328e696fc":[0,0,0,0,5,2,0,24], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a1be7f377c9a6cba61e0d0ff328e696fc":[1,0,0,0,4,2,0,24], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a28eca7dfb1fc3e48450b2a7f9aa7d8c0":[0,0,0,0,5,2,0,19], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a28eca7dfb1fc3e48450b2a7f9aa7d8c0":[1,0,0,0,4,2,0,19], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a307806fde6083b76620d9e310ae07967":[0,0,0,0,5,2,0,18], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a28eca7dfb1fc3e48450b2a7f9aa7d8c0":[0,0,0,0,5,2,0,19], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a307806fde6083b76620d9e310ae07967":[1,0,0,0,4,2,0,18], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a307806fde6083b76620d9e310ae07967":[0,0,0,0,5,2,0,18], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a38c3cde1e48901fc4e1821cca0eaeb65":[0,0,0,0,5,2,0,32], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a38c3cde1e48901fc4e1821cca0eaeb65":[1,0,0,0,4,2,0,32], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a411ecfa359e6282185164f36f67183a7":[0,0,0,0,5,2,0,17], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a411ecfa359e6282185164f36f67183a7":[1,0,0,0,4,2,0,17], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a5131dd26aabf14b653cfc351a1b6aac4":[0,0,0,0,5,2,0,9], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a411ecfa359e6282185164f36f67183a7":[0,0,0,0,5,2,0,17], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a5131dd26aabf14b653cfc351a1b6aac4":[1,0,0,0,4,2,0,9], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a53dae79534ce4a7ae72a8f28f3650488":[1,0,0,0,4,2,0,21], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a5131dd26aabf14b653cfc351a1b6aac4":[0,0,0,0,5,2,0,9], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a53dae79534ce4a7ae72a8f28f3650488":[0,0,0,0,5,2,0,21], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a53dae79534ce4a7ae72a8f28f3650488":[1,0,0,0,4,2,0,21], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a564af74ac0beab25fc9afee9de00857e":[1,0,0,0,4,2,0,12], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a564af74ac0beab25fc9afee9de00857e":[0,0,0,0,5,2,0,12], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a5763d8088e72a080dd732c16851b5170":[1,0,0,0,4,2,0,2], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a5763d8088e72a080dd732c16851b5170":[0,0,0,0,5,2,0,2], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a57a6eb46eb1649906daca68220b3a5d6":[0,0,0,0,5,2,0,27], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a5763d8088e72a080dd732c16851b5170":[1,0,0,0,4,2,0,2], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a57a6eb46eb1649906daca68220b3a5d6":[1,0,0,0,4,2,0,27], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a57a6eb46eb1649906daca68220b3a5d6":[0,0,0,0,5,2,0,27], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a57c008624a8525b997503e343e5a68e9":[1,0,0,0,4,2,0,7], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a57c008624a8525b997503e343e5a68e9":[0,0,0,0,5,2,0,7], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a6c91f0b0a63e53a1053b9f1b72b5eeaa":[1,0,0,0,4,2,0,28], @@ -135,28 +139,28 @@ var NAVTREEINDEX0 = "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#aadd858166ce97b2995207fae264e69a6":[1,0,0,0,4,2,0,1], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ab774932988d1d2ddca6a3db5134e1441":[0,0,0,0,5,2,0,4], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ab774932988d1d2ddca6a3db5134e1441":[1,0,0,0,4,2,0,4], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ab7e81b1465a1c9c17bac6781ceeea1ee":[1,0,0,0,4,2,0,20], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ab7e81b1465a1c9c17bac6781ceeea1ee":[0,0,0,0,5,2,0,20], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ac327d0a43da29c01585c7a256b49b31a":[0,0,0,0,5,2,0,0], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ab7e81b1465a1c9c17bac6781ceeea1ee":[1,0,0,0,4,2,0,20], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ac327d0a43da29c01585c7a256b49b31a":[1,0,0,0,4,2,0,0], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ac739bf05a31c66c65a99be39a48f16a1":[0,0,0,0,5,2,0,25], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ac327d0a43da29c01585c7a256b49b31a":[0,0,0,0,5,2,0,0], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ac739bf05a31c66c65a99be39a48f16a1":[1,0,0,0,4,2,0,25], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ad5cfe0679abe83bcd83ce058efd33fb9":[0,0,0,0,5,2,0,22], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ac739bf05a31c66c65a99be39a48f16a1":[0,0,0,0,5,2,0,25], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ad5cfe0679abe83bcd83ce058efd33fb9":[1,0,0,0,4,2,0,22], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ae1c1f9c18b53dcef62504746008356f8":[1,0,0,0,4,2,0,16], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ad5cfe0679abe83bcd83ce058efd33fb9":[0,0,0,0,5,2,0,22], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ae1c1f9c18b53dcef62504746008356f8":[0,0,0,0,5,2,0,16], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ae33451d4214091c4e2b43716ccc10fa6":[1,0,0,0,4,2,0,10], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ae1c1f9c18b53dcef62504746008356f8":[1,0,0,0,4,2,0,16], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ae33451d4214091c4e2b43716ccc10fa6":[0,0,0,0,5,2,0,10], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ae33451d4214091c4e2b43716ccc10fa6":[1,0,0,0,4,2,0,10], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#aec7c02622507f3f2e3d023ed34dddb4c":[0,0,0,0,5,2,0,13], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#aec7c02622507f3f2e3d023ed34dddb4c":[1,0,0,0,4,2,0,13], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#aee496190b46effb807ec4552d738cd33":[1,0,0,0,4,2,0,14], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#aee496190b46effb807ec4552d738cd33":[0,0,0,0,5,2,0,14], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#aee496190b46effb807ec4552d738cd33":[1,0,0,0,4,2,0,14], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#aee6bf816746e27b27fbb92514b48bd19":[1,0,0,0,4,2,0,30], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#aee6bf816746e27b27fbb92514b48bd19":[0,0,0,0,5,2,0,30], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#af6a1b6630a66c67ea0ec0567f131d4a0":[0,0,0,0,5,2,0,11], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#af6a1b6630a66c67ea0ec0567f131d4a0":[1,0,0,0,4,2,0,11], -"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#afc3ecb7e3221f7af7d4a64b0fffc170c":[1,0,0,0,4,2,0,29], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#af6a1b6630a66c67ea0ec0567f131d4a0":[0,0,0,0,5,2,0,11], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#afc3ecb7e3221f7af7d4a64b0fffc170c":[0,0,0,0,5,2,0,29], +"d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#afc3ecb7e3221f7af7d4a64b0fffc170c":[1,0,0,0,4,2,0,29], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#aff6240444e526688dbdbc872036102e3":[1,0,0,0,4,2,0,26], "d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#aff6240444e526688dbdbc872036102e3":[0,0,0,0,5,2,0,26], "d1/df2/serial__com__utils_8cc.html":[2,0,0,3], @@ -165,34 +169,34 @@ var NAVTREEINDEX0 = "d2/d12/model__serial_8cc_source.html":[2,0,3,7], "d2/d37/iconfig_8h.html":[2,0,1,2], "d2/d37/iconfig_8h_source.html":[2,0,1,2], -"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html":[1,0,0,0,1,0], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html":[0,0,0,0,1,0], -"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a1b79d82b3afd0d52dd7be94b3ee0e257":[1,0,0,0,1,0,6], +"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html":[1,0,0,0,1,0], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a1b79d82b3afd0d52dd7be94b3ee0e257":[0,0,0,0,1,0,6], +"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a1b79d82b3afd0d52dd7be94b3ee0e257":[1,0,0,0,1,0,6], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a30bbae26b065503252f3c42e3e34a877":[1,0,0,0,1,0,4], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a30bbae26b065503252f3c42e3e34a877":[0,0,0,0,1,0,4], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a6a85e1eb118a61f4813500d9fb42e762":[0,0,0,0,1,0,5], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a6a85e1eb118a61f4813500d9fb42e762":[1,0,0,0,1,0,5], -"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a7193d1fa7cfaed1bb17e7570d5663b5c":[0,0,0,0,1,0,8], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a7193d1fa7cfaed1bb17e7570d5663b5c":[1,0,0,0,1,0,8], -"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a722827bba08c8fdaabae1e688ee02d40":[1,0,0,0,1,0,11], +"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a7193d1fa7cfaed1bb17e7570d5663b5c":[0,0,0,0,1,0,8], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a722827bba08c8fdaabae1e688ee02d40":[0,0,0,0,1,0,11], +"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a722827bba08c8fdaabae1e688ee02d40":[1,0,0,0,1,0,11], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a7418869c7332cb5bbb9f8dbe43e6d053":[0,0,0,0,1,0,7], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a7418869c7332cb5bbb9f8dbe43e6d053":[1,0,0,0,1,0,7], -"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a7d3d7c10423d969f7544509f6fcca32f":[0,0,0,0,1,0,0], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a7d3d7c10423d969f7544509f6fcca32f":[1,0,0,0,1,0,0], +"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a7d3d7c10423d969f7544509f6fcca32f":[0,0,0,0,1,0,0], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a8be2b4daeb267b6c8eaebc494f0567b2":[0,0,0,0,1,0,12], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a8be2b4daeb267b6c8eaebc494f0567b2":[1,0,0,0,1,0,12], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a9435f071d55cb326f33019971f58af38":[0,0,0,0,1,0,3], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a9435f071d55cb326f33019971f58af38":[1,0,0,0,1,0,3], -"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a9ab5c4ca238d3e9ae26998026ebab2c1":[0,0,0,0,1,0,9], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a9ab5c4ca238d3e9ae26998026ebab2c1":[1,0,0,0,1,0,9], -"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#ac0a5bb26a64b8f9542f600c2969ac36d":[0,0,0,0,1,0,10], +"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#a9ab5c4ca238d3e9ae26998026ebab2c1":[0,0,0,0,1,0,9], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#ac0a5bb26a64b8f9542f600c2969ac36d":[1,0,0,0,1,0,10], -"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#acf5b851f666bd4a16681293e934d540e":[1,0,0,0,1,0,2], +"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#ac0a5bb26a64b8f9542f600c2969ac36d":[0,0,0,0,1,0,10], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#acf5b851f666bd4a16681293e934d540e":[0,0,0,0,1,0,2], -"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#af133ef95af1466597223c86a4f158a92":[0,0,0,0,1,0,13], +"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#acf5b851f666bd4a16681293e934d540e":[1,0,0,0,1,0,2], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#af133ef95af1466597223c86a4f158a92":[1,0,0,0,1,0,13], +"d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#af133ef95af1466597223c86a4f158a92":[0,0,0,0,1,0,13], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#afa189abd981623859e7ce2a015ffdb84":[0,0,0,0,1,0,1], "d2/db2/classElectux_1_1App_1_1Config_1_1ConfigManager.html#afa189abd981623859e7ce2a015ffdb84":[1,0,0,0,1,0,1], "d2/dc0/about_8h.html":[2,0,5,0,1], @@ -214,20 +218,20 @@ var NAVTREEINDEX0 = "d3/d8e/settings_8cc_source.html":[2,0,5,2,0], "d4/d27/about_8cc.html":[2,0,5,0,0], "d4/d27/about_8cc_source.html":[2,0,5,0,0], -"d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html":[0,0,0,0,3,0], "d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html":[1,0,0,0,3,0], +"d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html":[0,0,0,0,3,0], "d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#a0018928d46cf5de143f9fb15eba3f437":[0,0,0,0,3,0,0], "d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#a0018928d46cf5de143f9fb15eba3f437":[1,0,0,0,3,0,0], "d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#a20da1879387a224dbb0ae1f1b5f6bdc2":[0,0,0,0,3,0,1], "d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#a20da1879387a224dbb0ae1f1b5f6bdc2":[1,0,0,0,3,0,1], "d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#a312c9d5952b9be87708a83625f275166":[1,0,0,0,3,0,5], "d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#a312c9d5952b9be87708a83625f275166":[0,0,0,0,3,0,5], -"d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#a646021cefee0f19da0dde6e9000e4f3a":[1,0,0,0,3,0,3], "d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#a646021cefee0f19da0dde6e9000e4f3a":[0,0,0,0,3,0,3], +"d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#a646021cefee0f19da0dde6e9000e4f3a":[1,0,0,0,3,0,3], "d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#a8d13d898262c55797adb684f50289279":[1,0,0,0,3,0,4], "d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#a8d13d898262c55797adb684f50289279":[0,0,0,0,3,0,4], -"d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#abd0f4f54468fa350efdfb287005b4b57":[0,0,0,0,3,0,6], "d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#abd0f4f54468fa350efdfb287005b4b57":[1,0,0,0,3,0,6], +"d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#abd0f4f54468fa350efdfb287005b4b57":[0,0,0,0,3,0,6], "d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#abfa38668cad3fe5b64743e945d9acf95":[0,0,0,0,3,0,2], "d4/d2e/classElectux_1_1App_1_1Model_1_1IModel.html#abfa38668cad3fe5b64743e945d9acf95":[1,0,0,0,3,0,2], "d4/d51/application__map_8cc.html":[2,0,8], @@ -245,9 +249,5 @@ var NAVTREEINDEX0 = "d4/d60/serial__com__params_8h.html#a433d6ed186c3fa8416ee2b35aefef2d5":[2,0,4,2,0], "d4/d60/serial__com__params_8h.html#a5a703df150439f3cbe1e38ac741fb345":[2,0,4,2,20], "d4/d60/serial__com__params_8h.html#a5aa60dc9be4dd9c042f285cff0ec0c6a":[2,0,4,2,1], -"d4/d60/serial__com__params_8h.html#a5f3fbba513bb6f261ac5e39546e42daa":[2,0,4,2,21], -"d4/d60/serial__com__params_8h.html#a5f9306427009aa73c8961ef343d236bf":[2,0,4,2,9], -"d4/d60/serial__com__params_8h.html#a60d7e55c49ec3b034dd6551b71c7454a":[2,0,4,2,17], -"d4/d60/serial__com__params_8h.html#a7469bd031332b126b83c4916d739d693":[2,0,4,2,23], -"d4/d60/serial__com__params_8h.html#a757426657a526cb513fc5e65b8f70f12":[2,0,4,2,28] +"d4/d60/serial__com__params_8h.html#a5f3fbba513bb6f261ac5e39546e42daa":[2,0,4,2,21] }; diff --git a/sw/microhildesk_docs/html/navtreeindex1.js b/sw/microhildesk_docs/html/navtreeindex1.js index cbe0d60e..3257180e 100644 --- a/sw/microhildesk_docs/html/navtreeindex1.js +++ b/sw/microhildesk_docs/html/navtreeindex1.js @@ -1,5 +1,9 @@ var NAVTREEINDEX1 = { +"d4/d60/serial__com__params_8h.html#a5f9306427009aa73c8961ef343d236bf":[2,0,4,2,9], +"d4/d60/serial__com__params_8h.html#a60d7e55c49ec3b034dd6551b71c7454a":[2,0,4,2,17], +"d4/d60/serial__com__params_8h.html#a7469bd031332b126b83c4916d739d693":[2,0,4,2,23], +"d4/d60/serial__com__params_8h.html#a757426657a526cb513fc5e65b8f70f12":[2,0,4,2,28], "d4/d60/serial__com__params_8h.html#a79dc33b9dc71d95d05391a2d62c342d6":[2,0,4,2,7], "d4/d60/serial__com__params_8h.html#a875b7135f474d0a900b1c61069aa7090":[2,0,4,2,27], "d4/d60/serial__com__params_8h.html#a8b2583e1b3ca32e4d19fbc68bcf3c7c8":[2,0,4,2,18], @@ -34,8 +38,8 @@ var NAVTREEINDEX1 = "d6/d36/model__control_8h_source.html":[2,0,3,4], "d6/d7a/classElectux_1_1App_1_1View_1_1About_1_1AppAbout.html":[0,0,0,0,5,0,0], "d6/d7a/classElectux_1_1App_1_1View_1_1About_1_1AppAbout.html":[1,0,0,0,4,0,0], -"d6/d7a/classElectux_1_1App_1_1View_1_1About_1_1AppAbout.html#ac586420732363bcdcb16ce86f2a0e1ae":[0,0,0,0,5,0,0,0], "d6/d7a/classElectux_1_1App_1_1View_1_1About_1_1AppAbout.html#ac586420732363bcdcb16ce86f2a0e1ae":[1,0,0,0,4,0,0,0], +"d6/d7a/classElectux_1_1App_1_1View_1_1About_1_1AppAbout.html#ac586420732363bcdcb16ce86f2a0e1ae":[0,0,0,0,5,0,0,0], "d7/d38/namespaceElectux_1_1App_1_1Params_1_1LogLevels.html":[0,0,0,0,4,1], "d7/d38/namespaceElectux_1_1App_1_1Params_1_1LogLevels.html#a1d4cee2234c6e0684f7897722861866d":[0,0,0,0,4,1,0], "d7/d38/namespaceElectux_1_1App_1_1Params_1_1LogLevels.html#a4567d6baf9219f706908f201d098182d":[0,0,0,0,4,1,2], @@ -58,34 +62,34 @@ var NAVTREEINDEX1 = "d8/d5e/classElectux_1_1App_1_1View_1_1Help_1_1AppHelp.html":[1,0,0,0,4,1,0], "d8/d5e/classElectux_1_1App_1_1View_1_1Help_1_1AppHelp.html#ac0c59f7f2c8333c973a8852058b26bb9":[1,0,0,0,4,1,0,0], "d8/d5e/classElectux_1_1App_1_1View_1_1Help_1_1AppHelp.html#ac0c59f7f2c8333c973a8852058b26bb9":[0,0,0,0,5,1,0,0], -"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html":[1,0,0,0,3,3], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html":[0,0,0,0,3,3], -"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a199273291d597c647277deeed99bfb80":[0,0,0,0,3,3,9], +"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html":[1,0,0,0,3,3], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a199273291d597c647277deeed99bfb80":[1,0,0,0,3,3,9], -"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a416615500e98f799b248bf428a3a3f19":[1,0,0,0,3,3,0], +"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a199273291d597c647277deeed99bfb80":[0,0,0,0,3,3,9], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a416615500e98f799b248bf428a3a3f19":[0,0,0,0,3,3,0], +"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a416615500e98f799b248bf428a3a3f19":[1,0,0,0,3,3,0], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a416615500e98f799b248bf428a3a3f19a2fb403e71d8ade2ba79af3f6c4695d09":[1,0,0,0,3,3,0,0], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a416615500e98f799b248bf428a3a3f19a2fb403e71d8ade2ba79af3f6c4695d09":[0,0,0,0,3,3,0,0], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a416615500e98f799b248bf428a3a3f19a31f085f5c12702593ad0244e0090af4e":[0,0,0,0,3,3,0,1], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a416615500e98f799b248bf428a3a3f19a31f085f5c12702593ad0244e0090af4e":[1,0,0,0,3,3,0,1], -"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a5bd1d48829598adacd1d22c5c55422a0":[1,0,0,0,3,3,3], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a5bd1d48829598adacd1d22c5c55422a0":[0,0,0,0,3,3,3], -"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a5f2ccdca30eb41451efc310133aad392":[0,0,0,0,3,3,5], +"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a5bd1d48829598adacd1d22c5c55422a0":[1,0,0,0,3,3,3], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a5f2ccdca30eb41451efc310133aad392":[1,0,0,0,3,3,5], -"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a62467c7319a0502235b9cc1a16150f18":[0,0,0,0,3,3,6], +"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a5f2ccdca30eb41451efc310133aad392":[0,0,0,0,3,3,5], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a62467c7319a0502235b9cc1a16150f18":[1,0,0,0,3,3,6], -"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a961e17c5fed3100886ccdd4adc7e9283":[1,0,0,0,3,3,8], +"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a62467c7319a0502235b9cc1a16150f18":[0,0,0,0,3,3,6], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a961e17c5fed3100886ccdd4adc7e9283":[0,0,0,0,3,3,8], +"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#a961e17c5fed3100886ccdd4adc7e9283":[1,0,0,0,3,3,8], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#ab0572d7f84ad640a824058d5f3e1fef6":[0,0,0,0,3,3,1], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#ab0572d7f84ad640a824058d5f3e1fef6":[1,0,0,0,3,3,1], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#ab5f411c8bde7a2ee7f14e6d4dffada41":[0,0,0,0,3,3,2], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#ab5f411c8bde7a2ee7f14e6d4dffada41":[1,0,0,0,3,3,2], -"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#ad7b7772f284051c33bfd3dce106eb986":[0,0,0,0,3,3,7], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#ad7b7772f284051c33bfd3dce106eb986":[1,0,0,0,3,3,7], -"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#ae54791da60f29fadc62bdbc8014b944a":[1,0,0,0,3,3,4], +"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#ad7b7772f284051c33bfd3dce106eb986":[0,0,0,0,3,3,7], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#ae54791da60f29fadc62bdbc8014b944a":[0,0,0,0,3,3,4], -"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#afde7201fe763adf6ecab6f6267e3513a":[0,0,0,0,3,3,10], +"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#ae54791da60f29fadc62bdbc8014b944a":[1,0,0,0,3,3,4], "d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#afde7201fe763adf6ecab6f6267e3513a":[1,0,0,0,3,3,10], +"d8/d7e/classElectux_1_1App_1_1Model_1_1ModelLog.html#afde7201fe763adf6ecab6f6267e3513a":[0,0,0,0,3,3,10], "d9/d0f/main_8cc.html":[2,0,10], "d9/d0f/main_8cc.html#a0ddf1224851353fc92bfbff6f499fa97":[2,0,10,0], "d9/d0f/main_8cc_source.html":[2,0,10], @@ -96,42 +100,42 @@ var NAVTREEINDEX1 = "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html":[1,0,0,0,3,2], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a0e25c4963d7f5eb70c3e66201cf162de":[1,0,0,0,3,2,5], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a0e25c4963d7f5eb70c3e66201cf162de":[0,0,0,0,3,2,5], -"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a23cc25f9dc86d32165b47abd1edfc12a":[0,0,0,0,3,2,9], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a23cc25f9dc86d32165b47abd1edfc12a":[1,0,0,0,3,2,9], -"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a5bd1d48829598adacd1d22c5c55422a0":[0,0,0,0,3,2,3], +"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a23cc25f9dc86d32165b47abd1edfc12a":[0,0,0,0,3,2,9], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a5bd1d48829598adacd1d22c5c55422a0":[1,0,0,0,3,2,3], +"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a5bd1d48829598adacd1d22c5c55422a0":[0,0,0,0,3,2,3], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a62467c7319a0502235b9cc1a16150f18":[0,0,0,0,3,2,6], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a62467c7319a0502235b9cc1a16150f18":[1,0,0,0,3,2,6], -"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a6f4b5fc97ff0d51bf1103ec19871d615":[1,0,0,0,3,2,7], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a6f4b5fc97ff0d51bf1103ec19871d615":[0,0,0,0,3,2,7], -"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088":[0,0,0,0,3,2,0], +"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a6f4b5fc97ff0d51bf1103ec19871d615":[1,0,0,0,3,2,7], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088":[1,0,0,0,3,2,0], -"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088a2faec1f9f8cc7f8f40d521c4dd574f49":[1,0,0,0,3,2,0,0], +"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088":[0,0,0,0,3,2,0], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088a2faec1f9f8cc7f8f40d521c4dd574f49":[0,0,0,0,3,2,0,0], -"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088a650be61892bf690026089544abbd9d26":[1,0,0,0,3,2,0,1], +"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088a2faec1f9f8cc7f8f40d521c4dd574f49":[1,0,0,0,3,2,0,0], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088a650be61892bf690026089544abbd9d26":[0,0,0,0,3,2,0,1], +"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088a650be61892bf690026089544abbd9d26":[1,0,0,0,3,2,0,1], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088aa8875bbe4272c0bdd786cfaaedf77921":[1,0,0,0,3,2,0,2], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088aa8875bbe4272c0bdd786cfaaedf77921":[0,0,0,0,3,2,0,2], -"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088aefb4777327e6f704fb1519c1882f93ec":[1,0,0,0,3,2,0,3], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088aefb4777327e6f704fb1519c1882f93ec":[0,0,0,0,3,2,0,3], -"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088af4387efef94ad8501d1d7f16bc6b1359":[0,0,0,0,3,2,0,4], +"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088aefb4777327e6f704fb1519c1882f93ec":[1,0,0,0,3,2,0,3], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088af4387efef94ad8501d1d7f16bc6b1359":[1,0,0,0,3,2,0,4], -"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a961e17c5fed3100886ccdd4adc7e9283":[0,0,0,0,3,2,8], +"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a82a75a3357f2b33416985056d8236088af4387efef94ad8501d1d7f16bc6b1359":[0,0,0,0,3,2,0,4], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a961e17c5fed3100886ccdd4adc7e9283":[1,0,0,0,3,2,8], +"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#a961e17c5fed3100886ccdd4adc7e9283":[0,0,0,0,3,2,8], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#ab5f411c8bde7a2ee7f14e6d4dffada41":[0,0,0,0,3,2,2], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#ab5f411c8bde7a2ee7f14e6d4dffada41":[1,0,0,0,3,2,2], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#ae54791da60f29fadc62bdbc8014b944a":[1,0,0,0,3,2,4], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#ae54791da60f29fadc62bdbc8014b944a":[0,0,0,0,3,2,4], -"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#afa3e18d0f7ce00779a42a0ffe0e7966b":[1,0,0,0,3,2,1], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#afa3e18d0f7ce00779a42a0ffe0e7966b":[0,0,0,0,3,2,1], -"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#afde7201fe763adf6ecab6f6267e3513a":[1,0,0,0,3,2,10], +"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#afa3e18d0f7ce00779a42a0ffe0e7966b":[1,0,0,0,3,2,1], "d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#afde7201fe763adf6ecab6f6267e3513a":[0,0,0,0,3,2,10], +"d9/d2a/classElectux_1_1App_1_1Model_1_1ModelControl.html#afde7201fe763adf6ecab6f6267e3513a":[1,0,0,0,3,2,10], "d9/d49/namespaceElectux_1_1App_1_1Config.html":[0,0,0,0,1], "d9/d49/namespaceElectux_1_1App_1_1Config.html#a1f9413bc2ae89a1fa1ff6b68f2000bb7":[0,0,0,0,1,2], "d9/d49/namespaceElectux_1_1App_1_1Config.html#a643ae51d5b98681de3c208a700145882":[0,0,0,0,1,3], "d9/d49/namespaceElectux_1_1App_1_1Config.html#abaa7a94b8d71911d14e3b3cbff34827a":[0,0,0,0,1,4], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html":[1,0,0,0,4,3], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html":[0,0,0,0,5,3], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html":[1,0,0,0,4,3], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a077957785738b33c8a2114b084f0d8f6":[0,0,0,0,5,3,24], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a077957785738b33c8a2114b084f0d8f6":[1,0,0,0,4,3,24], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a0a2fd79dc03d011f9fbc47ca2b7b081d":[0,0,0,0,5,3,10], @@ -140,18 +144,18 @@ var NAVTREEINDEX1 = "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a2a20945384983c59a1a9f709d2ee0d0e":[1,0,0,0,4,3,22], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a3854095c157622d7c7995d4daaff37b1":[0,0,0,0,5,3,16], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a3854095c157622d7c7995d4daaff37b1":[1,0,0,0,4,3,16], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a39dbfa3e1f716225c5bcbe90f184a708":[1,0,0,0,4,3,25], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a39dbfa3e1f716225c5bcbe90f184a708":[0,0,0,0,5,3,25], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a39dbfa3e1f716225c5bcbe90f184a708":[1,0,0,0,4,3,25], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4f0289b90bfe1c4d25d892049d6e6a31":[0,0,0,0,5,3,6], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4f0289b90bfe1c4d25d892049d6e6a31":[1,0,0,0,4,3,6], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4f5a5d296cf21983e5129b6a84c3b3f8":[0,0,0,0,5,3,7], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4f5a5d296cf21983e5129b6a84c3b3f8":[1,0,0,0,4,3,7], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4ff02ddee81349c02fa3697296ed5600":[0,0,0,0,5,3,21], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4f5a5d296cf21983e5129b6a84c3b3f8":[0,0,0,0,5,3,7], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4ff02ddee81349c02fa3697296ed5600":[1,0,0,0,4,3,21], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a51c0cd2a1b6e388c444e4779833e4451":[0,0,0,0,5,3,17], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4ff02ddee81349c02fa3697296ed5600":[0,0,0,0,5,3,21], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a51c0cd2a1b6e388c444e4779833e4451":[1,0,0,0,4,3,17], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a55d0f3b1e6bd1cee806739af9c7d1324":[1,0,0,0,4,3,26], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a51c0cd2a1b6e388c444e4779833e4451":[0,0,0,0,5,3,17], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a55d0f3b1e6bd1cee806739af9c7d1324":[0,0,0,0,5,3,26], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a55d0f3b1e6bd1cee806739af9c7d1324":[1,0,0,0,4,3,26], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a59ec431c4bf878752b3d9a694236c8d0":[1,0,0,0,4,3,0], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a59ec431c4bf878752b3d9a694236c8d0":[0,0,0,0,5,3,0], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a5b276bc5fd70a4f650d63425acd1da49":[1,0,0,0,4,3,28], @@ -160,30 +164,30 @@ var NAVTREEINDEX1 = "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a64db72cf5cf34184a5a2cf44818dfd63":[1,0,0,0,4,3,20], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a730fae65042fb06b1ca5792bc1c60e04":[0,0,0,0,5,3,8], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a730fae65042fb06b1ca5792bc1c60e04":[1,0,0,0,4,3,8], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a954721e776e8231295c9dab95de10217":[1,0,0,0,4,3,1], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a954721e776e8231295c9dab95de10217":[0,0,0,0,5,3,1], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a9fced15c918143d35e856c6dbef3454f":[1,0,0,0,4,3,11], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a954721e776e8231295c9dab95de10217":[1,0,0,0,4,3,1], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a9fced15c918143d35e856c6dbef3454f":[0,0,0,0,5,3,11], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a9fced15c918143d35e856c6dbef3454f":[1,0,0,0,4,3,11], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#aa5db7dec159c2ee49ae10120f94d177e":[1,0,0,0,4,3,5], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#aa5db7dec159c2ee49ae10120f94d177e":[0,0,0,0,5,3,5], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#aab57308bd29908f6c012691c478a3859":[1,0,0,0,4,3,13], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#aab57308bd29908f6c012691c478a3859":[0,0,0,0,5,3,13], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#aabb49317bb093bd7909d28d0735d71b6":[0,0,0,0,5,3,4], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#aabb49317bb093bd7909d28d0735d71b6":[1,0,0,0,4,3,4], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#aabb49317bb093bd7909d28d0735d71b6":[0,0,0,0,5,3,4], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#aacdc2762a62fb6f2edf0fcd9fb25d299":[1,0,0,0,4,3,14], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#aacdc2762a62fb6f2edf0fcd9fb25d299":[0,0,0,0,5,3,14], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#abc4d7d2cad85c503b572fb01b318ff41":[0,0,0,0,5,3,12], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#abc4d7d2cad85c503b572fb01b318ff41":[1,0,0,0,4,3,12], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#abfb1b196b881ab80f6972ee6548f3ec6":[1,0,0,0,4,3,23], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#abc4d7d2cad85c503b572fb01b318ff41":[0,0,0,0,5,3,12], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#abfb1b196b881ab80f6972ee6548f3ec6":[0,0,0,0,5,3,23], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ac7fd8642d942f2c141d9b5cf94e91ced":[0,0,0,0,5,3,19], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#abfb1b196b881ab80f6972ee6548f3ec6":[1,0,0,0,4,3,23], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ac7fd8642d942f2c141d9b5cf94e91ced":[1,0,0,0,4,3,19], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ad72016315750df4ef5e608d820c2e3a4":[1,0,0,0,4,3,3], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ac7fd8642d942f2c141d9b5cf94e91ced":[0,0,0,0,5,3,19], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ad72016315750df4ef5e608d820c2e3a4":[0,0,0,0,5,3,3], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ad72016315750df4ef5e608d820c2e3a4":[1,0,0,0,4,3,3], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ae0f8910d94af6ff09113de99f36f0fbe":[1,0,0,0,4,3,15], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ae0f8910d94af6ff09113de99f36f0fbe":[0,0,0,0,5,3,15], -"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ae59f559fc54c0f579d2fd21336cf7faa":[1,0,0,0,4,3,9], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ae59f559fc54c0f579d2fd21336cf7faa":[0,0,0,0,5,3,9], +"d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ae59f559fc54c0f579d2fd21336cf7faa":[1,0,0,0,4,3,9], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#aea948e23d96ac34db09650d909e08ad0":[1,0,0,0,4,3,27], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#aea948e23d96ac34db09650d909e08ad0":[0,0,0,0,5,3,27], "d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#af714bb3895b0537bf13a6985660452d6":[0,0,0,0,5,3,18], @@ -232,22 +236,18 @@ var NAVTREEINDEX1 = "da/d81/classElectux_1_1App_1_1Model_1_1Model.html#a5bd1d48829598adacd1d22c5c55422a0":[0,0,0,0,3,1,2], "da/d81/classElectux_1_1App_1_1Model_1_1Model.html#a62467c7319a0502235b9cc1a16150f18":[1,0,0,0,3,1,5], "da/d81/classElectux_1_1App_1_1Model_1_1Model.html#a62467c7319a0502235b9cc1a16150f18":[0,0,0,0,3,1,5], -"da/d81/classElectux_1_1App_1_1Model_1_1Model.html#a8d13d898262c55797adb684f50289279":[0,0,0,0,3,1,4], "da/d81/classElectux_1_1App_1_1Model_1_1Model.html#a8d13d898262c55797adb684f50289279":[1,0,0,0,3,1,4], +"da/d81/classElectux_1_1App_1_1Model_1_1Model.html#a8d13d898262c55797adb684f50289279":[0,0,0,0,3,1,4], "da/d81/classElectux_1_1App_1_1Model_1_1Model.html#a961e17c5fed3100886ccdd4adc7e9283":[1,0,0,0,3,1,6], "da/d81/classElectux_1_1App_1_1Model_1_1Model.html#a961e17c5fed3100886ccdd4adc7e9283":[0,0,0,0,3,1,6], "da/d81/classElectux_1_1App_1_1Model_1_1Model.html#aa3f587e7bc73f12c7de86a6aa8d03e69":[1,0,0,0,3,1,0], "da/d81/classElectux_1_1App_1_1Model_1_1Model.html#aa3f587e7bc73f12c7de86a6aa8d03e69":[0,0,0,0,3,1,0], "da/d81/classElectux_1_1App_1_1Model_1_1Model.html#ab5f411c8bde7a2ee7f14e6d4dffada41":[1,0,0,0,3,1,1], "da/d81/classElectux_1_1App_1_1Model_1_1Model.html#ab5f411c8bde7a2ee7f14e6d4dffada41":[0,0,0,0,3,1,1], -"da/d81/classElectux_1_1App_1_1Model_1_1Model.html#ae54791da60f29fadc62bdbc8014b944a":[1,0,0,0,3,1,3], "da/d81/classElectux_1_1App_1_1Model_1_1Model.html#ae54791da60f29fadc62bdbc8014b944a":[0,0,0,0,3,1,3], +"da/d81/classElectux_1_1App_1_1Model_1_1Model.html#ae54791da60f29fadc62bdbc8014b944a":[1,0,0,0,3,1,3], "da/d81/classElectux_1_1App_1_1Model_1_1Model.html#afde7201fe763adf6ecab6f6267e3513a":[0,0,0,0,3,1,7], "da/d81/classElectux_1_1App_1_1Model_1_1Model.html#afde7201fe763adf6ecab6f6267e3513a":[1,0,0,0,3,1,7], "da/dd8/config__manager_8cc.html":[2,0,1,0], -"da/dd8/config__manager_8cc_source.html":[2,0,1,0], -"db/d22/namespaceElectux_1_1App_1_1View_1_1Help.html":[0,0,0,0,5,1], -"db/d32/application_8h.html":[2,0,7], -"db/d32/application_8h.html#a0e30748923837226b4ef41523cab7767":[2,0,7,2], -"db/d32/application_8h.html#a13536830803de83c2af008ed010af7a2":[2,0,7,6] +"da/dd8/config__manager_8cc_source.html":[2,0,1,0] }; diff --git a/sw/microhildesk_docs/html/navtreeindex2.js b/sw/microhildesk_docs/html/navtreeindex2.js index f78f2a67..910bac5f 100644 --- a/sw/microhildesk_docs/html/navtreeindex2.js +++ b/sw/microhildesk_docs/html/navtreeindex2.js @@ -1,5 +1,9 @@ var NAVTREEINDEX2 = { +"db/d22/namespaceElectux_1_1App_1_1View_1_1Help.html":[0,0,0,0,5,1], +"db/d32/application_8h.html":[2,0,7], +"db/d32/application_8h.html#a0e30748923837226b4ef41523cab7767":[2,0,7,2], +"db/d32/application_8h.html#a13536830803de83c2af008ed010af7a2":[2,0,7,6], "db/d32/application_8h.html#a39a266d2bab418a8ced05c5022e67a68":[2,0,7,4], "db/d32/application_8h.html#a40b0b15f908d3cd0b42f876df09ca27d":[2,0,7,3], "db/d32/application_8h.html#a676b54cbeb58c1e48df5e0da28898ec1":[2,0,7,5], @@ -7,30 +11,30 @@ var NAVTREEINDEX2 = "db/d32/application_8h_source.html":[2,0,7], "db/db1/help_8cc.html":[2,0,5,1,0], "db/db1/help_8cc_source.html":[2,0,5,1,0], -"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html":[1,0,0,0,0,0], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html":[0,0,0,0,0,0], +"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html":[1,0,0,0,0,0], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a008ec6fcb1ad7be28e02b18d8c512113":[1,0,0,0,0,0,6], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a008ec6fcb1ad7be28e02b18d8c512113":[0,0,0,0,0,0,6], -"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a0f63f93fa5f0c1ff81cf955df785c844":[0,0,0,0,0,0,2], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a0f63f93fa5f0c1ff81cf955df785c844":[1,0,0,0,0,0,2], -"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a1fd89ccff81475c1bda41f8ef97f0980":[1,0,0,0,0,0,14], +"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a0f63f93fa5f0c1ff81cf955df785c844":[0,0,0,0,0,0,2], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a1fd89ccff81475c1bda41f8ef97f0980":[0,0,0,0,0,0,14], +"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a1fd89ccff81475c1bda41f8ef97f0980":[1,0,0,0,0,0,14], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a21b863ef396036abe44e3d1fffcffeb5":[1,0,0,0,0,0,1], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a21b863ef396036abe44e3d1fffcffeb5":[0,0,0,0,0,0,1], -"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a3398abd31d190c57df10a2060415060c":[1,0,0,0,0,0,12], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a3398abd31d190c57df10a2060415060c":[0,0,0,0,0,0,12], -"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a33befe0d60b0acae70c21df1382b5aad":[1,0,0,0,0,0,7], +"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a3398abd31d190c57df10a2060415060c":[1,0,0,0,0,0,12], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a33befe0d60b0acae70c21df1382b5aad":[0,0,0,0,0,0,7], -"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a7c91892d693dcfe9e7c1a68fd3dfdd9a":[1,0,0,0,0,0,9], +"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a33befe0d60b0acae70c21df1382b5aad":[1,0,0,0,0,0,7], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a7c91892d693dcfe9e7c1a68fd3dfdd9a":[0,0,0,0,0,0,9], +"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a7c91892d693dcfe9e7c1a68fd3dfdd9a":[1,0,0,0,0,0,9], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a82dade1ada5305a55b6455d649cf9edc":[1,0,0,0,0,0,11], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a82dade1ada5305a55b6455d649cf9edc":[0,0,0,0,0,0,11], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a9674a2acd0f52359bab49689056b5425":[1,0,0,0,0,0,10], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a9674a2acd0f52359bab49689056b5425":[0,0,0,0,0,0,10], -"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a97b77d56c2fff0f37b62dcd1114af595":[0,0,0,0,0,0,3], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a97b77d56c2fff0f37b62dcd1114af595":[1,0,0,0,0,0,3], -"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a9bc314ff47c99b455b3d8b4e99c8999e":[0,0,0,0,0,0,0], +"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a97b77d56c2fff0f37b62dcd1114af595":[0,0,0,0,0,0,3], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a9bc314ff47c99b455b3d8b4e99c8999e":[1,0,0,0,0,0,0], +"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#a9bc314ff47c99b455b3d8b4e99c8999e":[0,0,0,0,0,0,0], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#aa59f6e3a386d5d073a8b1a1af4822a96":[1,0,0,0,0,0,13], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#aa59f6e3a386d5d073a8b1a1af4822a96":[0,0,0,0,0,0,13], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#ac8f47ca960da9285c41cb9a2e788aa0a":[1,0,0,0,0,0,15], @@ -39,14 +43,14 @@ var NAVTREEINDEX2 = "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#aecc7a1914572a2e2add282eddd6f3bbe":[1,0,0,0,0,0,8], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#aeda014a7723aa2c07863abac30c31e4e":[0,0,0,0,0,0,5], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#aeda014a7723aa2c07863abac30c31e4e":[1,0,0,0,0,0,5], -"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#af9edbd81e6aceb933c57d7f0a2d9f3da":[0,0,0,0,0,0,4], "db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#af9edbd81e6aceb933c57d7f0a2d9f3da":[1,0,0,0,0,0,4], +"db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#af9edbd81e6aceb933c57d7f0a2d9f3da":[0,0,0,0,0,0,4], "db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html":[1,0,0,0,1,1], "db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html":[0,0,0,0,1,1], -"db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html#a5f5eea781713845083e097780c29eefd":[1,0,0,0,1,1,2], "db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html#a5f5eea781713845083e097780c29eefd":[0,0,0,0,1,1,2], -"db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html#a86b43ad41684f04d61b5be597d2768fc":[0,0,0,0,1,1,0], +"db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html#a5f5eea781713845083e097780c29eefd":[1,0,0,0,1,1,2], "db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html#a86b43ad41684f04d61b5be597d2768fc":[1,0,0,0,1,1,0], +"db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html#a86b43ad41684f04d61b5be597d2768fc":[0,0,0,0,1,1,0], "db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html#aa434d7db6de65ca688ad3ff8bb93248e":[1,0,0,0,1,1,1], "db/dcd/classElectux_1_1App_1_1Config_1_1IConfig.html#aa434d7db6de65ca688ad3ff8bb93248e":[0,0,0,0,1,1,1], "db/deb/namespaceElectux.html":[0,0,0], @@ -56,14 +60,14 @@ var NAVTREEINDEX2 = "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html":[0,0,0,0,3,4], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3":[0,0,0,0,3,4,0], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3":[1,0,0,0,3,4,0], -"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3a11a755d598c0c417f9a36758c3da7481":[0,0,0,0,3,4,0,4], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3a11a755d598c0c417f9a36758c3da7481":[1,0,0,0,3,4,0,4], +"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3a11a755d598c0c417f9a36758c3da7481":[0,0,0,0,3,4,0,4], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3a5be5da6b69c4c4c10e17fdecdac7fa15":[1,0,0,0,3,4,0,1], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3a5be5da6b69c4c4c10e17fdecdac7fa15":[0,0,0,0,3,4,0,1], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3aa91d6e31a7e409defa6beb8f1311ef98":[0,0,0,0,3,4,0,3], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3aa91d6e31a7e409defa6beb8f1311ef98":[1,0,0,0,3,4,0,3], -"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3ae0ac20adce6ffee48c7151b070aa5737":[0,0,0,0,3,4,0,0], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3ae0ac20adce6ffee48c7151b070aa5737":[1,0,0,0,3,4,0,0], +"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3ae0ac20adce6ffee48c7151b070aa5737":[0,0,0,0,3,4,0,0], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3af1a76f66cca677c6e628d9ca58a6c8fc":[1,0,0,0,3,4,0,5], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3af1a76f66cca677c6e628d9ca58a6c8fc":[0,0,0,0,3,4,0,5], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a023d61322f592bc1a19e26c25a62fbd3af6068daa29dbb05a7ead1e3b5a48bbee":[0,0,0,0,3,4,0,2], @@ -72,20 +76,20 @@ var NAVTREEINDEX2 = "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a306e4c14f18b8008d377d95fbdb2e379":[1,0,0,0,3,4,5], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a4bf60654b3051f6cc8b5c2150a626fe6":[1,0,0,0,3,4,9], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a4bf60654b3051f6cc8b5c2150a626fe6":[0,0,0,0,3,4,9], -"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a5bd1d48829598adacd1d22c5c55422a0":[0,0,0,0,3,4,3], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a5bd1d48829598adacd1d22c5c55422a0":[1,0,0,0,3,4,3], +"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a5bd1d48829598adacd1d22c5c55422a0":[0,0,0,0,3,4,3], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a62467c7319a0502235b9cc1a16150f18":[1,0,0,0,3,4,6], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a62467c7319a0502235b9cc1a16150f18":[0,0,0,0,3,4,6], -"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a961e17c5fed3100886ccdd4adc7e9283":[0,0,0,0,3,4,8], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a961e17c5fed3100886ccdd4adc7e9283":[1,0,0,0,3,4,8], +"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a961e17c5fed3100886ccdd4adc7e9283":[0,0,0,0,3,4,8], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a97d5e36e492f8e9375f781f8eb54cd58":[0,0,0,0,3,4,1], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#a97d5e36e492f8e9375f781f8eb54cd58":[1,0,0,0,3,4,1], -"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#ab5f411c8bde7a2ee7f14e6d4dffada41":[1,0,0,0,3,4,2], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#ab5f411c8bde7a2ee7f14e6d4dffada41":[0,0,0,0,3,4,2], -"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#ae54791da60f29fadc62bdbc8014b944a":[1,0,0,0,3,4,4], +"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#ab5f411c8bde7a2ee7f14e6d4dffada41":[1,0,0,0,3,4,2], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#ae54791da60f29fadc62bdbc8014b944a":[0,0,0,0,3,4,4], -"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#afde7201fe763adf6ecab6f6267e3513a":[0,0,0,0,3,4,10], +"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#ae54791da60f29fadc62bdbc8014b944a":[1,0,0,0,3,4,4], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#afde7201fe763adf6ecab6f6267e3513a":[1,0,0,0,3,4,10], +"dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#afde7201fe763adf6ecab6f6267e3513a":[0,0,0,0,3,4,10], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#afe4d5fa491c80be10f12975c1c7ffb69":[0,0,0,0,3,4,7], "dc/d15/classElectux_1_1App_1_1Model_1_1ModelSerial.html#afe4d5fa491c80be10f12975c1c7ffb69":[1,0,0,0,3,4,7], "dc/d16/application_8cc.html":[2,0,6], @@ -94,42 +98,42 @@ var NAVTREEINDEX2 = "dc/d51/model_8h_source.html":[2,0,3,2], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html":[0,0,0,0,2,0], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html":[1,0,0,0,2,0], -"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a0fbfda88fbee5027c89f6eb121059360":[0,0,0,0,2,0,2], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a0fbfda88fbee5027c89f6eb121059360":[1,0,0,0,2,0,2], -"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a133e775716d6c95ff7dc92411bdb14d6":[0,0,0,0,2,0,7], +"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a0fbfda88fbee5027c89f6eb121059360":[0,0,0,0,2,0,2], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a133e775716d6c95ff7dc92411bdb14d6":[1,0,0,0,2,0,7], +"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a133e775716d6c95ff7dc92411bdb14d6":[0,0,0,0,2,0,7], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a1fedc00436bee8284f09ef7c9b7d3184":[0,0,0,0,2,0,13], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a1fedc00436bee8284f09ef7c9b7d3184":[1,0,0,0,2,0,13], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a3b057da5d2fec3cc353f3c91f2c821b7":[0,0,0,0,2,0,1], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a3b057da5d2fec3cc353f3c91f2c821b7":[1,0,0,0,2,0,1], -"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a42da327364c5a0e750cd344ee21c791c":[0,0,0,0,2,0,10], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a42da327364c5a0e750cd344ee21c791c":[1,0,0,0,2,0,10], +"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a42da327364c5a0e750cd344ee21c791c":[0,0,0,0,2,0,10], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a4b1b03af6bf2eb8bea1ddc675e7cfa1c":[0,0,0,0,2,0,14], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a4b1b03af6bf2eb8bea1ddc675e7cfa1c":[1,0,0,0,2,0,14], -"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a5dfe7a656c8dbe093621e119157f28e9":[0,0,0,0,2,0,5], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a5dfe7a656c8dbe093621e119157f28e9":[1,0,0,0,2,0,5], -"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a69356f28a500dc1cb5557a6032eaddf3":[0,0,0,0,2,0,4], +"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a5dfe7a656c8dbe093621e119157f28e9":[0,0,0,0,2,0,5], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a69356f28a500dc1cb5557a6032eaddf3":[1,0,0,0,2,0,4], +"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a69356f28a500dc1cb5557a6032eaddf3":[0,0,0,0,2,0,4], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a9a9040d926e10c40da6b4191878786e6":[0,0,0,0,2,0,3], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a9a9040d926e10c40da6b4191878786e6":[1,0,0,0,2,0,3], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aa1f6f84b423f9af429d03f89da568a9d":[0,0,0,0,2,0,11], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aa1f6f84b423f9af429d03f89da568a9d":[1,0,0,0,2,0,11], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aa9037ce13440d5c0ccec4b59e5b874ce":[0,0,0,0,2,0,9], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aa9037ce13440d5c0ccec4b59e5b874ce":[1,0,0,0,2,0,9], -"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae73bd6a25e09440d72e847b47f5f7fb":[1,0,0,0,2,0,0], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae73bd6a25e09440d72e847b47f5f7fb":[0,0,0,0,2,0,0], -"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae73bd6a25e09440d72e847b47f5f7fba0eaadb4fcb48a0a0ed7bc9868be9fbaa":[1,0,0,0,2,0,0,1], +"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae73bd6a25e09440d72e847b47f5f7fb":[1,0,0,0,2,0,0], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae73bd6a25e09440d72e847b47f5f7fba0eaadb4fcb48a0a0ed7bc9868be9fbaa":[0,0,0,0,2,0,0,1], +"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae73bd6a25e09440d72e847b47f5f7fba0eaadb4fcb48a0a0ed7bc9868be9fbaa":[1,0,0,0,2,0,0,1], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae73bd6a25e09440d72e847b47f5f7fba4059b0251f66a18cb56f544728796875":[0,0,0,0,2,0,0,2], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae73bd6a25e09440d72e847b47f5f7fba4059b0251f66a18cb56f544728796875":[1,0,0,0,2,0,0,2], -"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae73bd6a25e09440d72e847b47f5f7fba902b0d55fddef6f8d651fe1035b7d4bd":[1,0,0,0,2,0,0,0], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae73bd6a25e09440d72e847b47f5f7fba902b0d55fddef6f8d651fe1035b7d4bd":[0,0,0,0,2,0,0,0], -"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae7b0ed6738bd94cfccf67ba449ed0be":[1,0,0,0,2,0,12], +"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae73bd6a25e09440d72e847b47f5f7fba902b0d55fddef6f8d651fe1035b7d4bd":[1,0,0,0,2,0,0,0], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae7b0ed6738bd94cfccf67ba449ed0be":[0,0,0,0,2,0,12], +"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#aae7b0ed6738bd94cfccf67ba449ed0be":[1,0,0,0,2,0,12], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#ace43a1b23b00f8b50d91b508705cb67c":[0,0,0,0,2,0,8], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#ace43a1b23b00f8b50d91b508705cb67c":[1,0,0,0,2,0,8], -"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#acf17820d5ea4a1a2432cbe532035ae3d":[1,0,0,0,2,0,6], "dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#acf17820d5ea4a1a2432cbe532035ae3d":[0,0,0,0,2,0,6], +"dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#acf17820d5ea4a1a2432cbe532035ae3d":[1,0,0,0,2,0,6], "dd/d31/namespaceElectux_1_1App.html":[0,0,0,0], "dd/d31/namespaceElectux_1_1App.html#a0e30748923837226b4ef41523cab7767":[0,0,0,0,8], "dd/d31/namespaceElectux_1_1App.html#a13536830803de83c2af008ed010af7a2":[0,0,0,0,12], @@ -140,18 +144,18 @@ var NAVTREEINDEX2 = "dd/d81/channel__params_8h.html":[2,0,4,0], "dd/d81/channel__params_8h.html#a8ba1a84b52d64ec5140d4dc2d8bd9bf1":[2,0,4,0,0], "dd/d81/channel__params_8h_source.html":[2,0,4,0], -"dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html":[1,0,0,0,4,4], "dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html":[0,0,0,0,5,4], +"dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html":[1,0,0,0,4,4], "dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html#a10f7fdfa97db18feb0131f57c699f811":[1,0,0,0,4,4,2], "dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html#a10f7fdfa97db18feb0131f57c699f811":[0,0,0,0,5,4,2], -"dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html#a34933cebc805bace56a581eb454b55bf":[1,0,0,0,4,4,0], "dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html#a34933cebc805bace56a581eb454b55bf":[0,0,0,0,5,4,0], -"dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html#a795dcfb7dfd9eab7b9b69f792eb82ad4":[1,0,0,0,4,4,1], +"dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html#a34933cebc805bace56a581eb454b55bf":[1,0,0,0,4,4,0], "dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html#a795dcfb7dfd9eab7b9b69f792eb82ad4":[0,0,0,0,5,4,1], +"dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html#a795dcfb7dfd9eab7b9b69f792eb82ad4":[1,0,0,0,4,4,1], "dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html#a7d1fc13282ff819f305d28ce3b50cec5":[0,0,0,0,5,4,4], "dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html#a7d1fc13282ff819f305d28ce3b50cec5":[1,0,0,0,4,4,4], -"dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html#a7e6b558ef80b7c2873a7d0cd84c9b314":[0,0,0,0,5,4,3], "dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html#a7e6b558ef80b7c2873a7d0cd84c9b314":[1,0,0,0,4,4,3], +"dd/d9e/classElectux_1_1App_1_1View_1_1SettingsSetup.html#a7e6b558ef80b7c2873a7d0cd84c9b314":[0,0,0,0,5,4,3], "dd/dc1/settings__slots_8cc.html":[2,0,5,2,3], "dd/dc1/settings__slots_8cc_source.html":[2,0,5,2,3], "dd/df2/home_8h.html":[2,0,5,4], diff --git a/sw/microhildesk_docs/html/search/all_b.js b/sw/microhildesk_docs/html/search/all_b.js index dfc03417..17ef1d14 100644 --- a/sw/microhildesk_docs/html/search/all_b.js +++ b/sw/microhildesk_docs/html/search/all_b.js @@ -1,19 +1,21 @@ var searchData= [ - ['on_5fstartup_0',['on_startup',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a7fede2b4760877dac5577327a1879440',1,'Electux::App::EntryApplication']]], - ['onactionabout_1',['onActionAbout',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac446f6532c80978429214cf11bae96c3',1,'Electux::App::EntryApplication']]], - ['onactiondoc_2',['onActionDoc',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a37d19d8f5b163555d4eab076424cb81a',1,'Electux::App::EntryApplication']]], - ['onactionquit_3',['onActionQuit',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac1f21525becc191cbfdf83bcc7360e22',1,'Electux::App::EntryApplication']]], - ['onactionsettings_4',['onActionSettings',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a3076fd39b705c6d3fd4f3ecdd5fbc69a',1,'Electux::App::EntryApplication']]], - ['onbuttoncancelclicked_5',['onButtonCancelClicked',['../d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a9a0b184f6a0a257f2e9cf2bebd6351f6',1,'Electux::App::View::Settings::AppSettings']]], - ['onbuttonokclicked_6',['onButtonOkClicked',['../d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ab774932988d1d2ddca6a3db5134e1441',1,'Electux::App::View::Settings::AppSettings']]], - ['onchannelenablechanged_7',['onChannelEnableChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4f0289b90bfe1c4d25d892049d6e6a31',1,'Electux::App::View::AppHome']]], - ['onchannelmodechanged_8',['onChannelModeChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4f5a5d296cf21983e5129b6a84c3b3f8',1,'Electux::App::View::AppHome']]], - ['onchanneltimerchanged_9',['onChannelTimerChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a730fae65042fb06b1ca5792bc1c60e04',1,'Electux::App::View::AppHome']]], - ['onchanneltimertogglechanged_10',['onChannelTimerToggleChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ae59f559fc54c0f579d2fd21336cf7faa',1,'Electux::App::View::AppHome']]], - ['onchanneltogglechanged_11',['onChannelToggleChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a0a2fd79dc03d011f9fbc47ca2b7b081d',1,'Electux::App::View::AppHome']]], - ['onhandleclose_12',['onHandleClose',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a740242096435960d3fd1a191f35c4e0a',1,'Electux::App::EntryApplication']]], - ['onsetupchanged_13',['onSetupChanged',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a17eec7f0e7267acc309cfa44daa8aae8',1,'Electux::App::EntryApplication']]], - ['open_14',['open',['../db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#aeda014a7723aa2c07863abac30c31e4e',1,'Electux::App::Com::ICom::open()'],['../d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a8f218d4dae259e29bddff87461de8370',1,'Electux::App::Com::SerialCom::open()'],['../dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a133e775716d6c95ff7dc92411bdb14d6',1,'Electux::App::Logger::Log::open()']]], - ['operator_3d_15',['operator=',['../dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#ace43a1b23b00f8b50d91b508705cb67c',1,'Electux::App::Logger::Log']]] + ['on_5factivate_0',['on_activate',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a78e38fddc631cb7e1334e4d5ceee00fa',1,'Electux::App::EntryApplication']]], + ['on_5fshutdown_1',['on_shutdown',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a713038ddf091b8a44336cd3c9626f91d',1,'Electux::App::EntryApplication']]], + ['on_5fstartup_2',['on_startup',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a7fede2b4760877dac5577327a1879440',1,'Electux::App::EntryApplication']]], + ['onactionabout_3',['onActionAbout',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac446f6532c80978429214cf11bae96c3',1,'Electux::App::EntryApplication']]], + ['onactiondoc_4',['onActionDoc',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a37d19d8f5b163555d4eab076424cb81a',1,'Electux::App::EntryApplication']]], + ['onactionquit_5',['onActionQuit',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac1f21525becc191cbfdf83bcc7360e22',1,'Electux::App::EntryApplication']]], + ['onactionsettings_6',['onActionSettings',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a3076fd39b705c6d3fd4f3ecdd5fbc69a',1,'Electux::App::EntryApplication']]], + ['onbuttoncancelclicked_7',['onButtonCancelClicked',['../d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a9a0b184f6a0a257f2e9cf2bebd6351f6',1,'Electux::App::View::Settings::AppSettings']]], + ['onbuttonokclicked_8',['onButtonOkClicked',['../d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ab774932988d1d2ddca6a3db5134e1441',1,'Electux::App::View::Settings::AppSettings']]], + ['onchannelenablechanged_9',['onChannelEnableChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4f0289b90bfe1c4d25d892049d6e6a31',1,'Electux::App::View::AppHome']]], + ['onchannelmodechanged_10',['onChannelModeChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4f5a5d296cf21983e5129b6a84c3b3f8',1,'Electux::App::View::AppHome']]], + ['onchanneltimerchanged_11',['onChannelTimerChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a730fae65042fb06b1ca5792bc1c60e04',1,'Electux::App::View::AppHome']]], + ['onchanneltimertogglechanged_12',['onChannelTimerToggleChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ae59f559fc54c0f579d2fd21336cf7faa',1,'Electux::App::View::AppHome']]], + ['onchanneltogglechanged_13',['onChannelToggleChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a0a2fd79dc03d011f9fbc47ca2b7b081d',1,'Electux::App::View::AppHome']]], + ['onhandleclose_14',['onHandleClose',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a740242096435960d3fd1a191f35c4e0a',1,'Electux::App::EntryApplication']]], + ['onsetupchanged_15',['onSetupChanged',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a17eec7f0e7267acc309cfa44daa8aae8',1,'Electux::App::EntryApplication']]], + ['open_16',['open',['../db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#aeda014a7723aa2c07863abac30c31e4e',1,'Electux::App::Com::ICom::open()'],['../d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a8f218d4dae259e29bddff87461de8370',1,'Electux::App::Com::SerialCom::open()'],['../dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a133e775716d6c95ff7dc92411bdb14d6',1,'Electux::App::Logger::Log::open()']]], + ['operator_3d_17',['operator=',['../dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#ace43a1b23b00f8b50d91b508705cb67c',1,'Electux::App::Logger::Log']]] ]; diff --git a/sw/microhildesk_docs/html/search/functions_9.js b/sw/microhildesk_docs/html/search/functions_9.js index dfc03417..17ef1d14 100644 --- a/sw/microhildesk_docs/html/search/functions_9.js +++ b/sw/microhildesk_docs/html/search/functions_9.js @@ -1,19 +1,21 @@ var searchData= [ - ['on_5fstartup_0',['on_startup',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a7fede2b4760877dac5577327a1879440',1,'Electux::App::EntryApplication']]], - ['onactionabout_1',['onActionAbout',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac446f6532c80978429214cf11bae96c3',1,'Electux::App::EntryApplication']]], - ['onactiondoc_2',['onActionDoc',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a37d19d8f5b163555d4eab076424cb81a',1,'Electux::App::EntryApplication']]], - ['onactionquit_3',['onActionQuit',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac1f21525becc191cbfdf83bcc7360e22',1,'Electux::App::EntryApplication']]], - ['onactionsettings_4',['onActionSettings',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a3076fd39b705c6d3fd4f3ecdd5fbc69a',1,'Electux::App::EntryApplication']]], - ['onbuttoncancelclicked_5',['onButtonCancelClicked',['../d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a9a0b184f6a0a257f2e9cf2bebd6351f6',1,'Electux::App::View::Settings::AppSettings']]], - ['onbuttonokclicked_6',['onButtonOkClicked',['../d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ab774932988d1d2ddca6a3db5134e1441',1,'Electux::App::View::Settings::AppSettings']]], - ['onchannelenablechanged_7',['onChannelEnableChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4f0289b90bfe1c4d25d892049d6e6a31',1,'Electux::App::View::AppHome']]], - ['onchannelmodechanged_8',['onChannelModeChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4f5a5d296cf21983e5129b6a84c3b3f8',1,'Electux::App::View::AppHome']]], - ['onchanneltimerchanged_9',['onChannelTimerChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a730fae65042fb06b1ca5792bc1c60e04',1,'Electux::App::View::AppHome']]], - ['onchanneltimertogglechanged_10',['onChannelTimerToggleChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ae59f559fc54c0f579d2fd21336cf7faa',1,'Electux::App::View::AppHome']]], - ['onchanneltogglechanged_11',['onChannelToggleChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a0a2fd79dc03d011f9fbc47ca2b7b081d',1,'Electux::App::View::AppHome']]], - ['onhandleclose_12',['onHandleClose',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a740242096435960d3fd1a191f35c4e0a',1,'Electux::App::EntryApplication']]], - ['onsetupchanged_13',['onSetupChanged',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a17eec7f0e7267acc309cfa44daa8aae8',1,'Electux::App::EntryApplication']]], - ['open_14',['open',['../db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#aeda014a7723aa2c07863abac30c31e4e',1,'Electux::App::Com::ICom::open()'],['../d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a8f218d4dae259e29bddff87461de8370',1,'Electux::App::Com::SerialCom::open()'],['../dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a133e775716d6c95ff7dc92411bdb14d6',1,'Electux::App::Logger::Log::open()']]], - ['operator_3d_15',['operator=',['../dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#ace43a1b23b00f8b50d91b508705cb67c',1,'Electux::App::Logger::Log']]] + ['on_5factivate_0',['on_activate',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a78e38fddc631cb7e1334e4d5ceee00fa',1,'Electux::App::EntryApplication']]], + ['on_5fshutdown_1',['on_shutdown',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a713038ddf091b8a44336cd3c9626f91d',1,'Electux::App::EntryApplication']]], + ['on_5fstartup_2',['on_startup',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a7fede2b4760877dac5577327a1879440',1,'Electux::App::EntryApplication']]], + ['onactionabout_3',['onActionAbout',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac446f6532c80978429214cf11bae96c3',1,'Electux::App::EntryApplication']]], + ['onactiondoc_4',['onActionDoc',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a37d19d8f5b163555d4eab076424cb81a',1,'Electux::App::EntryApplication']]], + ['onactionquit_5',['onActionQuit',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#ac1f21525becc191cbfdf83bcc7360e22',1,'Electux::App::EntryApplication']]], + ['onactionsettings_6',['onActionSettings',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a3076fd39b705c6d3fd4f3ecdd5fbc69a',1,'Electux::App::EntryApplication']]], + ['onbuttoncancelclicked_7',['onButtonCancelClicked',['../d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#a9a0b184f6a0a257f2e9cf2bebd6351f6',1,'Electux::App::View::Settings::AppSettings']]], + ['onbuttonokclicked_8',['onButtonOkClicked',['../d1/d12/classElectux_1_1App_1_1View_1_1Settings_1_1AppSettings.html#ab774932988d1d2ddca6a3db5134e1441',1,'Electux::App::View::Settings::AppSettings']]], + ['onchannelenablechanged_9',['onChannelEnableChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4f0289b90bfe1c4d25d892049d6e6a31',1,'Electux::App::View::AppHome']]], + ['onchannelmodechanged_10',['onChannelModeChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a4f5a5d296cf21983e5129b6a84c3b3f8',1,'Electux::App::View::AppHome']]], + ['onchanneltimerchanged_11',['onChannelTimerChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a730fae65042fb06b1ca5792bc1c60e04',1,'Electux::App::View::AppHome']]], + ['onchanneltimertogglechanged_12',['onChannelTimerToggleChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#ae59f559fc54c0f579d2fd21336cf7faa',1,'Electux::App::View::AppHome']]], + ['onchanneltogglechanged_13',['onChannelToggleChanged',['../d9/dcb/classElectux_1_1App_1_1View_1_1AppHome.html#a0a2fd79dc03d011f9fbc47ca2b7b081d',1,'Electux::App::View::AppHome']]], + ['onhandleclose_14',['onHandleClose',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a740242096435960d3fd1a191f35c4e0a',1,'Electux::App::EntryApplication']]], + ['onsetupchanged_15',['onSetupChanged',['../d0/dcc/classElectux_1_1App_1_1EntryApplication.html#a17eec7f0e7267acc309cfa44daa8aae8',1,'Electux::App::EntryApplication']]], + ['open_16',['open',['../db/dca/classElectux_1_1App_1_1Com_1_1ICom.html#aeda014a7723aa2c07863abac30c31e4e',1,'Electux::App::Com::ICom::open()'],['../d0/d4a/classElectux_1_1App_1_1Com_1_1SerialCom.html#a8f218d4dae259e29bddff87461de8370',1,'Electux::App::Com::SerialCom::open()'],['../dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#a133e775716d6c95ff7dc92411bdb14d6',1,'Electux::App::Logger::Log::open()']]], + ['operator_3d_17',['operator=',['../dd/d03/classElectux_1_1App_1_1Logger_1_1Log.html#ace43a1b23b00f8b50d91b508705cb67c',1,'Electux::App::Logger::Log']]] ];