![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosqpafunctions_p.h>
Classes | |
| struct | WindowCreateParams |
Public Types | |
| enum class | ProcessMode { NEW_PROCESS_ATTACH_TO_PARENT , NEW_PROCESS_ATTACH_TO_STATUS_BAR_ITEM } |
| enum class | StartupVisibility { STARTUP_HIDE , STARTUP_SHOW } |
| enum class | WindowMode { WINDOW_MODE_SPLIT_PRIMARY , WINDOW_MODE_SPLIT_SECONDARY , WINDOW_MODE_FULLSCREEN } |
| enum class | SupportWindowMode { FULL_SCREEN , SPLIT , FLOATING } |
Public Attributes | |
| QOhosOptional< WindowMode > | windowMode |
| QOhosOptional< int > | displayId |
| QOhosOptional< bool > | withAnimation |
| QOhosOptional< int > | windowLeft |
| QOhosOptional< int > | windowTop |
| QOhosOptional< int > | windowWidth |
| QOhosOptional< int > | windowHeight |
| QOhosOptional< ProcessMode > | processMode |
| QOhosOptional< StartupVisibility > | startupVisibility |
| QOhosOptional< QVariant > | windowIcon |
| QOhosOptional< QString > | windowBackgroundColorHex |
| QOhosOptional< QList< SupportWindowMode > > | supportWindowModes |
| QOhosOptional< int > | minWindowWidth |
| QOhosOptional< int > | minWindowHeight |
| QOhosOptional< int > | maxWindowWidth |
| QOhosOptional< int > | maxWindowHeight |
| std::shared_ptr< QOhosConsumer< bool, QJsonObject, QString > > | optCompletionHandler |
| QOhosOptional< bool > | hideStartWindow |
| QOhosOptional< WindowCreateParams > | windowCreateParams |
Definition at line 121 of file qohosqpafunctions_p.h.
|
strong |
| Enumerator | |
|---|---|
| NEW_PROCESS_ATTACH_TO_PARENT | |
| NEW_PROCESS_ATTACH_TO_STATUS_BAR_ITEM | |
Definition at line 123 of file qohosqpafunctions_p.h.
|
strong |
| Enumerator | |
|---|---|
| STARTUP_HIDE | |
| STARTUP_SHOW | |
Definition at line 129 of file qohosqpafunctions_p.h.
|
strong |
| Enumerator | |
|---|---|
| FULL_SCREEN | |
| SPLIT | |
| FLOATING | |
Definition at line 142 of file qohosqpafunctions_p.h.
|
strong |
| Enumerator | |
|---|---|
| WINDOW_MODE_SPLIT_PRIMARY | |
| WINDOW_MODE_SPLIT_SECONDARY | |
| WINDOW_MODE_FULLSCREEN | |
Definition at line 135 of file qohosqpafunctions_p.h.
| QOhosOptional<int> QtOhos::QOhosQpaFunctions::StartOptions::displayId |
Definition at line 155 of file qohosqpafunctions_p.h.
| QOhosOptional<bool> QtOhos::QOhosQpaFunctions::StartOptions::hideStartWindow |
Definition at line 171 of file qohosqpafunctions_p.h.
| QOhosOptional<int> QtOhos::QOhosQpaFunctions::StartOptions::maxWindowHeight |
Definition at line 169 of file qohosqpafunctions_p.h.
| QOhosOptional<int> QtOhos::QOhosQpaFunctions::StartOptions::maxWindowWidth |
Definition at line 168 of file qohosqpafunctions_p.h.
| QOhosOptional<int> QtOhos::QOhosQpaFunctions::StartOptions::minWindowHeight |
Definition at line 167 of file qohosqpafunctions_p.h.
| QOhosOptional<int> QtOhos::QOhosQpaFunctions::StartOptions::minWindowWidth |
Definition at line 166 of file qohosqpafunctions_p.h.
| std::shared_ptr<QOhosConsumer<bool, QJsonObject, QString> > QtOhos::QOhosQpaFunctions::StartOptions::optCompletionHandler |
Definition at line 170 of file qohosqpafunctions_p.h.
| QOhosOptional<ProcessMode> QtOhos::QOhosQpaFunctions::StartOptions::processMode |
Definition at line 161 of file qohosqpafunctions_p.h.
| QOhosOptional<StartupVisibility> QtOhos::QOhosQpaFunctions::StartOptions::startupVisibility |
Definition at line 162 of file qohosqpafunctions_p.h.
| QOhosOptional<QList<SupportWindowMode> > QtOhos::QOhosQpaFunctions::StartOptions::supportWindowModes |
Definition at line 165 of file qohosqpafunctions_p.h.
| QOhosOptional<QString> QtOhos::QOhosQpaFunctions::StartOptions::windowBackgroundColorHex |
Definition at line 164 of file qohosqpafunctions_p.h.
| QOhosOptional<WindowCreateParams> QtOhos::QOhosQpaFunctions::StartOptions::windowCreateParams |
Definition at line 172 of file qohosqpafunctions_p.h.
| QOhosOptional<int> QtOhos::QOhosQpaFunctions::StartOptions::windowHeight |
Definition at line 160 of file qohosqpafunctions_p.h.
| QOhosOptional<QVariant> QtOhos::QOhosQpaFunctions::StartOptions::windowIcon |
Definition at line 163 of file qohosqpafunctions_p.h.
| QOhosOptional<int> QtOhos::QOhosQpaFunctions::StartOptions::windowLeft |
Definition at line 157 of file qohosqpafunctions_p.h.
| QOhosOptional<WindowMode> QtOhos::QOhosQpaFunctions::StartOptions::windowMode |
Definition at line 154 of file qohosqpafunctions_p.h.
| QOhosOptional<int> QtOhos::QOhosQpaFunctions::StartOptions::windowTop |
Definition at line 158 of file qohosqpafunctions_p.h.
| QOhosOptional<int> QtOhos::QOhosQpaFunctions::StartOptions::windowWidth |
Definition at line 159 of file qohosqpafunctions_p.h.
| QOhosOptional<bool> QtOhos::QOhosQpaFunctions::StartOptions::withAnimation |
Definition at line 156 of file qohosqpafunctions_p.h.