|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
#include <GLFW/glfw3.h>#include <iostream>#include <memory>#include <stdexcept>#include "WindowBase.h"#include "logging/Loggable.h"#include "utils/misc.h"#include "window/prompt/GuiMessageBox.h"#include "window/prompt/TextInputDialog.h"
Include dependency graph for GLFWQtWindowImpl.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | gui::window::GLFWQtWindowImpl< RendererImpl, Canvas > |
| Class responsible for managing the GLFW main window, any Qt dialogs / modals and their lifecycle. More... | |
Namespaces | |
| namespace | gui |
| The actual GUI / renderer implementation counterpart. | |
| namespace | gui::window |
| The GUI window abstraction & implementation. | |