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

Method ~Key

gui/qt/keypad/key.h:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 mTextGeometry{textGeometry}, mKeyGeometry{keyGeometry}, mKeyColor{keyColor},
17 mKeycode{keycode}, mSelected{}, mHeld{}, mPressed{} {}
18 virtual ~Key() {}
19
20 const QString getLabel() const { return mLabelText; }
21 const QRect &textGeometry() const { return mTextGeometry; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected