ADTF Qt5
Loading...
Searching...
No Matches
qt_control_metrics.h File Reference
#include <adtf_utils.h>
#include <cmath>
Include dependency graph for qt_control_metrics.h:

Go to the source code of this file.

Namespaces

namespace  adtf
 Namespace for all functionality provided by ADTF and its SDKs.
 
namespace  adtf::ui
 Namespace for the ADTF UI SDK.
 
namespace  adtf::ui::osborn
 Legacy version namespace for all functionality of the ADTF UI SDK taken over from ADTF v3.14.
 
namespace  adtf::ui::v0
 Namespace for all ui classes and interfaces provided since v1.0.0.
 

Variables

const float adtf::ui::osborn::control_metrics::GOLDEN_RATIO = (1.0f + std::sqrt(5.0f)) / 2.0f
 The golden ratio constant.
 
const uint16_t adtf::ui::osborn::control_metrics::EMPTY_PAGE_FONT_PT = 12
 The base font point size for empty page messages.
 

Detailed Description

Copyright © Audi Electronics Venture GmbH. All rights reserved

Variable Documentation

◆ GOLDEN_RATIO

const float adtf::ui::osborn::control_metrics::GOLDEN_RATIO = (1.0f + std::sqrt(5.0f)) / 2.0f

The golden ratio constant.

Remarks
sqrt is not constexpr