KiCad PCB EDA Suite
|
#include <fmt/format.h>
#include <kiid.h>
#include <io/kicad/kicad_io_utils.h>
#include <richio.h>
#include <string_utils.h>
Go to the source code of this file.
Namespaces | |
namespace | KICAD_FORMAT |
Functions | |
void | KICAD_FORMAT::FormatBool (OUTPUTFORMATTER *aOut, int aNestLevel, const wxString &aKey, bool aValue, char aSuffix='\n') |
Writes a boolean to the formatter, in the style (aKey [yes|no]) | |
void | KICAD_FORMAT::FormatUuid (OUTPUTFORMATTER *aOut, const KIID &aUuid, char aSuffix) |
void | KICAD_FORMAT::Prettify (std::string &aSource, char aQuoteChar) |