mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0032364: Visualization - Add interface to return global filter from context
This commit is contained in:
@@ -808,6 +808,9 @@ public: //! @name Selection Filters management
|
|||||||
//! Returns the list of filters active in a local context.
|
//! Returns the list of filters active in a local context.
|
||||||
Standard_EXPORT const SelectMgr_ListOfFilter& Filters() const;
|
Standard_EXPORT const SelectMgr_ListOfFilter& Filters() const;
|
||||||
|
|
||||||
|
//! @return the context selection global context filter.
|
||||||
|
const Handle(SelectMgr_AndOrFilter)& GlobalFilter() const { return myFilters; }
|
||||||
|
|
||||||
//! Allows you to add the filter.
|
//! Allows you to add the filter.
|
||||||
Standard_EXPORT void AddFilter (const Handle(SelectMgr_Filter)& theFilter);
|
Standard_EXPORT void AddFilter (const Handle(SelectMgr_Filter)& theFilter);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user