![]() |
ckb-next
v0.2.8 at branch master
ckb-next driver for corsair devices
|
#include <src/ckb/kbmode.h>
Collaboration diagram for UsbId:Public Member Functions | |
| UsbId (const QString &_guid, quint32 _modified) | |
| UsbId (const QString &_guid, const QString &_modified) | |
| UsbId () | |
| QString | guidString () const |
| void | guidString (const QString &newGuid) |
| QString | modifiedString () const |
| void | modifiedString (const QString &newModified) |
| QString | hwModifiedString () const |
| void | hwModifiedString (const QString &newModified) |
| void | newGuid () |
| void | newModified () |
Data Fields | |
| QUuid | guid |
| quint32 | modified |
| quint32 | hwModified |
|
inline |
|
inline |
|
inline |
Definition at line 20 of file kbmode.h.
References guid.
Referenced by Kb::hwSave(), KbProfile::save(), KbMode::save(), Kb::save(), and Kb::writeProfileHeader().
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 24 of file kbmode.h.
References hwModified.
Referenced by KbMode::KbMode(), KbProfile::KbProfile(), Kb::readNotify(), KbProfile::save(), and KbMode::save().
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 22 of file kbmode.h.
References modified.
Referenced by Kb::hwSave(), KbProfile::KbProfile(), Kb::readNotify(), KbProfile::save(), KbMode::save(), and Kb::writeProfileHeader().
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 28 of file kbmode.h.
References guid.
Referenced by guidString().
Here is the caller graph for this function:
|
inline |
Definition at line 29 of file kbmode.h.
References modified.
Referenced by KbProfile::save(), and KbMode::save().
Here is the caller graph for this function:| QUuid UsbId::guid |
Definition at line 12 of file kbmode.h.
Referenced by KbProfile::find(), Kb::find(), guidString(), KbMode::KbMode(), KbProfile::KbProfile(), newGuid(), KbWidget::on_modesList_customContextMenuRequested(), KbWidget::on_modesList_itemChanged(), KbWidget::on_modesList_itemClicked(), KbProfileDialog::on_profileList_customContextMenuRequested(), KbProfileDialog::on_profileList_itemChanged(), KbProfileDialog::on_profileList_itemClicked(), KbWidget::profileChanged(), Kb::readNotify(), and KbProfileDialog::repopulate().
| quint32 UsbId::hwModified |
Definition at line 14 of file kbmode.h.
Referenced by hwModifiedString(), Kb::hwSave(), KbMode::KbMode(), and KbProfile::KbProfile().
| quint32 UsbId::modified |
Definition at line 13 of file kbmode.h.
Referenced by Kb::hwSave(), KbMode::KbMode(), KbProfile::KbProfile(), modifiedString(), and newModified().