#include <qohosplugincore.h>
|
| virtual | ~AppFunctions () |
| virtual void | startQAbilityInstance (QNapi::Object baseQAbility, QObjectThreadSafeRef qwindow, QNapi::Object optStartOptions, std::function< void(JsState &, std::shared_ptr< QAbilityPeer >)> startupNotifyFunc)=0 |
| virtual void | startAppProcess (QNapi::Object baseQAbility, const std::string &processId, QNapi::Object want, QNapi::Object optStartOptions)=0 |
| virtual void | startAppProcess (QNapi::Object baseQAbility, const std::string &processId, QNapi::Object want, QNapi::Object optStartOptions, std::function< void(JsState &)> continueFunc)=0 |
| virtual void | startNoUiChildProcess (JsState &jsState, const std::string &libraryName, const std::vector< std::string > &args)=0 |
| virtual void | tagWidgetOrWindowAsFloatWindow (QObject *widgetOrWindow, bool floatWindowEnabled)=0 |
Definition at line 197 of file qohosplugincore.h.
◆ ~AppFunctions()
| QtOhos::AppFunctions::~AppFunctions |
( |
| ) |
|
|
virtualdefault |
◆ startAppProcess() [1/2]
◆ startAppProcess() [2/2]
◆ startNoUiChildProcess()
| virtual void QtOhos::AppFunctions::startNoUiChildProcess |
( |
JsState & | jsState, |
|
|
const std::string & | libraryName, |
|
|
const std::vector< std::string > & | args ) |
|
pure virtual |
◆ startQAbilityInstance()
◆ tagWidgetOrWindowAsFloatWindow()
| virtual void QtOhos::AppFunctions::tagWidgetOrWindowAsFloatWindow |
( |
QObject * | widgetOrWindow, |
|
|
bool | floatWindowEnabled ) |
|
pure virtual |
The documentation for this class was generated from the following files: