![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <window.h>
Public Member Functions | |
| JsWindowRef (JsWindowId windowId, QNapi::Object jsWindow) | |
| JsWindowRef (const JsWindowRef &)=delete | |
| JsWindowRef & | operator= (const JsWindowRef &)=delete |
| JsWindowRef (JsWindowRef &&)=delete | |
| JsWindowRef & | operator= (JsWindowRef &&)=delete |
| bool | isFocused () const |
| bool | isWindowShown () const |
| JsWindowId | id () const |
| template<typename Result = QNapi::Value> | |
| Result | eval (const std::string &expr, const std::vector< QNapi::ValueWrapper > &exprArgs={}) const |
| QNapi::Promise | evalToPromiseOrRejectOnThrow (const std::string &expr, const std::vector< QNapi::ValueWrapper > &exprArgs={}) const |
| QNapi::Object | jsObject () |
|
explicit |
Definition at line 46 of file window.cpp.
References JsWindowRef().
Referenced by JsWindowRef().
|
delete |
|
delete |
| Result QArkUi::JsWindowRef::eval | ( | const std::string & | expr, |
| const std::vector< QNapi::ValueWrapper > & | exprArgs = {} ) const |
|
inline |
| JsWindowId QArkUi::JsWindowRef::id | ( | ) | const |
Definition at line 72 of file window.cpp.
| bool QArkUi::JsWindowRef::isFocused | ( | ) | const |
Definition at line 65 of file window.cpp.
| bool QArkUi::JsWindowRef::isWindowShown | ( | ) | const |
Definition at line 52 of file window.cpp.
| QNapi::Object QArkUi::JsWindowRef::jsObject | ( | ) |
Definition at line 77 of file window.cpp.
|
delete |
|
delete |