Symbol: FileSelectionPage
src/apps/bootmanager/BootManagerController.cpp
343
return new FileSelectionPage(&fSettings, frame, "saveMBR",
src/apps/bootmanager/BootManagerController.cpp
442
return new FileSelectionPage(&fSettings, frame, "restoreMBR",
src/apps/bootmanager/FileSelectionPage.cpp
127
FileSelectionPage::_Layout()
src/apps/bootmanager/FileSelectionPage.cpp
159
FileSelectionPage::_OpenFilePanel()
src/apps/bootmanager/FileSelectionPage.cpp
183
FileSelectionPage::_SetFileFromFilePanelMessage(BMessage* message)
src/apps/bootmanager/FileSelectionPage.cpp
205
FileSelectionPage::_FilePanelCanceled()
src/apps/bootmanager/FileSelectionPage.cpp
30
FileSelectionPage::FileSelectionPage(BMessage* settings, BRect frame,
src/apps/bootmanager/FileSelectionPage.cpp
42
FileSelectionPage::~FileSelectionPage()
src/apps/bootmanager/FileSelectionPage.cpp
48
FileSelectionPage::FrameResized(float width, float height)
src/apps/bootmanager/FileSelectionPage.cpp
56
FileSelectionPage::AttachedToWindow()
src/apps/bootmanager/FileSelectionPage.cpp
63
FileSelectionPage::MessageReceived(BMessage* message)
src/apps/bootmanager/FileSelectionPage.cpp
83
FileSelectionPage::PageCompleted()
src/apps/bootmanager/FileSelectionPage.cpp
92
FileSelectionPage::_BuildUI(const char* description)
src/apps/bootmanager/FileSelectionPage.h
22
class FileSelectionPage : public WizardPageView {
src/apps/bootmanager/FileSelectionPage.h
24
FileSelectionPage(BMessage* settings,
src/apps/bootmanager/FileSelectionPage.h
28
virtual ~FileSelectionPage();