Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwasmplatform.h File Reference

(65f09d4e10e435846b6669945e37f807de127199)

#include <QtCore/qglobal.h>
#include <QtCore/qnamespace.h>
#include <QPoint>
#include <emscripten/val.h>
+ Include dependency graph for qwasmplatform.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  Platform {
  Generic , MacOS , Windows , Linux ,
  Android , iOS
}
 

Functions

Platform platform ()
 

Enumeration Type Documentation

◆ Platform

enum class Platform
strong
Enumerator
Generic 
MacOS 
Windows 
Linux 
Android 
iOS 

Definition at line 16 of file qwasmplatform.h.

Function Documentation

◆ platform()