MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / paint

Method paint

gui/qt/keypad/arrowkey.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void ArrowKey::paint(QPainter &painter) const {
35 Key::paint(painter);
36 painter.setPen(Qt::NoPen);
37 painter.setBrush(mLabelColor);
38 painter.drawPath(mArrow);
39}
40
41bool ArrowKey::isUnder(const QPainterPath &area) const {
42 QPainterPath key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected