39 #ifndef __OPENFLUID_UIMARKET_MARKETWIZARDPAGE_HPP__ 40 #define __OPENFLUID_UIMARKET_MARKETWIZARDPAGE_HPP__ 43 #include <QWizardPage> 48 namespace openfluid {
namespace ui {
namespace market {
57 bool m_PackagesSelected;
59 bool m_LicensesRadioAccepted;
61 bool m_InstallationFinished;
63 bool isSelectionPage()
const 64 {
return nextId() == 1; }
66 bool isLicensesnPage()
const 67 {
return nextId() == 2; }
69 bool isInstallPage()
const 70 {
return nextId() == -1; }
77 virtual bool isComplete()
const;
79 void setPageComplete(
bool Complete);
Definition: MarketWizardPage.hpp:51
Definition: ApplicationException.hpp:47
#define OPENFLUID_API
Definition: dllexport.hpp:86