Ferreteria/v0.5/@cls/tExecutableTwig: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
(Created page with "{{fmt/title|Ferreteria trait <code>ferret\{{l/ver/class|layout}}\tExecutableTwig</code>}} {| style="border: solid 1px grey; background: #eef;" |- | {{l/ver/class|tExec...")
 
No edit summary
Line 12: Line 12:
* <code>OnEvent()</code> (FINAL) calls:
* <code>OnEvent()</code> (FINAL) calls:
** <code>OnEventLocal()</code>
** <code>OnEventLocal()</code>
** if <code>ShouldDoTwigs()</code>:
*** <code>DoEventTwigs()</code>
* <code>OnEventLocal</code> calls <code>DoLocalMethod()</code>
* <code>OnEventLocal</code> calls <code>DoLocalMethod()</code>
* <code>DoLocalMethod()</code> (FINAL)
* <code>DoLocalMethod()</code> (FINAL) calls whatever method the {{l/ver/class|caEvent}} object specifies.
===rendering===
===rendering===
There are no rendering-specific methods implemented here.
There are no rendering-specific methods implemented here.

Revision as of 13:12, 11 July 2022

Ferreteria trait ferret\layout\tExecutableTwig
tExecutableTwig

tExecutableTree
→ (many Feature classes)

Methods

events

  • OnEvent() (FINAL) calls:
    • OnEventLocal()
  • OnEventLocal calls DoLocalMethod()
  • DoLocalMethod() (FINAL) calls whatever method the caEvent object specifies.

rendering

There are no rendering-specific methods implemented here.