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
qxcomponent.h File Reference

(c3dea84d855cff46b36515f2692842c359ec5d42)

#include <QtCore/QtGlobal>
#include <QtCore/private/qnapi_p.h>
#include <QtCore/private/qohoscommon_p.h>
#include <ace/xcomponent/native_interface_xcomponent.h>
#include <optional>
#include <qohosinternalwindowid_p.h>
#include <qohosplugincore.h>
#include <string>
Include dependency graph for qxcomponent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QXComponent< Type >
class  QXComponentId

Typedefs

using QXComponentRender = QXComponent<QXComponentType::Render>
using QXComponentNode = QXComponent<QXComponentType::Node>

Enumerations

enum class  QXComponentType { Render , Node }

Typedef Documentation

◆ QXComponentNode

Definition at line 45 of file qxcomponent.h.

◆ QXComponentRender

Enumeration Type Documentation

◆ QXComponentType

enum class QXComponentType
strong
Enumerator
Render 
Node 

Definition at line 18 of file qxcomponent.h.