Signal sent by the FilterSetInterface when a FilterItemInterface has been added.
The attachment is the FilterItemInterface that was added.
Signal sent by the FilterSetInterface when a lot of changes occur inside.
No attachment for events of this type.
Signal sent by the FilterSetInterface when a FilterItemInterface has been moved.
The attachment is a FilterMoveInfoInterface :
{
"filter": "the id of the {@link FilterItemInterface} that changed",
"to": pOrder // the new position of the {@link FilterItemInterface} in the list of children of the container
}
Signal sent by the FilterSetInterface when a FilterItemInterface has been removed.
The attachment is the id of FilterItemInterface that was removed.
The FilterSetInterfaceSignal lists all the signals that may be sent by a FilterSetInterface.
These signals are emitted by the FilterSetInterface when it is modified.
There is no way to know when the FilterSetInterface is ready : the FilterSetInterface is contained inside a WorkingSetInterface that notifies when it is ready. As such, there is no way to get the
part instancesorgeometric instancesthat are included in such a FilterSetInterface.As a FilterItemInterface, the FilterSetInterface also fires FilterItemInterfaceSignals.
The FilterSetInterface may fire the following signals :
Please refer to Available Filters for a list of other FilterItemInterfaces.
See