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_FUNCTION_DESCRIPTOR Struct Reference

#include <fxjse.h>

+ Collaboration diagram for FXJSE_FUNCTION_DESCRIPTOR:

Public Attributes

const char * tag
 
const char * name
 
FXJSE_FuncCallback callbackProc
 

Detailed Description

Definition at line 73 of file fxjse.h.

Member Data Documentation

◆ callbackProc

FXJSE_FuncCallback FXJSE_FUNCTION_DESCRIPTOR::callbackProc

Definition at line 76 of file fxjse.h.

◆ name

const char* FXJSE_FUNCTION_DESCRIPTOR::name

Definition at line 75 of file fxjse.h.

Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().

◆ tag

const char* FXJSE_FUNCTION_DESCRIPTOR::tag

Definition at line 74 of file fxjse.h.


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