#include <employees.h>
◆ WsjcppSettingItem()
| WsjcppSettingItem::WsjcppSettingItem |
( |
const std::string & |
sSettingGroup, |
|
|
const std::string & |
sSettingName |
|
) |
| |
◆ boolean()
◆ checkWithThrow()
| void WsjcppSettingItem::checkWithThrow |
( |
| ) |
const |
◆ convertTypeToString()
| std::string WsjcppSettingItem::convertTypeToString |
( |
| ) |
const |
◆ convertValueToString()
| std::string WsjcppSettingItem::convertValueToString |
( |
bool |
bHidePassword | ) |
const |
◆ dirPath()
| WsjcppSettingItem & WsjcppSettingItem::dirPath |
( |
const std::string & |
sDefaultDirPathValue | ) |
|
◆ filePath()
| WsjcppSettingItem & WsjcppSettingItem::filePath |
( |
const std::string & |
sDefaultFilePathValue | ) |
|
◆ getBooleanValue()
| bool WsjcppSettingItem::getBooleanValue |
( |
| ) |
const |
◆ getDefaultBooleanValue()
| bool WsjcppSettingItem::getDefaultBooleanValue |
( |
| ) |
const |
◆ getDefaultDirPathValue()
| std::string WsjcppSettingItem::getDefaultDirPathValue |
( |
| ) |
const |
◆ getDefaultFilePathValue()
| std::string WsjcppSettingItem::getDefaultFilePathValue |
( |
| ) |
const |
◆ getDefaultNumberValue()
| int WsjcppSettingItem::getDefaultNumberValue |
( |
| ) |
const |
◆ getDefaultPasswordValue()
| std::string WsjcppSettingItem::getDefaultPasswordValue |
( |
| ) |
const |
◆ getDefaultStringValue()
| std::string WsjcppSettingItem::getDefaultStringValue |
( |
| ) |
const |
◆ getDefaultTextValue()
| std::string WsjcppSettingItem::getDefaultTextValue |
( |
| ) |
const |
◆ getDirPathValue()
| std::string WsjcppSettingItem::getDirPathValue |
( |
| ) |
const |
◆ getFilePathValue()
| std::string WsjcppSettingItem::getFilePathValue |
( |
| ) |
const |
◆ getGroupName()
| std::string WsjcppSettingItem::getGroupName |
( |
| ) |
const |
◆ getName()
| std::string WsjcppSettingItem::getName |
( |
| ) |
const |
◆ getNumberValue()
| int WsjcppSettingItem::getNumberValue |
( |
| ) |
const |
◆ getPasswordValue()
| std::string WsjcppSettingItem::getPasswordValue |
( |
| ) |
const |
◆ getStringValue()
| std::string WsjcppSettingItem::getStringValue |
( |
| ) |
const |
◆ getTextValue()
| std::string WsjcppSettingItem::getTextValue |
( |
| ) |
const |
◆ inDatabase()
◆ inFile()
◆ inRuntime()
◆ isBoolean()
| bool WsjcppSettingItem::isBoolean |
( |
| ) |
const |
◆ isDirPath()
| bool WsjcppSettingItem::isDirPath |
( |
| ) |
const |
◆ isFilePath()
| bool WsjcppSettingItem::isFilePath |
( |
| ) |
const |
◆ isFromDatabase()
| bool WsjcppSettingItem::isFromDatabase |
( |
| ) |
const |
◆ isFromFile()
| bool WsjcppSettingItem::isFromFile |
( |
| ) |
const |
◆ isFromRuntime()
| bool WsjcppSettingItem::isFromRuntime |
( |
| ) |
const |
◆ isInited()
| bool WsjcppSettingItem::isInited |
( |
| ) |
const |
◆ isJson()
| bool WsjcppSettingItem::isJson |
( |
| ) |
const |
◆ isLikeString()
| bool WsjcppSettingItem::isLikeString |
( |
| ) |
const |
◆ isList()
| bool WsjcppSettingItem::isList |
( |
| ) |
const |
◆ isNumber()
| bool WsjcppSettingItem::isNumber |
( |
| ) |
const |
◆ isPassword()
| bool WsjcppSettingItem::isPassword |
( |
| ) |
const |
◆ isReadonly()
| bool WsjcppSettingItem::isReadonly |
( |
| ) |
const |
◆ isString()
| bool WsjcppSettingItem::isString |
( |
| ) |
const |
◆ isText()
| bool WsjcppSettingItem::isText |
( |
| ) |
const |
◆ json()
◆ list()
◆ number()
◆ password()
| WsjcppSettingItem & WsjcppSettingItem::password |
( |
const std::string & |
sDefaultPasswordValue | ) |
|
◆ readonly()
◆ setBooleanValue()
| void WsjcppSettingItem::setBooleanValue |
( |
bool |
bBooleanValue | ) |
|
◆ setDirPathValue()
| void WsjcppSettingItem::setDirPathValue |
( |
const std::string & |
sDirPathValue | ) |
|
◆ setFilePathValue()
| void WsjcppSettingItem::setFilePathValue |
( |
const std::string & |
sFilePathValue | ) |
|
◆ setNumberValue()
| void WsjcppSettingItem::setNumberValue |
( |
int |
nNumberValue | ) |
|
◆ setPasswordValue()
| void WsjcppSettingItem::setPasswordValue |
( |
const std::string & |
sPasswordValue | ) |
|
◆ setStringValue()
| void WsjcppSettingItem::setStringValue |
( |
const std::string & |
sStringValue | ) |
|
◆ setTextValue()
| void WsjcppSettingItem::setTextValue |
( |
const std::string & |
sTextValue | ) |
|
◆ string()
| WsjcppSettingItem & WsjcppSettingItem::string |
( |
const std::string & |
sDefaultStringValue | ) |
|
◆ text()
◆ toJson()
| nlohmann::json WsjcppSettingItem::toJson |
( |
bool |
bHidePassword | ) |
|
◆ m_bBooleanValue
| bool WsjcppSettingItem::m_bBooleanValue |
|
private |
◆ m_bDefaultBooleanValue
| bool WsjcppSettingItem::m_bDefaultBooleanValue |
|
private |
◆ m_bInited
| bool WsjcppSettingItem::m_bInited |
|
private |
◆ m_bReadonly
| bool WsjcppSettingItem::m_bReadonly |
|
private |
◆ m_nDefaultNumberValue
| int WsjcppSettingItem::m_nDefaultNumberValue |
|
private |
◆ m_nNumberValue
| int WsjcppSettingItem::m_nNumberValue |
|
private |
◆ m_nSettingType
◆ m_nStorageType
◆ m_sDefaultDirPathValue
| std::string WsjcppSettingItem::m_sDefaultDirPathValue |
|
private |
◆ m_sDefaultFilePathValue
| std::string WsjcppSettingItem::m_sDefaultFilePathValue |
|
private |
◆ m_sDefaultPasswordValue
| std::string WsjcppSettingItem::m_sDefaultPasswordValue |
|
private |
◆ m_sDefaultStringValue
| std::string WsjcppSettingItem::m_sDefaultStringValue |
|
private |
◆ m_sDefaultTextValue
| std::string WsjcppSettingItem::m_sDefaultTextValue |
|
private |
◆ m_sDirPathValue
| std::string WsjcppSettingItem::m_sDirPathValue |
|
private |
◆ m_sFilePathValue
| std::string WsjcppSettingItem::m_sFilePathValue |
|
private |
◆ m_sPasswordValue
| std::string WsjcppSettingItem::m_sPasswordValue |
|
private |
◆ m_sSettingGroup
| std::string WsjcppSettingItem::m_sSettingGroup |
|
private |
◆ m_sSettingName
| std::string WsjcppSettingItem::m_sSettingName |
|
private |
◆ m_sSettingType
| std::string WsjcppSettingItem::m_sSettingType |
|
private |
◆ m_sStorageType
| std::string WsjcppSettingItem::m_sStorageType |
|
private |
◆ m_sStringValue
| std::string WsjcppSettingItem::m_sStringValue |
|
private |
◆ m_sTextValue
| std::string WsjcppSettingItem::m_sTextValue |
|
private |
◆ TAG
| std::string WsjcppSettingItem::TAG |
|
private |
The documentation for this class was generated from the following files: