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

/haiku-fatelf/src/apps/bootmanager/
H A DFileSelectionPage.cpp10 #include "FileSelectionPage.h"
24 #define B_TRANSLATION_CONTEXT "FileSelectionPage"
30 FileSelectionPage::FileSelectionPage(BMessage* settings, BRect frame, function in class:FileSelectionPage
42 FileSelectionPage::~FileSelectionPage()
48 FileSelectionPage::FrameResized(float width, float height)
56 FileSelectionPage::AttachedToWindow()
63 FileSelectionPage::MessageReceived(BMessage* message)
83 FileSelectionPage
[all...]
H A DFileSelectionPage.h22 class FileSelectionPage : public WizardPageView { class in inherits:WizardPageView
24 FileSelectionPage(BMessage* settings,
28 virtual ~FileSelectionPage();
H A DBootManagerController.cpp26 #include "FileSelectionPage.h"
336 return new FileSelectionPage(&fSettings, frame, "saveMBR",
434 return new FileSelectionPage(&fSettings, frame, "restoreMBR",

Completed in 88 milliseconds