| 
    KiCad PCB EDA Suite
    
   | 
 
#include "io/kicad/kicad_io_utils.h"#include <wx/base64.h>#include <fmt/format.h>#include <kiid.h>#include <richio.h>#include <string_utils.h>Go to the source code of this file.
Namespaces | |
| namespace | KICAD_FORMAT | 
Macros | |
| #define | wxUSE_BASE64 1 | 
Functions | |
| void | KICAD_FORMAT::FormatBool (OUTPUTFORMATTER *aOut, const wxString &aKey, bool aValue) | 
| Writes a boolean to the formatter, in the style (aKey [yes|no])   | |
| void | KICAD_FORMAT::FormatOptBool (OUTPUTFORMATTER *aOut, const wxString &aKey, std::optional< bool > aValue) | 
| Writes an optional boolean to the formatter.   | |
| void | KICAD_FORMAT::FormatUuid (OUTPUTFORMATTER *aOut, const KIID &aUuid) | 
| void | KICAD_FORMAT::FormatStreamData (OUTPUTFORMATTER &aOut, const wxStreamBuffer &aStream) | 
| Write binary data to the formatter as base 64 encoded string.   | |
| void | KICAD_FORMAT::Prettify (std::string &aSource, FORMAT_MODE aMode=FORMAT_MODE::NORMAL) | 
| Pretty-prints s-expression text according to KiCad format rules.   | |
| #define wxUSE_BASE64 1 | 
Definition at line 24 of file kicad_io_utils.cpp.