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
qohosscreenmanager.cpp File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include <qohosscreenmanager.h>
#include <cstdint>
#include <memory>
#include <utility>
#include <qohosdisplayinfo.h>
#include <qohosjsutils.h>
#include <qohosplatformscreen.h>
#include <qpa/qwindowsysteminterface.h>
Include dependency graph for qohosscreenmanager.cpp:

Go to the source code of this file.

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.

Functions

QOhosDisplayInfo QT_BEGIN_NAMESPACE::getDisplayInfoForPrimaryDisplay (QtOhos::JsState &jsState)
QOhosOptional< QNapi::ObjectQT_BEGIN_NAMESPACE::tryGetDisplayById (QtOhos::JsState &jsState, QOhosDisplayInfo::JsDisplayId displayId)
QDebugQT_BEGIN_NAMESPACE::operator<< (QDebug &outputStream, const QOhosDisplayInfo &displayInfo)
bool QT_BEGIN_NAMESPACE::shouldIgnoreDisplay (const QOhosDisplayInfo &displayInfo)

Variables

const std::string QT_BEGIN_NAMESPACE::displayCallbackNameChangeEvent = "change"
const std::string QT_BEGIN_NAMESPACE::displayCallbackNameAddEvent = "add"
const std::string QT_BEGIN_NAMESPACE::displayCallbackNameRemoveEvent = "remove"