62 const std::vector<SCH_FIELD>& aFields,
bool aResolve,
int aDepth,
69 bool aResolve,
int aDepth,
REPORTER& aReporter,
70 const wxString& aMergedSimPins = wxEmptyString );
73 const std::vector<SCH_PIN*>& aPins,
REPORTER& aReporter );
76 const std::vector<SCH_FIELD>& aFields,
bool aResolve,
int aDepth,
77 const std::vector<SCH_PIN*>& aPins,
REPORTER& aReporter );
79 void SetModel(
int aIndex, std::unique_ptr<SIM_MODEL> aModel );
81 std::map<wxString, std::reference_wrapper<const SIM_LIBRARY>>
GetLibraries()
const;
82 std::vector<std::reference_wrapper<SIM_MODEL>>
GetModels()
const;
93 std::vector<std::unique_ptr<SIM_MODEL>>
m_models;