![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qnapi_p.h>
Public Member Functions | |
| Reference (Reference< Object > &&other) | |
| Reference< Object > & | operator= (Reference< Object > &&other) |
| Reference (const Reference< Object > &other)=delete | |
| Reference< Object > & | operator= (const Reference< Object > &other)=delete |
| Reference (Napi::Reference< Object > &&other) | |
| Reference< Object > & | operator= (Napi::Reference< Object > &&other) |
| template<typename T> | |
| T | eval (const std::string &expr, const std::vector< ValueWrapper > &exprArgs={}) const |
| void | set (const std::string &name, const ValueWrapper &value) |
| void | set (const std::vector< std::pair< std::string, ValueWrapper > > &namedValues) |
| template<typename Result = ::QNapi::Value> | |
| Result | call (const std::string &methodName, const std::vector< ValueWrapper > &args={}) const |
Static Public Member Functions | |
| static Reference< Object > | makePersistentFrom (const Object &value) |
| static Reference< Object > | makeEmpty () |
|
inline |
Definition at line 1080 of file qnapi_p.h.
References Reference().
Referenced by Reference().
|
delete |
|
inline |
Definition at line 1091 of file qnapi_p.h.
References Reference().
Referenced by Reference().
| Result QNapi::Reference< Object >::call | ( | const std::string & | methodName, |
| const std::vector< ValueWrapper > & | args = {} ) const |
Definition at line 1125 of file qnapi_p.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().
| T QNapi::Reference< Object >::eval | ( | const std::string & | expr, |
| const std::vector< ValueWrapper > & | exprArgs = {} ) const |
|
inlinestatic |
|
inlinestatic |
|
delete |
|
inline |
|
inline |
|
inline |