dRonin
adbada4
dRonin GCS
|
The BoardtypeUnknown class tells the user this board type is unknown and unsupported. More...
#include <boardtype_unknown.h>
Public Types | |
enum | FailureType { UNKNOWN_BOARD, UNKNOWN_FIRMWARE } |
Public Member Functions | |
BoardtypeUnknown (SetupWizard *wizard, QWidget *parent=nullptr) | |
~BoardtypeUnknown () | |
bool | validatePage () |
void | setFailureType (FailureType type) |
Public Member Functions inherited from AbstractWizardPage | |
SetupWizard * | getWizard () const |
Core::IBoardType * | getControllerType () const |
ControllerPage::getControllerType get the interface for the connected board. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractWizardPage | |
AbstractWizardPage (SetupWizard *wizard, QWidget *parent=nullptr) | |
The BoardtypeUnknown class tells the user this board type is unknown and unsupported.
Definition at line 41 of file boardtype_unknown.h.