TDE 0.1.0
 
Loading...
Searching...
No Matches
config.hpp File Reference

Static configurations. More...

Go to the source code of this file.

Variables

constexpr const char * tde::config::TDE_ORGANIZATION
 
constexpr const char * tde::config::TDE_NAME
 
constexpr const char * tde::config::TDE_NAME_CAPITALIZED
 
constexpr const char * tde::config::TDE_VERSION = "0.1.0"
 
constexpr int tde::config::APP_ICON_SIZE = 32
 

Detailed Description

Static configurations.

Author
Dessera (desse.nosp@m.ra@q.nosp@m.q.com)
Version
0.1.0
Date
2025-07-05

Variable Documentation

◆ TDE_NAME

constexpr const char* tde::config::TDE_NAME
constexpr
Initial value:
=
"tde"

Name of the application, used to locate the config path.

◆ TDE_NAME_CAPITALIZED

constexpr const char* tde::config::TDE_NAME_CAPITALIZED
constexpr
Initial value:
=
"TDE"

Capitalized name of the application.

◆ TDE_ORGANIZATION

constexpr const char* tde::config::TDE_ORGANIZATION
constexpr
Initial value:
=
"com.dessera"

Organization of the application, used to locate the config path.

◆ TDE_VERSION

constexpr const char* tde::config::TDE_VERSION = "0.1.0"
constexpr

Version of the application.