| 
    KiCad PCB EDA Suite
    
   | 
 
#include <build_version.h>#include <string_utils.h>#include <locale_io.h>#include <math/vector2d.h>#include <drawing_sheet/ds_painter.h>#include <drawing_sheet/ds_data_item.h>#include <drawing_sheet/ds_data_model.h>#include <drawing_sheet/drawing_sheet_lexer.h>#include <drawing_sheet/ds_file_versions.h>#include <font/font.h>#include <io/kicad/kicad_io_utils.h>#include <wx/msgdlg.h>#include <wx/mstream.h>Go to the source code of this file.
Classes | |
| class | DS_DATA_MODEL_IO | 
| A basic helper class to write a drawing sheet file.  More... | |
| class | DS_DATA_MODEL_FILEIO | 
| A helper class to write a drawing sheet to a file.  More... | |
| class | DS_DATA_MODEL_STRINGIO | 
| A helper class to write a drawing sheet to a string.  More... | |
Functions | |
| static const char * | getTokenName (T aTok) | 
      
  | 
  static | 
Definition at line 47 of file ds_data_model_io.cpp.
References T.
Referenced by PCB_CALCULATOR_DATAFILE::Format(), PCB_PLOT_PARAMS::Format(), DS_DATA_MODEL_IO::format(), and DS_DATA_MODEL_IO::format().