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< Type > Class Template Reference

#include <qxcomponent.h>

Collaboration diagram for QXComponent< Type >:

Public Member Functions

 QXComponent (::OH_NativeXComponent *xc)
 QXComponent (const QXComponent &)=default
QXComponentoperator= (const QXComponent &)=default
 QXComponent (QXComponent &&)=default
QXComponentoperator= (QXComponent &&)=default
bool operator== (const QXComponent< Type > &other) const
bool operator< (const QXComponent< Type > &other) const
::OH_NativeXComponent * handle () const

Detailed Description

template<QXComponentType Type>
class QXComponent< Type >

Definition at line 23 of file qxcomponent.h.

Constructor & Destructor Documentation

◆ QXComponent() [1/3]

template<QXComponentType Type>
QXComponent< Type >::QXComponent ( ::OH_NativeXComponent * xc)
explicit

Definition at line 87 of file qxcomponent.h.

◆ QXComponent() [2/3]

template<QXComponentType Type>
QXComponent< Type >::QXComponent ( const QXComponent< Type > & )
default

◆ QXComponent() [3/3]

template<QXComponentType Type>
QXComponent< Type >::QXComponent ( QXComponent< Type > && )
default

Member Function Documentation

◆ handle()

template<QXComponentType Type>
OH_NativeXComponent * QXComponent< Type >::handle ( ) const

Definition at line 106 of file qxcomponent.h.

◆ operator<()

template<QXComponentType Type>
bool QXComponent< Type >::operator< ( const QXComponent< Type > & other) const

Definition at line 100 of file qxcomponent.h.

◆ operator=() [1/2]

template<QXComponentType Type>
QXComponent & QXComponent< Type >::operator= ( const QXComponent< Type > & )
default

◆ operator=() [2/2]

template<QXComponentType Type>
QXComponent & QXComponent< Type >::operator= ( QXComponent< Type > && )
default

◆ operator==()

template<QXComponentType Type>
bool QXComponent< Type >::operator== ( const QXComponent< Type > & other) const

Definition at line 94 of file qxcomponent.h.


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