Home
last modified time | relevance | path

Searched refs:SizeSouthEast (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dcursor.h37 SizeSouthEast = 0x100 + 5, enumerator
H A Dcursor.cpp491 case KWin::ExtendedCursor::SizeSouthEast: in name()
H A Dabstract_client.cpp2106 c = KWin::ExtendedCursor::SizeSouthEast; in updateCursor()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Ddecoration_input_test.cpp349 QCOMPARE(c->cursor(), CursorShape(KWin::ExtendedCursor::SizeSouthEast)); in testHover()
H A Dpointer_input.cpp1485 …right") << Qt::Edges(Qt::BottomEdge | Qt::RightEdge) << CursorShape(ExtendedCursor::SizeSouthEast); in testResizeCursor_data()