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