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
std::optional< QNapi::ValueWrapperextraOnArg
std::optional< QNapi::ValueWrapperextraOffArg

Detailed Description

Definition at line 20 of file qohosjsutils.h.

Member Data Documentation

◆ extraOffArg

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

Definition at line 24 of file qohosjsutils.h.

◆ extraOnArg

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 22 of file qohosjsutils.h.


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