kjsembed
#include <binding_support.h>
Public Attributes | |
const int | argc |
const callBind | bind |
const callConstructor | construct |
const Enumerator * | enumerators |
const int | flags |
const Method * | methods |
const char * | name |
const Method * | staticMethods |
Detailed Description
Definition at line 345 of file binding_support.h.
Member Data Documentation
const int KJSEmbed::Constructor::argc |
Number of arguments.
Definition at line 355 of file binding_support.h.
const callBind KJSEmbed::Constructor::bind |
The callback for the constructor.
Definition at line 363 of file binding_support.h.
const callConstructor KJSEmbed::Constructor::construct |
The callback for the constructor.
Definition at line 367 of file binding_support.h.
const Enumerator* KJSEmbed::Constructor::enumerators |
Enumerators for the object.
Definition at line 375 of file binding_support.h.
const int KJSEmbed::Constructor::flags |
Flags for the member properties.
Definition at line 359 of file binding_support.h.
const Method* KJSEmbed::Constructor::methods |
Member methods for the object.
Definition at line 379 of file binding_support.h.
const char* KJSEmbed::Constructor::name |
The constructor name as it will appear in Javascript.
This will be the objects name as far as Javascript is concerned.
Definition at line 351 of file binding_support.h.
const Method* KJSEmbed::Constructor::staticMethods |
Static methods on the object.
Definition at line 371 of file binding_support.h.
The documentation for this struct was generated from the following file:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.