klayout/src/rba
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
..
rba.cc Updated copyright note to 2017. 2017-02-12 15:28:14 +01:00
rba.h Updated copyright note to 2017. 2017-02-12 15:28:14 +01:00
rba.pro Initialized repository with current sources. 2017-02-12 13:21:08 +01:00
rbaCommon.h Updated copyright note to 2017. 2017-02-12 15:28:14 +01:00
rbaConvert.cc Updated copyright note to 2017. 2017-02-12 15:28:14 +01:00
rbaConvert.h Updated copyright note to 2017. 2017-02-12 15:28:14 +01:00
rbaInspector.cc Updated copyright note to 2017. 2017-02-12 15:28:14 +01:00
rbaInspector.h Updated copyright note to 2017. 2017-02-12 15:28:14 +01:00
rbaInternal.cc WIP: first solution for lost references issue 2017-02-21 23:47:48 +01:00
rbaInternal.h Updated copyright note to 2017. 2017-02-12 15:28:14 +01:00
rbaMarshal.cc Updated copyright note to 2017. 2017-02-12 15:28:14 +01:00
rbaMarshal.h Updated copyright note to 2017. 2017-02-12 15:28:14 +01:00
rbaUtils.cc Enabled build on Ruby 2.2. 2017-02-17 22:32:43 +01:00
rbaUtils.h Updated copyright note to 2017. 2017-02-12 15:28:14 +01:00