![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtOhosAppKit More...
#include <qohosstartoptions_p.h>
Public Types | |
| enum class | AnimationType { FadeInOut = 0 } |
Public Member Functions | |
| virtual | ~WindowCreateParams () |
| virtual void | setAnimationType (AnimationType animationType)=0 |
Protected Member Functions | |
| WindowCreateParams () | |
\inmodule QtOhosAppKit
The WindowCreateParams class provides window creation parameters for a started ability window.
See \l {https://developer.huawei.com/consumer/en/doc/harmonyos-references/arkts-apis-window-i#windowcreateparams20} {Window Create Params}.
Definition at line 36 of file qohosstartoptions_p.h.
|
strong |
| Enumerator | |
|---|---|
| FadeInOut | |
Definition at line 42 of file qohosstartoptions_p.h.
|
virtualdefault |
|
protecteddefault |
|
pure virtual |