Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcrt/widestring.h"
Go to the source code of this file.
Functions | |
WideString | JSGetStringFromID (JSMessage msg) |
WideString | JSFormatErrorString (const char *class_name, const char *property_name, const WideString &details) |
|
strong |
Definition at line 12 of file js_resources.h.
WideString JSFormatErrorString | ( | const char * | class_name, |
const char * | property_name, | ||
const WideString & | details ) |
Definition at line 97 of file js_resources.cpp.
References fxcrt::WideString::FromUTF8(), fxcrt::WideString::operator+=(), and fxcrt::WideString::operator+=().
Referenced by JSMethod(), JSPropGetter(), and JSPropSetter().
WideString JSGetStringFromID | ( | JSMessage | msg | ) |
Definition at line 9 of file js_resources.cpp.
References fxcrt::WideString::FromASCII(), kAlert, kBadObjectError, kBusyError, kDuplicateEventError, kGlobalNotFoundError, kInvalidInputError, kInvalidSetError, kNotSupportedError, kObjectTypeError, kParamError, kParamTooLongError, kParseDateError, kPermissionError, kRangeBetweenError, kRangeGreaterError, kRangeLessError, kReadOnlyError, kSecondParamInvalidDateError, kSecondParamNotDateError, kTooManyOccurrences, kTypeError, kUnknownMethod, kUnknownProperty, kUserGestureRequiredError, kValueError, and kWouldBeCyclic.
Referenced by CJS_PublicMethods::AFDate_FormatEx(), CJS_PublicMethods::AFDate_KeystrokeEx(), CJS_PublicMethods::AFNumber_Keystroke(), CJS_PublicMethods::AFParseDateEx(), CJS_PublicMethods::AFSpecial_KeystrokeEx(), and CJS_EventContext::RunScript().