Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
js_resources.cpp File Reference

(5a424f4a7b188b75da63eb697f63558af0b17f6f)

+ Include dependency graph for js_resources.cpp:

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)
 

Function Documentation

◆ JSFormatErrorString()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ JSGetStringFromID()