aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-17 19:28:51 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-17 19:28:51 +0200
commit177eade2d2c09e8a9ef4c320a0f0426d2480e07b (patch)
treed4c9220ce6016fe82dbe40009d944d0d4cda5bed /include/QuickMedia.hpp
parent42de171702b8a52a01661a25db56dde44f3754d6 (diff)
Add ctrl+i to either open urls in browser or reverse image search. Also fix ctrl+c copy with missing title
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index 0ef5273..6ab910d 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -108,6 +108,7 @@ namespace QuickMedia {
void event_idle_handler(const sf::Event &event);
void idle_active_handler();
void update_idle_state();
+ bool show_info_page(BodyItem *body_item, bool include_reverse_image_search);
void page_loop_render(sf::RenderWindow &window, std::vector<Tab> &tabs, int selected_tab, TabAssociatedData &tab_associated_data, const Json::Value *json_chapters, Tabs &ui_tabs);
using PageLoopSubmitHandler = std::function<void(const std::vector<Tab> &new_tabs)>;
void page_loop(std::vector<Tab> &tabs, int start_tab_index = 0, PageLoopSubmitHandler after_submit_handler = nullptr);