Searched refs:compatiblePlace (Results 1 – 11 of 11) sorted by relevance
61 void compatiblePlace();133 void tst_QPlaceManager::compatiblePlace() in compatiblePlace() function in tst_QPlaceManager140 QPlace compatPlace = placeManager->compatiblePlace(place); in compatiblePlace()
64 void compatiblePlace();204 void tst_QPlaceManagerUnsupported::compatiblePlace() in compatiblePlace() function in tst_QPlaceManagerUnsupported211 QPlace compatPlace = m_manager->compatiblePlace(place); in compatiblePlace()
372 QPlace QPlaceManager::compatiblePlace(const QPlace &original) in compatiblePlace() function in QPlaceManager374 return d->compatiblePlace(original); in compatiblePlace()
97 QPlace compatiblePlace(const QPlace &place);
88 virtual QPlace compatiblePlace(const QPlace &original) const;
319 QPlace QPlaceManagerEngine::compatiblePlace(const QPlace &original) const in compatiblePlace() function in QPlaceManagerEngine
99 the QPlaceManagerEngine::compatiblePlace() function. This function returns a copy of the input pla…125 The second is that QPlaceManager::compatiblePlace() of the destination manager use the \c x_provide…
287 QPlace place = manager->compatiblePlace(result.place()); in saveBetweenManagers()
1056 setPlace(placeManager->compatiblePlace(original->place())); in copyFrom()
320 The typical approach is to use the QPlaceManager::compatiblePlace() function,403 (when QPlaceManager::compatiblePlace() is called)
709 QPlace compatiblePlace(const QPlace &original) const override in compatiblePlace() function