11class FloatOption :
public ::Option {
15 ::ll::TypedStorage<4, 4, float const> VALUE_MIN;
16 ::ll::TypedStorage<4, 4, float const> VALUE_MAX;
17 ::ll::TypedStorage<4, 4, float> mValue;
18 ::ll::TypedStorage<4, 4, float> mDefaultValue;
19 ::ll::TypedStorage<4, 4, float const> DELTA;
33 virtual void save(::std::vector<::std::pair<::std::string, ::std::string>>&) ;
35 virtual void save(::std::vector<::std::pair<::std::string, ::std::string>>& propertyVector) ;
39 virtual void load(::std::string
const&) ;
41 virtual void load(::std::string
const& valueString) ;
52 ::OptionOwnerType ownerType,
53 ::OptionResetFlags resetFlags,
54 ::std::string
const& captionId,
55 ::std::string
const& saveTag,
62 MCFOLD
float getDefault()
const;
64 MCAPI
void set(
float v,
bool saveOptionChange);
74 ::OptionOwnerType ownerType,
75 ::OptionResetFlags resetFlags,
76 ::std::string
const& captionId,
77 ::std::string
const& saveTag,
90 MCAPI
void $save(::std::vector<::std::pair<::std::string, ::std::string>>& propertyVector);
92 MCAPI
void $load(::std::string
const& valueString);