![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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) |
| void setQOhosPropertyOnQObject | ( | QObject * | qObject, |
| T | propertyValue ) |
Definition at line 108 of file qohoswindowproperty.h.
| QOhosOptional< T > tryGetQOhosPropertyFromQObject | ( | QObject * | qObject | ) |
Definition at line 116 of file qohoswindowproperty.h.
References makeEmptyQOhosOptional().