16 ::ll::TypedStorage<4, 4, float const> VALUE_MIN;
17 ::ll::TypedStorage<4, 4, float const> VALUE_MAX;
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::InputMode, float>> mValues;
19 ::ll::TypedStorage<8, 64, ::std::unordered_map<::InputMode, float>> mDefaultValues;
20 ::ll::TypedStorage<4, 4, float const> DELTA;
26 virtual void save(::std::vector<::std::pair<::std::string, ::std::string>>& propertyVector) ;
28 virtual void load(::std::string
const& valueString) ;
30 virtual void load(::std::map<::std::string, ::std::string>& propertyMap) ;
44 _saveForInputMode(::std::vector<::std::pair<::std::string, ::std::string>>& propertyVector, ::InputMode mode);
46 MCAPI_C
void set(::InputMode inputmode,
float value,
bool saveOptionChange);
54 ::OptionOwnerType ownerType,
55 ::OptionResetFlags resetFlags,
56 ::std::string
const& captionId,
57 ::std::string
const& saveTag,
74 MCAPI
void $save(::std::vector<::std::pair<::std::string, ::std::string>>& propertyVector);
76 MCFOLD
void $load(::std::string
const& valueString);
78 MCAPI
void $load(::std::map<::std::string, ::std::string>& propertyMap);