Functions | |
void | envSummary (zfstring &ret) |
util method to get summary info | |
zfstring | envSummary () |
see envSummary | |
void | envSummaryCallbackRegister (const zfstring &name, ZFEnvSummaryCallback callback) |
register a callback to output custom env info, see envSummary | |
void | envSummaryCallbackUnregister (const zfstring &name) |
see envSummaryCallbackRegister | |
void | systemName (zfstring &ret) |
name of native system, e.g. "iOS", empty if not available | |
zfstring | systemName () |
see systemName | |
void | systemVersion (zfstring &ret) |
version of native system, e.g. "9.0.1", empty if not available | |
zfstring | systemVersion () |
see systemVersion | |
void | frameworkName (zfstring &ret) |
name of native framework, e.g. "Qt", empty if not available | |
zfstring | frameworkName () |
see frameworkName | |
void | frameworkVersion (zfstring &ret) |
version of native framework, e.g. "9.0.1", empty if not available | |
zfstring | frameworkVersion () |
see frameworkVersion | |
ZFEnvDeviceUIType | deviceUIType (ZFEnvDeviceUIType defaultValue=(v_ZFEnvDeviceUIType::e_Desktop)) |
device type, v_ZFEnvDeviceUIType::e_Desktop if not available | |