ADTF  3.18.3
qt_control_metrics.h
Go to the documentation of this file.
1 
8 /*
9  * This file depends on Qt which is licensed under LGPLv3.
10  * See ADTF_DIR/3rdparty/qt5 and doc/license for detailed information.
11  */
12 #pragma once
13 
14 #include <adtf_utils.h>
15 
16 #include <cmath>
17 
18 namespace adtf
19 {
20 namespace ui
21 {
22 namespace osborn
23 {
24 
25 namespace control_metrics
26 {
27  // sqrt is not constexpr
28  const float GOLDEN_RATIO = (1.0f + std::sqrt(5.0f)) / 2.0f;
29  const uint16_t EMPTY_PAGE_FONT_PT = 12;
30 }
31 
32 }
33 
34 namespace control_metrics = osborn::control_metrics;
35 
36 }
37 }
Copyright © Audi Electronics Venture GmbH.
Namespace for entire ADTF SDK.