![]() |
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 | call (const std::string &methodName, const std::vector< QNapi::ValueWrapper > &args={}) const |
| QNapi::Object | jsObject () |
|
explicit |
Definition at line 46 of file window.cpp.
References JsWindowRef().
Referenced by JsWindowRef().
|
delete |
|
delete |
| Result QArkUi::JsWindowRef::call | ( | const std::string & | methodName, |
| const std::vector< QNapi::ValueWrapper > & | args = {} ) const |
Definition at line 59 of file window.h.
Referenced by coverage_report.CoverageExecutor::build_binaries(), coverage_report.CoverageExecutor::generate_coverage(), coverage_report.CoverageExecutor::generate_html_report(), and coverage_report.CoverageExecutor::merge_raw_coverage_results().
| 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 |