![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcore_ohos_p.h>
Public Member Functions | |
| QOhosJsState & | jsState () const |
| CallbackInfo (const Napi::CallbackInfo &cbInfo) | |
| CallbackInfo (const CallbackInfo &other)=delete | |
| Public Member Functions inherited from QNapi::CallbackInfo | |
| CallbackInfo (const Napi::CallbackInfo &cbInfo) | |
| CallbackInfo (const CallbackInfo &other)=delete | |
| CallbackInfo & | operator= (const CallbackInfo &other)=delete |
| Napi::Env | Env () const |
| std::size_t | Length () const |
| template<typename... Args> | |
| void | getLeadingArgs (const std::string &funcName, Args &...args) const |
| template<typename Arg> | |
| Arg | getFirstArg (const std::string &funcName) const |
| operator const Napi::CallbackInfo & () const | |
Definition at line 111 of file qcore_ohos_p.h.
|
delete |
|
inline |
| QOhosJsState & QOhosCallbackInfo::jsState | ( | ) | const |
Definition at line 322 of file qcore_ohos.cpp.