Add functionality to check if the image collection has been loaded and pass that information to the GUI

This commit is contained in:
Ylva Selling
2022-04-18 15:35:56 -04:00
parent 17965a130d
commit 2829d726de
9 changed files with 79 additions and 26 deletions
+3 -4
View File
@@ -86,6 +86,9 @@ protected:
void executeJavascript(const std::string& script) const;
bool _isUrlDirty = false;
bool _isDimensionsDirty = false;
bool _shouldReload = false;
private:
class RenderHandler : public WebRenderHandler {
public:
@@ -98,10 +101,6 @@ private:
std::unique_ptr<BrowserInstance> _browserInstance;
CefRefPtr<RenderHandler> _renderHandler;
CefRefPtr<WebKeyboardHandler> _keyboardHandler;
bool _isUrlDirty = false;
bool _isDimensionsDirty = false;
bool _shouldReload = false;
};
} // namespace openspace