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
◆ argc
const int KJSEmbed::Constructor::argc |
Number of arguments.
Definition at line 355 of file binding_support.h.
◆ bind
const callBind KJSEmbed::Constructor::bind |
The callback for the constructor.
Definition at line 363 of file binding_support.h.
◆ construct
const callConstructor KJSEmbed::Constructor::construct |
The callback for the constructor.
Definition at line 367 of file binding_support.h.
◆ enumerators
const Enumerator* KJSEmbed::Constructor::enumerators |
Enumerators for the object.
Definition at line 375 of file binding_support.h.
◆ flags
const int KJSEmbed::Constructor::flags |
Flags for the member properties.
Definition at line 359 of file binding_support.h.
◆ methods
const Method* KJSEmbed::Constructor::methods |
Member methods for the object.
Definition at line 379 of file binding_support.h.
◆ name
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.
◆ staticMethods
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.