![]() |
Prusa Slicer 2.6.0
|
#include <string>
Include dependency graph for I18N.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Slic3r |
| namespace | Slic3r::I18N |
| namespace | anonymous_namespace{I18N.hpp} |
Typedefs | |
| typedef std::string(* | Slic3r::I18N::translate_fn_type) (const char *) |
Functions | |
| void | Slic3r::I18N::set_translate_callback (translate_fn_type fn) |
| std::string | Slic3r::I18N::translate (const std::string &s) |
| std::string | Slic3r::I18N::translate (const char *ptr) |
| const char * | anonymous_namespace{I18N.hpp}::L (const char *s) |
| const char * | anonymous_namespace{I18N.hpp}::L_CONTEXT (const char *s, const char *context) |
| std::string | anonymous_namespace{I18N.hpp}::_u8L (const char *s) |
Variables | |
| translate_fn_type | Slic3r::I18N::translate_fn = nullptr |