Home
last modified time | relevance | path

Searched refs:ImpSchematic (Results 1 – 3 of 3) sorted by relevance

/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dimp_schematic.cpp23 ImpSchematic::ImpSchematic(const std::string &schematic_filename, const std::string &block_filename, in ImpSchematic() function in horizon::ImpSchematic
33 void ImpSchematic::canvas_update() in canvas_update()
40 void ImpSchematic::handle_select_sheet(Sheet *sh) in handle_select_sheet()
65 void ImpSchematic::handle_remove_sheet(Sheet *sh) in handle_remove_sheet()
84 void ImpSchematic::update_highlights() in update_highlights()
265 int ImpSchematic::get_board_pid() in get_board_pid()
272 void ImpSchematic::construct() in construct()
681 void ImpSchematic::handle_core_rebuilt() in handle_core_rebuilt()
754 void ImpSchematic::handle_drag() in handle_drag()
1077 void ImpSchematic::update_unplaced() in update_unplaced()
[all …]
H A Dimp_schematic.hpp7 class ImpSchematic : public ImpBase { class
10 ImpSchematic(const std::string &schematic_filename, const std::string &block_filename,
H A Dimp_main.cpp123 …imp.reset(new horizon::ImpSchematic(filenames.at(0), filenames.at(1), filenames.at(2), {pool_base_… in main()