Eneboo - Documentación para desarrolladores
|
Unique global object containing initial native properties. Más...
#include <qsobject.h>
Amigas | |
class | QSEngineImp |
Unique global object containing initial native properties.
The Global object represents the global namespace. It holds the native objects like String and functions like eval().
It also serves as a container for variables created by the user, i.e. the statement
var i = 2;
will basically perform a Global::current().put("i", Number(2)); operation.
friend class QSEngineImp [friend] |