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

#include <qohosjstools_p.h>

Collaboration diagram for QOhosOnOffMethodsBasedEventHandlerOptions:

Public Attributes

std::function< bool(QNapi::Object)> optEventSourceAliveCheckFunc
std::optional< QNapi::ValueWrapperextraOnArg
std::optional< QNapi::ValueWrapperextraOffArg
std::function< void(const Napi::Error &)> optOnCallExceptionHandler

Detailed Description

Definition at line 30 of file qohosjstools_p.h.

Member Data Documentation

◆ extraOffArg

std::optional<QNapi::ValueWrapper> QOhosOnOffMethodsBasedEventHandlerOptions::extraOffArg

Definition at line 34 of file qohosjstools_p.h.

◆ extraOnArg

std::optional<QNapi::ValueWrapper> QOhosOnOffMethodsBasedEventHandlerOptions::extraOnArg

Definition at line 33 of file qohosjstools_p.h.

◆ optEventSourceAliveCheckFunc

std::function<bool(QNapi::Object)> QOhosOnOffMethodsBasedEventHandlerOptions::optEventSourceAliveCheckFunc

Definition at line 32 of file qohosjstools_p.h.

◆ optOnCallExceptionHandler

std::function<void(const Napi::Error &)> QOhosOnOffMethodsBasedEventHandlerOptions::optOnCallExceptionHandler

Definition at line 35 of file qohosjstools_p.h.


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