FlowArithmeticCalculator
1.0.0
Flow Arithmetic Calculator
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1
#include "
main.h
"
2
7
int
main
() {
8
spdlog::set_level(SET_LOG_ACTIVE_LEVEL);
9
10
try
{
11
auto
window =
12
gui::window::GLFWQtWindowImpl
<
gui::renderer::SkiaRendererImpl
,
13
SkCanvas>::MakeFullscreen(
"Flow Arithmetic Calculator"
);
14
window.run();
15
}
catch
(
const
std::exception& e) {
16
return
-1;
17
}
18
19
return
0;
20
}
gui::renderer::SkiaRendererImpl
Class responsible for rendering the GUI using Skia and GLFW.
Definition
SkiaRendererImpl.h:50
gui::window::GLFWQtWindowImpl
Class responsible for managing the GLFW main window, any Qt dialogs / modals and their lifecycle.
Definition
GLFWQtWindowImpl.h:27
main
int main()
Main application entry point.
Definition
main.cpp:7
main.h
src
gui_app
main.cpp
Generated by
1.9.8