KJS-API
KJSString Class Reference
#include <kjsobject.h>
Inheritance diagram for KJSString:

Detailed Description
A class representing a JavaScript string value.String value
Definition at line 230 of file kjsobject.h.
Public Member Functions | |
KJSString (const char *s) | |
KJSString (const QString &s) |
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 89 of file kjsobject.cpp.
The documentation for this class was generated from the following files: