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

(e794894ece0bcfc78fa4155cb01d825791ea102b)

#include "qwasmevent.h"
#include "qwasmkeytranslator.h"
#include <QtCore/private/qmakearray_p.h>
#include <QtCore/private/qstringiterator_p.h>
#include <QtCore/qregularexpression.h>
+ Include dependency graph for qwasmevent.cpp:

Go to the source code of this file.

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.
 
namespace  KeyboardModifier
 

Functions

bool QT_BEGIN_NAMESPACE::isDeadKeyEvent (const char *key)
 
Qt::Key QT_BEGIN_NAMESPACE::getKeyFromCode (const std::string &code)
 
Qt::Key QT_BEGIN_NAMESPACE::webKeyToQtKey (const std::string &code, const std::string &key, bool isDeadKey, QFlags< Qt::KeyboardModifier > modifiers)
 
template<>
QFlags< Qt::KeyboardModifierKeyboardModifier::getForEvent< EmscriptenKeyboardEvent > (const EmscriptenKeyboardEvent &event)
 

Variables

constexpr std::string_view QT_BEGIN_NAMESPACE::WebDeadKeyValue = "Dead"