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
QtOhos::OnOffMethodsBasedEventHandlerOptions Struct Reference

#include <qohosjsutils.h>

Collaboration diagram for QtOhos::OnOffMethodsBasedEventHandlerOptions:

Public Attributes

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

Detailed Description

Definition at line 25 of file qohosjsutils.h.

Member Data Documentation

◆ extraOffArg [1/2]

QOhosOptional<QNapi::ValueWrapper> QtOhos::OnOffMethodsBasedEventHandlerOptions::extraOffArg

Definition at line 29 of file qohosjsutils.h.

◆ extraOffArg [2/2]

std::optional<QNapi::ValueWrapper> QtOhos::OnOffMethodsBasedEventHandlerOptions::extraOffArg

Definition at line 24 of file qohosjsutils.h.

◆ extraOnArg [1/2]

QOhosOptional<QNapi::ValueWrapper> QtOhos::OnOffMethodsBasedEventHandlerOptions::extraOnArg

Definition at line 28 of file qohosjsutils.h.

◆ extraOnArg [2/2]

std::optional<QNapi::ValueWrapper> QtOhos::OnOffMethodsBasedEventHandlerOptions::extraOnArg

Definition at line 23 of file qohosjsutils.h.

◆ optEventSourceAliveCheckFunc

std::function< bool(QNapi::Object)> QtOhos::OnOffMethodsBasedEventHandlerOptions::optEventSourceAliveCheckFunc

Definition at line 27 of file qohosjsutils.h.

◆ optOnCallExceptionHandler

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

Definition at line 30 of file qohosjsutils.h.


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