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
qohoswindowproperty_h_detail Namespace Reference

Functions

template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
const char * qObjectOhosPropertyName ()
template<typename T>
QOhosOptional< T > tryMapFromQVariant (QVariant variant)
template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
std::string makeQObjectOhosPropertyName ()
template<>
QOhosOptional< QWindow * > tryMapFromQVariant< QWindow * > (QVariant variant)

Function Documentation

◆ makeQObjectOhosPropertyName()

template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
std::string qohoswindowproperty_h_detail::makeQObjectOhosPropertyName ( )

Definition at line 258 of file qohoswindowproperty.h.

◆ qObjectOhosPropertyName()

template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
const char * qohoswindowproperty_h_detail::qObjectOhosPropertyName ( )

Definition at line 265 of file qohoswindowproperty.h.

◆ tryMapFromQVariant()

template<typename T>
QOhosOptional< T > qohoswindowproperty_h_detail::tryMapFromQVariant ( QVariant variant)

Definition at line 272 of file qohoswindowproperty.h.

References makeEmptyQOhosOptional().

Here is the call graph for this function:

◆ tryMapFromQVariant< QWindow * >()

Definition at line 272 of file qohoswindowproperty.h.