mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
reorder methods
This commit is contained in:
parent
d7de166ef0
commit
50df17a119
2 changed files with 62 additions and 64 deletions
|
|
@ -37,27 +37,13 @@ namespace app::browser::main::tab::page
|
|||
);
|
||||
|
||||
// Actions
|
||||
void refresh();
|
||||
|
||||
void history_add(
|
||||
const Glib::ustring & REQUEST,
|
||||
const bool & UPDATE_MEMORY_INDEX
|
||||
);
|
||||
|
||||
void refresh();
|
||||
|
||||
// Setters
|
||||
void set_request_text(
|
||||
const Glib::ustring & VALUE
|
||||
);
|
||||
|
||||
// Getters
|
||||
Glib::ustring get_request_text();
|
||||
|
||||
Glib::ustring get_request_scheme();
|
||||
Glib::ustring get_request_host();
|
||||
Glib::ustring get_request_port();
|
||||
Glib::ustring get_request_path();
|
||||
Glib::ustring get_request_query();
|
||||
|
||||
// Actionable getters
|
||||
bool try_history_back(
|
||||
Glib::ustring & request,
|
||||
|
|
@ -68,6 +54,20 @@ namespace app::browser::main::tab::page
|
|||
Glib::ustring & request,
|
||||
const bool & UPDATE_MEMORY_INDEX
|
||||
);
|
||||
|
||||
// Getters
|
||||
Glib::ustring get_request_text();
|
||||
|
||||
Glib::ustring get_request_scheme();
|
||||
Glib::ustring get_request_host();
|
||||
Glib::ustring get_request_port();
|
||||
Glib::ustring get_request_path();
|
||||
Glib::ustring get_request_query();
|
||||
|
||||
// Setters
|
||||
void set_request_text(
|
||||
const Glib::ustring & VALUE
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue