Searched refs:wizard (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp71 BootManagerController::Previous(WizardView* wizard) argument
74 WizardController::Previous(wizard);
77 WizardController::Next(wizard);
244 BootManagerController::CreatePage(int32 state, WizardView* wizard) argument
252 page = new DrivesPage(wizard, fBootMenus, &fSettings, "drives");
256 wizard->SetPreviousButtonHidden(true);
257 wizard->SetNextButtonLabel(B_TRANSLATE_COMMENT("Done", "Button"));
261 wizard->SetPreviousButtonHidden(false);
268 wizard->SetPreviousButtonHidden(false);
278 wizard
[all...]
H A DBootManagerController.h37 virtual void Previous(WizardView* wizard);
42 virtual WizardPageView* CreatePage(int32 state, WizardView* wizard);
H A DWizardController.cpp55 WizardController::Next(WizardView* wizard) argument
57 wizard->PageCompleted();
67 _ShowPage(wizard);
72 WizardController::Previous(WizardView* wizard) argument
74 wizard->PageCompleted();
81 _ShowPage(wizard);
103 WizardController::_ShowPage(WizardView* wizard) argument
108 WizardPageView* page = CreatePage(fStack->State(), wizard);
109 wizard->SetPage(page);
H A DWizardController.h24 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);

Completed in 54 milliseconds