Searched refs:DrivesPage (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/bootmanager/
H A DDrivesPage.h20 class DrivesPage : public WizardPageView { class in inherits:WizardPageView
22 DrivesPage(WizardView* wizardView,
25 virtual ~DrivesPage();
H A DDrivesPage.cpp7 #include "DrivesPage.h"
27 #define B_TRANSLATION_CONTEXT "DrivesPage"
256 DrivesPage::DrivesPage(WizardView* wizardView, const BootMenuList& menus, function in class:DrivesPage
288 DrivesPage::~DrivesPage()
294 DrivesPage::PageCompleted()
304 DrivesPage::AttachedToWindow()
311 DrivesPage::MessageReceived(BMessage* message)
333 DrivesPage
[all...]
H A DBootManagerController.cpp25 #include "DrivesPage.h"
252 page = new DrivesPage(wizard, fBootMenus, &fSettings, "drives");

Completed in 79 milliseconds