Signal sent by the VisibilityContextInterface when a FilterItemInterface inside a FilterSolverInterface of the given VisibilityContextInterface has changed, or a FilterSolverInterface has been removed or added.
In the case a FilterSolverInterface has been added or removed, the VisibilityChanged signal is sent after the VisibilitySolverAdded or VisibilitySolverRemoved signal.
No attachment for events of this type.
Signal sent by the VisibilityContextInterface when a ConfContextInterface has changed or a new ConfContextInterface (or undefined) has been set for this given VisibilityContextInterface.
No attachment for events of this type.
Signal sent by the VisibilityContextInterface when it has been set as a filtering context for a FilterSolverInterface (or unset).
The attachment is the FilterSolverInterface that has been modified, or undefined if the FilterSolverInterface filtering context has been cleared.
Signal sent by the VisibilityContextInterface when a FilterSolverInterface has been added.
The attachment is the FilterSolverInterface that was added.
Signal sent by the VisibilityContextInterface when a FilterSolverInterface has been removed.
The attachment is the FilterSolverInterface that was removed.
The VisibilityContextInterfaceSignal lists all the signals that may be sent by the VisibilityContextInterface.
These signals are emitted by the VisibilityContextInterface when it is modified.
There is no way to know when the VisibilityContextInterface is ready since the VisibilityContextInterface is only an union of FilterSolverInterface and a ConfContextInterface that serves as a limitation for another filtering request (usually a FilterSolverInterface). As such, there is no way to get the
part instancesorgeometric instancesthat are included in such a filtering context.The VisibilityContextInterface may fire the following signals :
Please refer to the [VisibilityContextInterface](../interfaces/VisibilityContextInterface.html) for more information.
See