MCPcopy Create free account
hub / github.com/KDE/kwin / intersects

Method intersects

autotests/test_rect.cpp:1256–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1254}
1255
1256void TestRect::intersects()
1257{
1258 QFETCH(Rect, rect1);
1259 QFETCH(Rect, rect2);
1260
1261 QTEST(rect1.intersects(rect2), "intersects");
1262 QTEST(rect2.intersects(rect1), "intersects");
1263}
1264
1265void TestRect::intersected_data()
1266{

Callers 7

intersectsRectMethod · 0.45
intersectsRegionMethod · 0.45
intersectsRectMethod · 0.45
intersectsRegionMethod · 0.45
testFocusFollowsMouseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected