QuadReactorappendQuadItems Method

Overload List
  Name Description
Public method appendQuadItems(QuadItems) This function is called when the no-selection Quad is to be shown. Add selection-independent items in this function.
Public method appendQuadItems(QuadSelection, QuadItems) Implement appendQuadItems to append QuadItems to the Quad. This function will be called when the Quad is about to be shown. Only those QuadItems that have been registered will be successfully appended. Several reactors may be registered, but only those which are active (as per settings) will append their items to the Quad. * This function is called when a Quad is to be shown for a selection. AcEdQuadSelection can be queried further for hovered and pickfirst selection data, to make intelligent decisions of relevant QuadItems to be added to the Quad.
Top
See Also