LcSettingC - various functions to set date into a setting … More...
Functions | |
LcSettingC * | cclcconfig::LcSettingC::SetBoolElem (MK_I32 idx, MK_I32 value) |
C++: → C-API These functions set the value at the specified index index in the setting setting to value … | |
LcSettingC * | cclcconfig::LcSettingC::SetFloatElem (MK_I32 idx, MK_DBL value) |
C++: → C-API These functions set the value at the specified index index in the setting setting to value … | |
LcSettingC * | cclcconfig::LcSettingC::SetInt64Elem (MK_I32 idx, MK_I64 value) |
C++: → C-API These functions set the value at the specified index index in the setting setting to value … | |
LcSettingC * | cclcconfig::LcSettingC::SetIntElem (MK_I32 idx, MK_I32 value) |
C++: → C-API These functions set the value at the specified index index in the setting setting to value … | |
LcSettingC * | cclcconfig::LcSettingC::SetStringElem (MK_I32 idx, MK_STRN value) |
C++: → C-API These functions set the value at the specified index index in the setting setting to value … | |
LcSettingC * | cclcconfig::LcSettingC::SetStringElem (MK_I32 idx, const std::string &value) |
C++: → C-API These functions set the value at the specified index index in the setting setting to value … | |
void | cclcconfig::LcSettingC::SetBool (MK_BOOL value) |
C++: → C-API These functions set the value of the given setting to value … | |
void | cclcconfig::LcSettingC::SetFloat (MK_DBL value) |
C++: → C-API These functions set the value of the given setting to value … | |
void | cclcconfig::LcSettingC::SetFormat (LcConfigFormatE format) |
C++: → C-API These functions get and set the external format for the setting setting … | |
void | cclcconfig::LcSettingC::SetInt (MK_I32 value) |
C++: → C-API These functions set the value of the given setting to value … | |
void | cclcconfig::LcSettingC::SetInt64 (MK_I64 value) |
C++: → C-API These functions set the value of the given setting to value … | |
void | cclcconfig::LcSettingC::SetString (MK_STRN value) |
C++: → C-API These functions set the value of the given setting to value … | |
void | cclcconfig::LcSettingC::SetString (const std::string &value) |
C++: → C-API These functions set the value of the given setting to value … | |
LcSettingC - various functions to set date into a setting …
|
inline |
C++:
→ C-API setting.SetBool(MK_BOOL value)
These functions set the value of the given setting to value …
Definition at line 600 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* setting.SetBoolElem(MK_I32 idx, MK_I32 value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 537 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API setting.SetFloat(MK_DBL value)
These functions set the value of the given setting to value …
Definition at line 607 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* setting.SetFloatElem(MK_I32 idx, MK_DBL value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 547 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API setting.SetFormat(LcConfigFormatE format)
These functions get and set the external format for the setting setting …
Definition at line 614 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API setting.SetInt(MK_I32 value)
These functions set the value of the given setting to value …
Definition at line 621 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API setting.SetInt64(MK_I64 value)
These functions set the value of the given setting to value …
Definition at line 628 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* setting.SetInt64Elem(MK_I32 idx, MK_I64 value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 557 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* setting.SetIntElem(MK_I32 idx, MK_I32 value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 567 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API setting.SetString(MK_STRN value)
These functions set the value of the given setting to value …
Definition at line 642 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API setting.SetString(MK_STRN value)
These functions set the value of the given setting to value …
Definition at line 635 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* setting.SetStringElem(MK_I32 idx, MK_STRN value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 587 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* setting.SetStringElem(MK_I32 idx, MK_STRN value)
These functions set the value at the specified index index in the setting setting to value …
Definition at line 577 of file LcSettingC_inline_cc.hh.