Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtOhosAppKit::WindowCreateParams Class Referenceabstract

\inmodule QtOhosAppKit More...

#include <qohosstartoptions_p.h>

Collaboration diagram for QtOhosAppKit::WindowCreateParams:

Public Types

enum class  AnimationType { FadeInOut = 0 }

Public Member Functions

virtual ~WindowCreateParams ()
virtual void setAnimationType (AnimationType animationType)=0

Protected Member Functions

 WindowCreateParams ()

Detailed Description

\inmodule QtOhosAppKit

Since
5.12.12

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}.

See also
createWindowCreateParams()

Definition at line 36 of file qohosstartoptions_p.h.

Member Enumeration Documentation

◆ AnimationType

Enumerator
FadeInOut 

Definition at line 42 of file qohosstartoptions_p.h.

Constructor & Destructor Documentation

◆ ~WindowCreateParams()

QtOhosAppKit::WindowCreateParams::~WindowCreateParams ( )
virtualdefault

◆ WindowCreateParams()

QtOhosAppKit::WindowCreateParams::WindowCreateParams ( )
protecteddefault

Member Function Documentation

◆ setAnimationType()

virtual void QtOhosAppKit::WindowCreateParams::setAnimationType ( AnimationType animationType)
pure virtual

The documentation for this class was generated from the following files: