#include "DLLInfo.h"
#include <NDEVR/String.h>
#include <NDEVR/INIFactory.h>
#include <NDEVR/File.h>
#include <NDEVR/Dictionary.h>
#include <NDEVR/INIInterface.h>
Go to the source code of this file.
|
#define | _t(english_string) |
|
#define | _tn(number_string, add_comma, min_decimals, max_decimals, min_digits) |
|
#define | _td(def, english_string) |
|
◆ _t
#define _t |
( |
| english_string | ) |
|
Value:(TranslatedString(Translator::DefaultLabel(english_string), english_string))
◆ _td
#define _td |
( |
| def, |
|
|
| english_string ) |
Value:(TranslatedString(Translator::DefaultLabel(def), english_string))
◆ _tn
#define _tn |
( |
| number_string, |
|
|
| add_comma, |
|
|
| min_decimals, |
|
|
| max_decimals, |
|
|
| min_digits ) |
Value:(Translator::MainTranslator()->convertNumber(number_string, add_comma, min_decimals, max_decimals, min_digits))