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 File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include <qohosplugincore.h>
#include <qohosutils.h>
#include <QtCore/qpointer.h>
#include <QtCore/private/qohoscommon_p.h>
#include <QtCore/qglobal.h>
#include <QtCore/qvariant.h>
#include <QtGui/qwindow.h>
#include <memory>
#include <utility>
Include dependency graph for qohoswindowproperty.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QOhosPropertyDescriptor< T >
class  QOhosPropertiesStore
class  QOhosPropertiesProvider

Namespaces

namespace  qohoswindowproperty_h_detail

Functions

template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
void setQOhosPropertyOnQObject (QObject *qObject, T propertyValue)
template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
QOhosOptional< T > tryGetQOhosPropertyFromQObject (QObject *qObject)
template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
const char * qohoswindowproperty_h_detail::qObjectOhosPropertyName ()
template<typename T>
QOhosOptional< T > qohoswindowproperty_h_detail::tryMapFromQVariant (QVariant variant)
template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
std::string qohoswindowproperty_h_detail::makeQObjectOhosPropertyName ()
template<>
QOhosOptional< QWindow * > qohoswindowproperty_h_detail::tryMapFromQVariant< QWindow * > (QVariant variant)

Function Documentation

◆ setQOhosPropertyOnQObject()

template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
void setQOhosPropertyOnQObject ( QObject * qObject,
T propertyValue )

Definition at line 108 of file qohoswindowproperty.h.

◆ tryGetQOhosPropertyFromQObject()

template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
QOhosOptional< T > tryGetQOhosPropertyFromQObject ( QObject * qObject)

Definition at line 116 of file qohoswindowproperty.h.

References makeEmptyQOhosOptional().

Here is the call graph for this function: