addSSgetFilterInputContextReactor
Description
Functions
Function |
Description |
---|
addSSgetFilterInputContextReactor |
This function adds the filter pointed to by pFilter to the AcEdInputPointManager for the document pointed to by pDoc. It lets the specified reactor receive AcEdSSGetSubSelectFilter::ssgetAddFilter(), AcEdSSGetSubSelectFilter::ssgetRemoveFilter(), and AcEdSSGetSubSelectFilter::getSubentPathsAtGsmarker() notifications.To enable the reactor to receive regular AcEdInputContextReactor notifications in addition to these selection set notifications, use the addInputContextReactor() function.Returns Acad::eOk if successful.Returns Acad::eDuplicateKey if the filter pointed to by pFilter is already attached to the AcEdInputPointManager of the document pointed to by pDoc. |
addSSgetFilterInputContextReactor |
This function adds the filter pointed to by pFilter to the AcEdInputPointManager for the document pointed to by pDoc.For better performance, please specify which group(s) of callbacks the object overrides, instead of specifying kAll.Also be sure to add the override keyword to your methods, for compile time checking. |