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

Public Member Functions | |
| KJSString (const QString &s) | |
| KJSString (const char *s) | |
Detailed Description
A class representing a JavaScript string value.
String value
Constructor & Destructor Documentation
| KJSString::KJSString | ( | const QString & | s | ) |
Constructs a string object.
Definition at line 84 of file kjsobject.cpp.
| 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:
KDE 4.7 API Reference