]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTreeAttributeDescriptor.h
No newline at end of file
[creaImageIO.git] / src2 / creaImageIOTreeAttributeDescriptor.h
index d2afc8515bacfca18f75fe37e2cb5b65c0cb72e6..68f0da965af186c68791c86404a7b812ae6fcf65 100644 (file)
@@ -24,6 +24,8 @@ namespace creaImageIO
       static const unsigned int IDENTIFIER;
       /// The attribute enters in label constitution (for printing)
       static const unsigned int LABEL;
+          /// The attribute can be edited
+      static const unsigned int EDITABLE;
 
          /// Types
       /// The attribute is of numeric type
@@ -81,6 +83,9 @@ namespace creaImageIO
          ///Decodes the type of attribute into the existing ones
          void DecodeType(unsigned int& type) const;
 
+         bool isDateEntry() const;
+         bool isTimeEntry() const;
+
     private:
       std::string mKey;
       std::string mName;