Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
FXJSE_CLASS_DESCRIPTOR Struct Reference

#include <fxjse.h>

+ Collaboration diagram for FXJSE_CLASS_DESCRIPTOR:

Public Attributes

const char * tag
 
const char * name
 
UNOWNED_PTR_EXCLUSION const FXJSE_FUNCTION_DESCRIPTORmethods
 
int32_t methNum
 
FXJSE_PropTypeGetter dynPropTypeGetter
 
FXJSE_PropGetter dynPropGetter
 
FXJSE_PropSetter dynPropSetter
 
FXJSE_MethodCallback dynMethodCall
 

Detailed Description

Definition at line 79 of file fxjse.h.

Member Data Documentation

◆ dynMethodCall

FXJSE_MethodCallback FXJSE_CLASS_DESCRIPTOR::dynMethodCall

Definition at line 87 of file fxjse.h.

◆ dynPropGetter

FXJSE_PropGetter FXJSE_CLASS_DESCRIPTOR::dynPropGetter

Definition at line 85 of file fxjse.h.

◆ dynPropSetter

FXJSE_PropSetter FXJSE_CLASS_DESCRIPTOR::dynPropSetter

Definition at line 86 of file fxjse.h.

◆ dynPropTypeGetter

FXJSE_PropTypeGetter FXJSE_CLASS_DESCRIPTOR::dynPropTypeGetter

Definition at line 84 of file fxjse.h.

◆ methNum

int32_t FXJSE_CLASS_DESCRIPTOR::methNum

Definition at line 83 of file fxjse.h.

Referenced by CFXJSE_Class::Create().

◆ methods

UNOWNED_PTR_EXCLUSION const FXJSE_FUNCTION_DESCRIPTOR* FXJSE_CLASS_DESCRIPTOR::methods

Definition at line 82 of file fxjse.h.

◆ name

const char* FXJSE_CLASS_DESCRIPTOR::name

◆ tag

const char* FXJSE_CLASS_DESCRIPTOR::tag

Definition at line 80 of file fxjse.h.


The documentation for this struct was generated from the following file: