X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_Attribute.h;h=22231be4b4382372c0036a17d2c1aee7b3148d5f;hb=d08653632bfa61de5af865057cad11393a0b4a6b;hp=e3b1b056df9514052fe2bfebd6f256c5320b56e9;hpb=91540e31cc99e5f1eef3296b570b65abf580ca85;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_Attribute.h b/src/ModelAPI/ModelAPI_Attribute.h index e3b1b056d..22231be4b 100644 --- a/src/ModelAPI/ModelAPI_Attribute.h +++ b/src/ModelAPI/ModelAPI_Attribute.h @@ -44,7 +44,7 @@ class ModelAPI_Attribute MODELAPI_EXPORT const std::shared_ptr& owner() const; /// Returns true if attribute was initialized by some value - MODELAPI_EXPORT bool isInitialized(); + MODELAPI_EXPORT virtual bool isInitialized(); /// Makes attribute initialized MODELAPI_EXPORT void setInitialized(); @@ -61,12 +61,12 @@ class ModelAPI_Attribute /// Returns true if attribute causes the result change MODELAPI_EXPORT bool isArgument(); - /// Immutable argument can not be changed programaticaly (e.g. by constraint) + /// Immutable argument can not be changed programmatically (e.g. by constraint) /// By default it is false. /// Returns the previous state of the attribute's immutability. MODELAPI_EXPORT bool setImmutable(const bool theFlag); - /// Returns true if can not be changed programaticaly + /// Returns true if can not be changed programmatically MODELAPI_EXPORT bool isImmutable(); /// ID of the attribute in Data