KiCad PCB EDA Suite
|
#include "panel_sync_sheet_pins_base.h"
#include "sch_sheet_path.h"
#include <map>
#include <wx/dataview.h>
Go to the source code of this file.
Classes | |
class | PANEL_SYNC_SHEET_PINS |
Typedefs | |
using | SHEET_SYNCHRONIZATION_MODEL_PTR = wxObjectDataPtr< SHEET_SYNCHRONIZATION_MODEL > |
using | SYNC_SHEET_PINT_MODELS = std::map< int, SHEET_SYNCHRONIZATION_MODEL_PTR > |
using SHEET_SYNCHRONIZATION_MODEL_PTR = wxObjectDataPtr<SHEET_SYNCHRONIZATION_MODEL> |
Definition at line 41 of file panel_sync_sheet_pins.h.
using SYNC_SHEET_PINT_MODELS = std::map<int, SHEET_SYNCHRONIZATION_MODEL_PTR> |
Definition at line 43 of file panel_sync_sheet_pins.h.