![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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) |
Definition at line 88 of file qohosview.cpp.
| using QT_BEGIN_NAMESPACE::AvoidAreaCache::AvoidArea = QOhosWindowProxy::AvoidArea |
Definition at line 91 of file qohosview.cpp.
| using QT_BEGIN_NAMESPACE::AvoidAreaCache::AvoidArea = QOhosWindowProxy::AvoidArea |
Definition at line 91 of file qohosview.cpp.
| using QT_BEGIN_NAMESPACE::AvoidAreaCache::AvoidAreaType = QOhosWindowProxy::AvoidAreaType |
Definition at line 92 of file qohosview.cpp.
| using QT_BEGIN_NAMESPACE::AvoidAreaCache::AvoidAreaType = QOhosWindowProxy::AvoidAreaType |
Definition at line 92 of file qohosview.cpp.
|
explicit |
Definition at line 107 of file qohosview.cpp.
References AvoidAreaCache().
Referenced by AvoidAreaCache().
|
explicit |
| QOhosWindowProxy::AvoidArea QT_BEGIN_NAMESPACE::AvoidAreaCache::getStoredOrRetrieveFromWindowProxy | ( | QOhosWindowProxy::AvoidAreaType | avoidAreaType | ) |
Definition at line 119 of file qohosview.cpp.
| AvoidArea QT_BEGIN_NAMESPACE::AvoidAreaCache::getStoredOrRetrieveFromWindowProxy | ( | AvoidAreaType | avoidAreaType | ) |
| void QT_BEGIN_NAMESPACE::AvoidAreaCache::put | ( | QOhosWindowProxy::AvoidAreaType | avoidAreaType, |
| const AvoidArea & | avoidArea ) |
Definition at line 113 of file qohosview.cpp.
| void QT_BEGIN_NAMESPACE::AvoidAreaCache::put | ( | AvoidAreaType | avoidAreaType, |
| const AvoidArea & | avoidArea ) |