Searched refs:WizardView (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/bootmanager/
H A DWizardController.h15 class WizardView;
24 virtual void Initialize(WizardView* wizard);
25 virtual void Next(WizardView* wizard);
26 virtual void Previous(WizardView* wizard);
31 virtual WizardPageView* CreatePage(int32 state, WizardView* wizard) = 0;
63 void _ShowPage(WizardView* wizard);
H A DWizardView.cpp11 #include "WizardView.h"
22 #define B_TRANSLATION_CONTEXT "WizardView"
25 WizardView::WizardView(const char* name) function in class:WizardView
37 WizardView::~WizardView()
43 WizardView::SetPage(WizardPageView* page)
63 WizardView::PageCompleted()
78 WizardView::SetPreviousButtonEnabled(bool enabled)
85 WizardView
[all...]
H A DBootManagerWindow.h17 class WizardView;
30 WizardView* fWizardView;
H A DDrivesPage.h17 class WizardView;
22 DrivesPage(WizardView* wizardView,
39 WizardView* fWizardView;
H A DWizardView.h23 class WizardView : public BGroupView { class in inherits:BGroupView
25 WizardView(const char* name);
26 virtual ~WizardView();
H A DWizardController.cpp12 #include "WizardView.h"
46 WizardController::Initialize(WizardView* view)
55 WizardController::Next(WizardView* wizard)
72 WizardController::Previous(WizardView* wizard)
103 WizardController::_ShowPage(WizardView* wizard)
H A DBootManagerController.h20 class WizardView;
37 virtual void Previous(WizardView* wizard);
42 virtual WizardPageView* CreatePage(int32 state, WizardView* wizard);
H A DBootManagerWindow.cpp23 #include "WizardView.h"
42 fWizardView = new WizardView("wizard");
H A DBootManagerController.cpp29 #include "WizardView.h"
71 BootManagerController::Previous(WizardView* wizard)
244 BootManagerController::CreatePage(int32 state, WizardView* wizard)
H A DDrivesPage.cpp23 #include "WizardView.h"
256 DrivesPage::DrivesPage(WizardView* wizardView, const BootMenuList& menus,

Completed in 46 milliseconds