X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeSelectionList.h;h=5865b8562b6d447cd1828856194ccf6cdf7ea183;hb=refs%2Ftags%2FV_1.2.1;hp=584c170e9c7cb10d5c0b255ba34b691a511968b0;hpb=9d5239835cc367320272dd367a2e6453e109c91d;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeSelectionList.h b/src/Model/Model_AttributeSelectionList.h index 584c170e9..5865b8562 100644 --- a/src/Model/Model_AttributeSelectionList.h +++ b/src/Model/Model_AttributeSelectionList.h @@ -50,6 +50,9 @@ public: /// Returns all attributes MODEL_EXPORT virtual void clear(); + /// Returns true if attribute was initialized by some value + MODEL_EXPORT virtual bool isInitialized(); + protected: /// Objects are created for features automatically MODEL_EXPORT Model_AttributeSelectionList(TDF_Label& theLabel);