Go to the documentation of this file. 1 #ifndef ED_EXAMPLES_CUSTOM_PROPERTIES_PLUGIN_POSE_INFO_H_
2 #define ED_EXAMPLES_CUSTOM_PROPERTIES_PLUGIN_POSE_INFO_H_
virtual void endGroup()=0
bool deserialize(ed::io::Reader &r, ed::Variant &v) const
bool serializable() const
virtual void writeValue(const std::string &key, float f)=0
virtual bool readValue(const std::string &, float &f)=0
virtual void writeGroup(const std::string &name)=0
virtual bool readGroup(const std::string &name)=0
void serialize(const ed::Variant &v, ed::io::Writer &w) const
virtual bool endGroup()=0
TypeWrapper< T >::REFTYPE getValue()