mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-30 01:39:30 +02:00
@@ -1984,6 +1984,9 @@ static std::string get_technology (const lay::CellViewRef *cv)
|
||||
|
||||
static tl::Event &get_technology_changed_event (lay::CellViewRef *cv)
|
||||
{
|
||||
if (! cv->is_valid ()) {
|
||||
throw tl::Exception (tl::to_string (QObject::tr ("Not a valid cellview")));
|
||||
}
|
||||
return (*cv)->technology_changed_event;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user