![]() |
ckb-next
beta-v0.2.8 at branch testing
ckb-next driver for corsair devices
|
#include <src/ckb/keymap.h>
Collaboration diagram for Key:Public Member Functions | |
| const char * | storageName () const |
| QString | friendlyName (bool os=true) const |
| operator bool () const | |
| bool | operator! () const |
Data Fields | |
| const char * | _storageName |
| const char * | _friendlyName |
| const char * | name |
| short | x |
| short | y |
| short | width |
| short | height |
| bool | hasLed |
| bool | hasScan |
|
inline |
Definition at line 23 of file keymap.h.
References _friendlyName, and name.
Referenced by KbBind::friendlyName(), KeyWidget::mouseMoveEvent(), KeyWidget::paintEvent(), RebindWidget::setBind(), and KbBindWidget::updateSelDisplay().
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
Definition at line 11 of file keymap.h.
References _storageName, and name.
Referenced by KeyMap::toStorage().
Here is the caller graph for this function:| const char* Key::_friendlyName |
Definition at line 13 of file keymap.h.
Referenced by _patch(), and friendlyName().
| const char* Key::_storageName |
Definition at line 10 of file keymap.h.
Referenced by _patch(), and storageName().
| bool Key::hasLed |
Definition at line 19 of file keymap.h.
Referenced by ColorMap::init(), KeyWidget::mouseMoveEvent(), KeyWidget::mousePressEvent(), KeyWidget::paintEvent(), and KeyWidget::selectAll().
| bool Key::hasScan |
Definition at line 20 of file keymap.h.
Referenced by KeyWidget::mouseMoveEvent(), KeyWidget::mousePressEvent(), KeyWidget::paintEvent(), and KeyWidget::selectAll().
| short Key::height |
Definition at line 17 of file keymap.h.
Referenced by getMap(), KeyWidget::mouseMoveEvent(), KeyWidget::mousePressEvent(), KeyWidget::paintEvent(), and patchANSI().
| const char* Key::name |
Definition at line 14 of file keymap.h.
Referenced by friendlyName(), ColorMap::init(), KeyWidget::mouseMoveEvent(), KeyWidget::mousePressEvent(), operator bool(), KeyWidget::paintEvent(), KeyWidget::selectAll(), and storageName().
| short Key::width |
Definition at line 17 of file keymap.h.
Referenced by getMap(), KeyWidget::mouseMoveEvent(), KeyWidget::mousePressEvent(), KeyWidget::paintEvent(), and patchANSI().
| short Key::x |
Definition at line 16 of file keymap.h.
Referenced by AnimScript::begin(), KeyMap::byPosition(), getMap(), AnimScript::keypress(), KeyWidget::mouseMoveEvent(), KeyWidget::mousePressEvent(), KeyWidget::paintEvent(), and patchANSI().
| short Key::y |
Definition at line 16 of file keymap.h.
Referenced by AnimScript::begin(), KeyMap::byPosition(), getMap(), AnimScript::keypress(), KeyWidget::mouseMoveEvent(), KeyWidget::mousePressEvent(), KeyWidget::paintEvent(), and patchANSI().