dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
abstractwizardpage.cpp
Go to the documentation of this file.
1 
13 /*
14  * This program is free software; you can redistribute it and/or modify
15  * it under the terms of the GNU General Public License as published by
16  * the Free Software Foundation; either version 3 of the License, or
17  * (at your option) any later version.
18  *
19  * This program is distributed in the hope that it will be useful, but
20  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
21  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
22  * for more details.
23  *
24  * You should have received a copy of the GNU General Public License along
25  * with this program; if not, see <http://www.gnu.org/licenses/>
26  */
27 
28 #include "abstractwizardpage.h"
29 
31 
33  : QWizardPage(parent)
34 {
35  m_wizard = wizard;
36 }
37 
44 {
45  ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
46  UAVObjectUtilManager *utilMngr = pm->getObject<UAVObjectUtilManager>();
47  return utilMngr->getBoardType();
48 }
The SetupWizard class is the main interface to the setup wizard. It provides selects the sequence of ...
Definition: setupwizard.h:47
Core plugin system that manages the plugins, their life cycle and their registered objects...
Definition: pluginmanager.h:53
AbstractWizardPage(SetupWizard *wizard, QWidget *parent=nullptr)
Core::IBoardType * getBoardType()
Get the IBoardType corresponding to the connected board.
Core::IBoardType * getControllerType() const
ControllerPage::getControllerType get the interface for the connected board.