KiCad PCB EDA Suite
|
#include <sch_sheet_path.h>
#include <memory>
#include <optional>
#include <list>
#include <wx/dataview.h>
#include <wx/string.h>
Go to the source code of this file.
Classes | |
class | SHEET_SYNCHRONIZATION_MODEL |
Typedefs | |
using | SHEET_SYNCHRONIZATION_ITE_PTR = std::shared_ptr< SHEET_SYNCHRONIZATION_ITEM > |
using | SHEET_SYNCHRONIZATION_ITEM_LIST = std::vector< SHEET_SYNCHRONIZATION_ITE_PTR > |
using SHEET_SYNCHRONIZATION_ITE_PTR = std::shared_ptr<SHEET_SYNCHRONIZATION_ITEM> |
Definition at line 36 of file sheet_synchronization_model.h.
using SHEET_SYNCHRONIZATION_ITEM_LIST = std::vector<SHEET_SYNCHRONIZATION_ITE_PTR> |
Definition at line 37 of file sheet_synchronization_model.h.