kjsembed
KJSEmbed::Method Struct Reference
#include <binding_support.h>
Public Attributes | |
const int | argc |
const callMethod | call |
const int | flags |
const char * | name |
Detailed Description
Method structure.
Definition at line 294 of file binding_support.h.
Member Data Documentation
const int KJSEmbed::Method::argc |
Number of arguments.
Definition at line 303 of file binding_support.h.
The callback for the method.
Definition at line 311 of file binding_support.h.
const int KJSEmbed::Method::flags |
Flags for the member properties.
Definition at line 307 of file binding_support.h.
const char* KJSEmbed::Method::name |
Method name as will appear in javascript.
Definition at line 299 of file binding_support.h.
The documentation for this struct was generated from the following file: