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

Method OperKey

gui/qt/keypad/operkey.h:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6class OperKey : public RectKey {
7 OperKey(KeyConfig &config, QString labelText, QString secondText, QString alphaText,
8 int right, int left, QSize labelSize, int y)
9 : RectKey{config, {126 - left, y - 9, left + 18 + right, 9}, {126, y, 18, 12},
10 labelSize, 4, 4, 4, 4, config.graphColor, config.blackColor,
11 labelText, secondText, alphaText} { }
12public:
13 OperKey(KeyConfig &config, QString labelText, QString secondText, QString alphaText,
14 int right = 2, int left = 0, QSize labelSize = {8, 10})

Callers

nothing calls this directly

Calls 1

colMethod · 0.80

Tested by

no test coverage detected