$search
Public Types | |
| enum | Status { SUCCESS = 0, WARNING, FAILURE } |
Public Member Functions | |
| FlashResult (Status status, const QString &title, const QString &text) | |
| FlashResult () | |
Public Attributes | |
| enum Aseba::ThymioFlasherDialog::FlashResult::Status | status |
| QString | text |
| QString | title |
Definition at line 48 of file ThymioFlasher.h.
Definition at line 50 of file ThymioFlasher.h.
| Aseba::ThymioFlasherDialog::FlashResult::FlashResult | ( | ) | [inline] |
Definition at line 59 of file ThymioFlasher.h.
| Aseba::ThymioFlasherDialog::FlashResult::FlashResult | ( | Status | status, | |
| const QString & | title, | |||
| const QString & | text | |||
| ) | [inline] |
Definition at line 60 of file ThymioFlasher.h.
| enum Aseba::ThymioFlasherDialog::FlashResult::Status Aseba::ThymioFlasherDialog::FlashResult::status |
Definition at line 57 of file ThymioFlasher.h.
Definition at line 56 of file ThymioFlasher.h.