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
QtOhos::InternalWindowId Class Reference

#include <qohosinternalwindowid_p.h>

Collaboration diagram for QtOhos::InternalWindowId:

Public Member Functions

constexpr InternalWindowId ()=default
constexpr InternalWindowId (const InternalWindowId &)=default
constexpr InternalWindowId (InternalWindowId &&)=default
constexpr InternalWindowIdoperator= (const InternalWindowId &)=default
constexpr InternalWindowIdoperator= (InternalWindowId &&)=default
bool isMainWindowId () const
bool isValid () const
bool operator== (const InternalWindowId &other) const
bool operator!= (const InternalWindowId &other) const
bool operator< (const InternalWindowId &other) const
QNapi::Number toNapiValue (napi_env env) const
QString toString () const
std::string toStdString () const

Static Public Member Functions

static InternalWindowId generate ()
static InternalWindowId invalidWindowId ()
static InternalWindowId fromNapiValue (QNapi::Number napiWindowId)

Detailed Description

Definition at line 28 of file qohosinternalwindowid_p.h.

Constructor & Destructor Documentation

◆ InternalWindowId() [1/3]

QtOhos::InternalWindowId::InternalWindowId ( )
constexprdefault

◆ InternalWindowId() [2/3]

QtOhos::InternalWindowId::InternalWindowId ( const InternalWindowId & )
constexprdefault

◆ InternalWindowId() [3/3]

QtOhos::InternalWindowId::InternalWindowId ( InternalWindowId && )
constexprdefault

Member Function Documentation

◆ fromNapiValue()

InternalWindowId QtOhos::InternalWindowId::fromNapiValue ( QNapi::Number napiWindowId)
static

Definition at line 16 of file qohosinternalwindowid.cpp.

◆ generate()

InternalWindowId QtOhos::InternalWindowId::generate ( )
static

Definition at line 10 of file qohosinternalwindowid.cpp.

◆ invalidWindowId()

InternalWindowId QtOhos::InternalWindowId::invalidWindowId ( )
static

Definition at line 51 of file qohosinternalwindowid.cpp.

◆ isMainWindowId()

bool QtOhos::InternalWindowId::isMainWindowId ( ) const

Definition at line 41 of file qohosinternalwindowid.cpp.

◆ isValid()

bool QtOhos::InternalWindowId::isValid ( ) const

Definition at line 46 of file qohosinternalwindowid.cpp.

◆ operator!=()

bool QtOhos::InternalWindowId::operator!= ( const InternalWindowId & other) const

Definition at line 31 of file qohosinternalwindowid.cpp.

◆ operator<()

bool QtOhos::InternalWindowId::operator< ( const InternalWindowId & other) const

Definition at line 36 of file qohosinternalwindowid.cpp.

◆ operator=() [1/2]

InternalWindowId & QtOhos::InternalWindowId::operator= ( const InternalWindowId & )
constexprdefault

◆ operator=() [2/2]

InternalWindowId & QtOhos::InternalWindowId::operator= ( InternalWindowId && )
constexprdefault

◆ operator==()

bool QtOhos::InternalWindowId::operator== ( const InternalWindowId & other) const

Definition at line 26 of file qohosinternalwindowid.cpp.

◆ toNapiValue()

QNapi::Number QtOhos::InternalWindowId::toNapiValue ( napi_env env) const

Definition at line 57 of file qohosinternalwindowid.cpp.

◆ toStdString()

std::string QtOhos::InternalWindowId::toStdString ( ) const

Definition at line 73 of file qohosinternalwindowid.cpp.

◆ toString()

QString QtOhos::InternalWindowId::toString ( ) const

Definition at line 62 of file qohosinternalwindowid.cpp.


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