|
KiCad PCB EDA Suite
|
Public Attributes | |
| std::function< void(const wxString &, std::vector< HISTORY_FILE_DATA > &)> | saver |
| std::weak_ptr< void > | lifetime |
| bool | tracked = false |
Definition at line 250 of file local_history.h.
| std::weak_ptr<void> LOCAL_HISTORY::SAVER_ENTRY::lifetime |
Definition at line 253 of file local_history.h.
Referenced by LOCAL_HISTORY::RegisterSaver().
| std::function<void( const wxString&, std::vector<HISTORY_FILE_DATA>& )> LOCAL_HISTORY::SAVER_ENTRY::saver |
Definition at line 252 of file local_history.h.
Referenced by LOCAL_HISTORY::RegisterSaver().
| bool LOCAL_HISTORY::SAVER_ENTRY::tracked = false |
Definition at line 254 of file local_history.h.
Referenced by LOCAL_HISTORY::RegisterSaver().