![]() |
Prusa Slicer 2.6.0
|
Include dependency graph for format.hpp:Go to the source code of this file.
Classes | |
| struct | Slic3r::internal::format::utf8_buffer |
Namespaces | |
| namespace | Slic3r |
| namespace | Slic3r::internal |
| namespace | Slic3r::internal::format |
| namespace | Slic3r::GUI |
Functions | |
| std::ostream & | Slic3r::internal::format::operator<< (std::ostream &os, const utf8_buffer &v) |
| const utf8_buffer | Slic3r::internal::format::cook (const wxString &arg) |
| const utf8_buffer | Slic3r::internal::format::cook (wxString &arg) |
| const utf8_buffer | Slic3r::internal::format::cook (wxString &&arg) |
| template<typename... TArgs> | |
| wxString | Slic3r::GUI::format_wxstr (const char *fmt, TArgs &&... args) |
| template<typename... TArgs> | |
| wxString | Slic3r::GUI::format_wxstr (const std::string &fmt, TArgs &&... args) |
| template<typename... TArgs> | |
| wxString | Slic3r::GUI::format_wxstr (const wxString &fmt, TArgs &&... args) |
| template<typename... TArgs> | |
| std::string | Slic3r::GUI::format (const char *fmt, TArgs &&... args) |
| template<typename... TArgs> | |
| std::string | Slic3r::GUI::format (const std::string &fmt, TArgs &&... args) |
| template<typename... TArgs> | |
| std::string | Slic3r::GUI::format (const wxString &fmt, TArgs &&... args) |