|
KiCad PCB EDA Suite
|
Data produced by a registered saver on the UI thread, consumed by the background commit thread. More...
#include <local_history.h>
Public Attributes | |
| wxString | path |
| Destination inside .history/. | |
| std::string | content |
| Serialized content (mutually exclusive with sourcePath) | |
| wxString | sourcePath |
| For file-copy savers (small files like .kicad_pro) | |
| bool | prettify = false |
| KICAD_FORMAT::FORMAT_MODE | formatMode = KICAD_FORMAT::FORMAT_MODE::NORMAL |
Data produced by a registered saver on the UI thread, consumed by the background commit thread.
Each entry represents one file to write into the .history mirror.
Definition at line 46 of file local_history.h.
| std::string HISTORY_FILE_DATA::content |
Serialized content (mutually exclusive with sourcePath)
Definition at line 49 of file local_history.h.
Referenced by BOARD::SaveToHistory(), and SCHEMATIC::SaveToHistory().
| KICAD_FORMAT::FORMAT_MODE HISTORY_FILE_DATA::formatMode = KICAD_FORMAT::FORMAT_MODE::NORMAL |
Definition at line 52 of file local_history.h.
Referenced by BOARD::SaveToHistory(), and SCHEMATIC::SaveToHistory().
| wxString HISTORY_FILE_DATA::path |
Destination inside .history/.
Definition at line 48 of file local_history.h.
Referenced by BOARD::SaveToHistory(), PROJECT::SaveToHistory(), and SCHEMATIC::SaveToHistory().
| bool HISTORY_FILE_DATA::prettify = false |
Definition at line 51 of file local_history.h.
Referenced by BOARD::SaveToHistory(), and SCHEMATIC::SaveToHistory().
| wxString HISTORY_FILE_DATA::sourcePath |
For file-copy savers (small files like .kicad_pro)
Definition at line 50 of file local_history.h.
Referenced by PROJECT::SaveToHistory().