mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0027970: Improvement of standard attributes usability - containers.
This commit is contained in:
@@ -140,7 +140,14 @@ public:
|
||||
|
||||
//! Returns the ID of the attribute.
|
||||
Standard_EXPORT virtual const Standard_GUID& ID() const = 0;
|
||||
|
||||
|
||||
//! Sets specific ID of the attribute (supports several attributes
|
||||
//! of one type at the same label feature).
|
||||
Standard_EXPORT virtual void SetID(const Standard_GUID& theGuid);
|
||||
|
||||
//! Sets default ID defined in nested class (to be used for attributes having User ID feature).
|
||||
Standard_EXPORT virtual void SetID();
|
||||
|
||||
//! Returns the label to which the attribute is
|
||||
//! attached. If the label is not included in a DF,
|
||||
//! the label is null. See Label.
|
||||
|
Reference in New Issue
Block a user