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
QPlatformInputContextFactory Class Reference

#include <qplatforminputcontextfactory_p.h>

+ Collaboration diagram for QPlatformInputContextFactory:

Static Public Member Functions

static QStringList keys ()
 
static QStringList requested ()
 
static QPlatformInputContextcreate (const QStringList &keys)
 
static QPlatformInputContextcreate (const QString &key)
 
static QPlatformInputContextcreate ()
 

Detailed Description

Definition at line 26 of file qplatforminputcontextfactory_p.h.

Member Function Documentation

◆ create() [1/3]

QPlatformInputContext * QPlatformInputContextFactory::create ( )
static

◆ create() [2/3]

QPlatformInputContext * QPlatformInputContextFactory::create ( const QString & key)
static

Definition at line 60 of file qplatforminputcontextfactory.cpp.

References QPlatformInputContext::isValid(), platform(), Q_UNUSED, and QString::toLower().

+ Here is the call graph for this function:

◆ create() [3/3]

QPlatformInputContext * QPlatformInputContextFactory::create ( const QStringList & keys)
static

Definition at line 49 of file qplatforminputcontextfactory.cpp.

References create(), and keys().

+ Here is the call graph for this function:

◆ keys()

QStringList QPlatformInputContextFactory::keys ( )
static

Definition at line 22 of file qplatforminputcontextfactory.cpp.

Referenced by create().

+ Here is the caller graph for this function:

◆ requested()

QStringList QPlatformInputContextFactory::requested ( )
static

Definition at line 31 of file qplatforminputcontextfactory.cpp.

References QString::fromLocal8Bit(), QByteArray::isEmpty(), qgetenv(), and Qt::SkipEmptyParts.

Referenced by QCocoaIntegration::QCocoaIntegration(), create(), QAndroidPlatformIntegration::initialize(), QWasmIntegration::initialize(), QWindowsIntegration::initialize(), QXcbIntegration::initialize(), and QtWaylandClient::QWaylandIntegration::reconfigureInputContext().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: