|
|
|
@ -116,7 +116,7 @@ class MainWindow : public Gtk::ApplicationWindow {
|
|
|
|
Glib::RefPtr<Gtk::ListStore> list_store_OTT;
|
|
|
|
Glib::RefPtr<Gtk::ListStore> list_store_OTT;
|
|
|
|
Gtk::Window *wndWeb;
|
|
|
|
Gtk::Window *wndWeb;
|
|
|
|
Gtk::Widget *three;
|
|
|
|
Gtk::Widget *three;
|
|
|
|
WebKitWebView * one;
|
|
|
|
WebKitWebView *one;
|
|
|
|
void set_entry_to_tree_view(Glib::RefPtr<Gtk::ListStore> &list_store, Gtk::Entry &entry, std::vector<std::string> &vec_Option, int size);
|
|
|
|
void set_entry_to_tree_view(Glib::RefPtr<Gtk::ListStore> &list_store, Gtk::Entry &entry, std::vector<std::string> &vec_Option, int size);
|
|
|
|
Gtk::TreeModel::Row row_kernel;
|
|
|
|
Gtk::TreeModel::Row row_kernel;
|
|
|
|
Gtk::TreeModel::Row row_IPT;
|
|
|
|
Gtk::TreeModel::Row row_IPT;
|
|
|
|
@ -149,6 +149,7 @@ class MainWindow : public Gtk::ApplicationWindow {
|
|
|
|
|
|
|
|
|
|
|
|
MainWindow(BaseObjectType* obj, Glib::RefPtr<Gtk::Builder> const& builder);
|
|
|
|
MainWindow(BaseObjectType* obj, Glib::RefPtr<Gtk::Builder> const& builder);
|
|
|
|
MainWindow(Glib::RefPtr<Gtk::Builder> const& builder);
|
|
|
|
MainWindow(Glib::RefPtr<Gtk::Builder> const& builder);
|
|
|
|
|
|
|
|
~MainWindow();
|
|
|
|
void get_menu_boot(std::map <string, string> &map_temp);
|
|
|
|
void get_menu_boot(std::map <string, string> &map_temp);
|
|
|
|
void set_row_all(std::map <string, string> &map_cmd, Glib::RefPtr<Gtk::ListStore> &list_store, vector<string> &list_params, size_t size,string key);
|
|
|
|
void set_row_all(std::map <string, string> &map_cmd, Glib::RefPtr<Gtk::ListStore> &list_store, vector<string> &list_params, size_t size,string key);
|
|
|
|
void set_row(Glib::RefPtr<Gtk::ListStore> &list_store, int size, std::string name, bool flag_chbox);
|
|
|
|
void set_row(Glib::RefPtr<Gtk::ListStore> &list_store, int size, std::string name, bool flag_chbox);
|
|
|
|
|