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

(442e2f4aeb2081c1b8344a8f5cc2c6f2e7bb7d5b)

#include <qpa/qwindowsysteminterface.h>
#include <private/qguiapplication_p.h>
#include <QtCore/qfile.h>
#include <QtGui/private/qwindow_p.h>
#include <QtGui/private/qhighdpiscaling_p.h>
#include <private/qpixmapcache_p.h>
#include <QtGui/qopenglfunctions.h>
#include <QBuffer>
#include "qwasmbase64iconstore.h"
#include "qwasmdom.h"
#include "qwasmclipboard.h"
#include "qwasmintegration.h"
#include "qwasmkeytranslator.h"
#include "qwasmwindow.h"
#include "qwasmscreen.h"
#include "qwasmcompositor.h"
#include "qwasmevent.h"
#include "qwasmeventdispatcher.h"
#include "qwasmaccessibility.h"
#include "qwasmdrag.h"
#include <iostream>
#include <sstream>
#include <emscripten/val.h>
#include <QtCore/private/qstdweb_p.h>
#include <QKeySequence>
+ Include dependency graph for qwasmwindow.cpp:

Go to the source code of this file.

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.
 

Functions

QWasmWindowStack::PositionPreference QT_BEGIN_NAMESPACE::positionPreferenceFromWindowFlags (Qt::WindowFlags flags)
 
Q_GUI_EXPORT int qt_defaultDpiX ()
 
static Qt::WindowFlags fixTopLevelWindowFlags (Qt::WindowFlags flags)
 

Function Documentation

◆ fixTopLevelWindowFlags()

static Qt::WindowFlags fixTopLevelWindowFlags ( Qt::WindowFlags flags)
inlinestatic

Definition at line 445 of file qwasmwindow.cpp.

◆ qt_defaultDpiX()

Q_GUI_EXPORT int qt_defaultDpiX ( )

Definition at line 110 of file qfont.cpp.