klayout/scripts/mkqtdecl_common
Matthias Koefferlein 92fd33744d WIP: first solution for lost references issue
* The solution consists of attaching a bridge object
  to QObjects. If the host object is destroyed, the
  bridge object will notify the script client
* The bridge object attachment is optimized so it
  only happens if required (but still too often ...)
* The child object of QChildEvent gets a special
  handling since this object is almost dead in case
  of remove. This special handling consists of
  a special, stripped class which is used to
  only represent QObject in that particular case.
2017-02-21 23:47:48 +01:00
..
c++.treetop Added scripts for Qt generation. 2017-02-21 20:32:40 +01:00
cpp_classes.rb Added scripts for Qt generation. 2017-02-21 20:32:40 +01:00
cpp_parser_classes.rb Added scripts for Qt generation. 2017-02-21 20:32:40 +01:00
dump.rb Added scripts for Qt generation. 2017-02-21 20:32:40 +01:00
mkqtdecl_extract_ambigous_methods.rb Added scripts for Qt generation. 2017-02-21 20:32:40 +01:00
mkqtdecl_extract_nc_pointers.rb Added scripts for Qt generation. 2017-02-21 20:32:40 +01:00
mkqtdecl_extract_potential_factories.rb Added scripts for Qt generation. 2017-02-21 20:32:40 +01:00
mkqtdecl_extract_props.rb Added scripts for Qt generation. 2017-02-21 20:32:40 +01:00
mkqtdecl_extract_signals.rb Added scripts for Qt generation. 2017-02-21 20:32:40 +01:00
parse.rb Added scripts for Qt generation. 2017-02-21 20:32:40 +01:00
produce.rb WIP: first solution for lost references issue 2017-02-21 23:47:48 +01:00
reader_ext.rb Added scripts for Qt generation. 2017-02-21 20:32:40 +01:00