![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qxcomponent.h>
Public Member Functions | |
| QXComponent (::OH_NativeXComponent *xc) | |
| QXComponent (const QXComponent &)=default | |
| QXComponent & | operator= (const QXComponent &)=default |
| QXComponent (QXComponent &&)=default | |
| QXComponent & | operator= (QXComponent &&)=default |
| bool | operator== (const QXComponent< Type > &other) const |
| bool | operator< (const QXComponent< Type > &other) const |
| ::OH_NativeXComponent * | handle () const |
Definition at line 23 of file qxcomponent.h.
|
explicit |
Definition at line 87 of file qxcomponent.h.
|
default |
|
default |
| OH_NativeXComponent * QXComponent< Type >::handle | ( | ) | const |
Definition at line 106 of file qxcomponent.h.
| bool QXComponent< Type >::operator< | ( | const QXComponent< Type > & | other | ) | const |
Definition at line 100 of file qxcomponent.h.
|
default |
|
default |
| bool QXComponent< Type >::operator== | ( | const QXComponent< Type > & | other | ) | const |
Definition at line 94 of file qxcomponent.h.