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
QNapi::Array Class Reference

#include <qnapi_p.h>

Inheritance diagram for QNapi::Array:
Collaboration diagram for QNapi::Array:

Public Member Functions

 Array (const Napi::Array &other)
Arrayoperator= (const Napi::Array &other)
void fill (const ValueWrapper &value)

Static Public Member Functions

static Array New (napi_env env, std::size_t length=0)

Detailed Description

Definition at line 103 of file qnapi_p.h.

Constructor & Destructor Documentation

◆ Array()

QNapi::Array::Array ( const Napi::Array & other)
inline

Definition at line 840 of file qnapi_p.h.

References Array().

Referenced by Array().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ fill()

void QNapi::Array::fill ( const ValueWrapper & value)
inline

Definition at line 851 of file qnapi_p.h.

◆ New()

Array QNapi::Array::New ( napi_env env,
std::size_t length = 0 )
inlinestatic

Definition at line 833 of file qnapi_p.h.

◆ operator=()

Array & QNapi::Array::operator= ( const Napi::Array & other)
inline

Definition at line 845 of file qnapi_p.h.


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