KJS-API
KJSString Class Reference
A class representing a JavaScript string value. More...
#include <kjsobject.h>
Inheritance diagram for KJSString:

Public Member Functions | |
KJSString (const char *s) | |
KJSString (const QString &s) |
Detailed Description
A class representing a JavaScript string value.String value
Definition at line 230 of file kjsobject.h.
Constructor & Destructor Documentation
KJSString::KJSString | ( | const QString & | s | ) |
KJSString::KJSString | ( | const char * | s | ) |
Constructs a string object from an Latin1 encoded, null-terminated string.
Note the limited input character range which rules out a big part of Unicode.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 90 of file kjsobject.cpp.
The documentation for this class was generated from the following files: