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
QT_BEGIN_NAMESPACE::AvoidAreaCache Class Reference
Collaboration diagram for QT_BEGIN_NAMESPACE::AvoidAreaCache:

Public Types

using AvoidArea = QOhosWindowProxy::AvoidArea
using AvoidAreaType = QOhosWindowProxy::AvoidAreaType
using AvoidArea = QOhosWindowProxy::AvoidArea
using AvoidAreaType = QOhosWindowProxy::AvoidAreaType

Public Member Functions

 AvoidAreaCache (std::function< AvoidArea(AvoidAreaType)> avoidAreasProvider)
void put (AvoidAreaType avoidAreaType, const AvoidArea &avoidArea)
AvoidArea getStoredOrRetrieveFromWindowProxy (AvoidAreaType avoidAreaType)
 AvoidAreaCache (std::function< AvoidArea(AvoidAreaType)> avoidAreasProvider)
void put (AvoidAreaType avoidAreaType, const AvoidArea &avoidArea)
AvoidArea getStoredOrRetrieveFromWindowProxy (AvoidAreaType avoidAreaType)

Detailed Description

Definition at line 88 of file qohosview.cpp.

Member Typedef Documentation

◆ AvoidArea [1/2]

using QT_BEGIN_NAMESPACE::AvoidAreaCache::AvoidArea = QOhosWindowProxy::AvoidArea

Definition at line 91 of file qohosview.cpp.

◆ AvoidArea [2/2]

using QT_BEGIN_NAMESPACE::AvoidAreaCache::AvoidArea = QOhosWindowProxy::AvoidArea

Definition at line 91 of file qohosview.cpp.

◆ AvoidAreaType [1/2]

using QT_BEGIN_NAMESPACE::AvoidAreaCache::AvoidAreaType = QOhosWindowProxy::AvoidAreaType

Definition at line 92 of file qohosview.cpp.

◆ AvoidAreaType [2/2]

using QT_BEGIN_NAMESPACE::AvoidAreaCache::AvoidAreaType = QOhosWindowProxy::AvoidAreaType

Definition at line 92 of file qohosview.cpp.

Constructor & Destructor Documentation

◆ AvoidAreaCache() [1/2]

QT_BEGIN_NAMESPACE::AvoidAreaCache::AvoidAreaCache ( std::function< AvoidArea(AvoidAreaType)> avoidAreasProvider)
explicit

Definition at line 107 of file qohosview.cpp.

References AvoidAreaCache().

Referenced by AvoidAreaCache().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ AvoidAreaCache() [2/2]

QT_BEGIN_NAMESPACE::AvoidAreaCache::AvoidAreaCache ( std::function< AvoidArea(AvoidAreaType)> avoidAreasProvider)
explicit

Member Function Documentation

◆ getStoredOrRetrieveFromWindowProxy() [1/2]

QOhosWindowProxy::AvoidArea QT_BEGIN_NAMESPACE::AvoidAreaCache::getStoredOrRetrieveFromWindowProxy ( QOhosWindowProxy::AvoidAreaType avoidAreaType)

Definition at line 119 of file qohosview.cpp.

◆ getStoredOrRetrieveFromWindowProxy() [2/2]

AvoidArea QT_BEGIN_NAMESPACE::AvoidAreaCache::getStoredOrRetrieveFromWindowProxy ( AvoidAreaType avoidAreaType)

◆ put() [1/2]

void QT_BEGIN_NAMESPACE::AvoidAreaCache::put ( QOhosWindowProxy::AvoidAreaType avoidAreaType,
const AvoidArea & avoidArea )

Definition at line 113 of file qohosview.cpp.

◆ put() [2/2]

void QT_BEGIN_NAMESPACE::AvoidAreaCache::put ( AvoidAreaType avoidAreaType,
const AvoidArea & avoidArea )

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