Limb Range Analyzer
Cross-platform application for human limb range analysis.
settings.hpp File Reference

declaration file for application settings class More...

#include <QObject>

Go to the source code of this file.

Classes

class  Settings
 Class responsible for application settings description and management. More...
 

Enumerations

enum class  Language { eEnglish = 1 , eCzech }
 Language enumeration type distinguishes between possible Limb Range Analyzer UI languages. More...
 

Detailed Description

declaration file for application settings class

Author
Tomas Bartosik
Date
26.03.2022
COPYRIGHT NOTICE (c) 2022 TBU in Zlin. All rights reserved.

Enumeration Type Documentation

◆ Language

enum class Language
strong

Language enumeration type distinguishes between possible Limb Range Analyzer UI languages.

Two languages are currently supported - English and Czech, hence two options are available.

Enumerator
eEnglish 

English language will be used.

eCzech 

Czech language will be used.