39 #ifndef __OPENFLUID_UIMARKET_MARKETWIZARDPAGE_HPP__ 
   40 #define __OPENFLUID_UIMARKET_MARKETWIZARDPAGE_HPP__ 
   43 #include <QWizardPage> 
   46 namespace openfluid { 
namespace ui { 
namespace market {
 
   55     bool m_PackagesSelected;
 
   57     bool m_LicensesRadioAccepted;
 
   59     bool m_InstallationFinished;
 
   61     bool isSelectionPage()
 const 
   62     { 
return nextId() == 1; }
 
   64     bool isLicensesnPage()
 const 
   65     { 
return nextId() == 2; }
 
   67     bool isInstallPage()
 const 
   68     { 
return nextId() == -1; }
 
   75     virtual bool isComplete() 
const;
 
   77     void setPageComplete(
bool Complete);
 
Definition: MarketWizardPage.hpp:49
#define OPENFLUID_API
Definition: dllexport.hpp:87