![]() |
ckb-next
v0.2.8 at branch master
ckb-next driver for corsair devices
|
#include <QDir>#include <QMessageBox>#include "fwupgradedialog.h"#include "kbfirmware.h"#include "ui_fwupgradedialog.h"
Include dependency graph for fwupgradedialog.cpp:Go to the source code of this file.
Data Structures | |
| struct | KbId |
Functions | |
| static const int | DIALOG_HEIGHT_MAX (240) |
| static float | verifyFw (const QByteArray &blob, const QString &features) |
Variables | |
| static KbId | ids [] |
| static const int | DIALOG_WIDTH = 420 |
| static const int | DIALOG_HEIGHT_MIN = 200 |
| struct KbId |
Definition at line 8 of file fwupgradedialog.cpp.
Collaboration diagram for KbId:| Data Fields | ||
|---|---|---|
| const char * | feature | |
| short | product | |
| short | vendor | |
|
static |
|
static |
Definition at line 86 of file fwupgradedialog.cpp.
References ids.
Referenced by FwUpgradeDialog::exec().
Here is the caller graph for this function:
|
static |
Definition at line 30 of file fwupgradedialog.cpp.
Referenced by FwUpgradeDialog::FwUpgradeDialog(), and FwUpgradeDialog::on_actionButton_clicked().
|
static |
Definition at line 29 of file fwupgradedialog.cpp.
Referenced by FwUpgradeDialog::exec(), FwUpgradeDialog::FwUpgradeDialog(), and FwUpgradeDialog::on_actionButton_clicked().
|
static |
Definition at line 14 of file fwupgradedialog.cpp.
Referenced by verifyFw().