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 298 of file binding_support.h.
Member Data Documentation
◆ argc
const int KJSEmbed::Method::argc |
Number of arguments.
Definition at line 306 of file binding_support.h.
◆ call
const callMethod KJSEmbed::Method::call |
The callback for the method.
Definition at line 314 of file binding_support.h.
◆ flags
const int KJSEmbed::Method::flags |
Flags for the member properties.
Definition at line 310 of file binding_support.h.
◆ name
const char* KJSEmbed::Method::name |
Method name as will appear in javascript.
Definition at line 302 of file binding_support.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Nov 29 2023 04:01:06 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Nov 29 2023 04:01:06 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.