Searched refs:WizardPageView (Results 1 - 20 of 20) sorted by relevance

/haiku/src/apps/bootmanager/
H A DBootManagerController.h21 class WizardPageView;
42 virtual WizardPageView* CreatePage(int32 state, WizardView* wizard);
67 WizardPageView* _CreateErrorEntryPage();
68 WizardPageView* _CreateSaveMBRPage(BRect frame);
69 WizardPageView* _CreateMBRSavedPage();
70 WizardPageView* _CreateInstallSummaryPage();
71 WizardPageView* _CreateInstalledPage();
72 WizardPageView* _CreateUninstallPage(BRect frame);
73 WizardPageView* _CreateUninstalledPage();
H A DWizardPageView.cpp10 #include "WizardPageView.h"
18 WizardPageView::WizardPageView(BMessage* settings, BRect frame, function in class:WizardPageView
28 WizardPageView::WizardPageView(BMessage* settings, const char* name) function in class:WizardPageView
37 WizardPageView::~WizardPageView()
43 WizardPageView::PageCompleted()
49 WizardPageView::CreateDescription(BRect frame, const char* name,
66 WizardPageView
[all...]
H A DWizardView.h16 class WizardPageView;
28 virtual void SetPage(WizardPageView* page);
46 WizardPageView* fPage;
H A DWizardPageView.h18 class WizardPageView : public BView { class in inherits:BView
20 WizardPageView(BMessage* settings, BRect frame,
24 WizardPageView(BMessage* settings,
26 virtual ~WizardPageView();
H A DDescriptionPage.h12 #include "WizardPageView.h"
17 class DescriptionPage : public WizardPageView {
H A DUninstallPage.h12 #include "WizardPageView.h"
18 class UninstallPage : public WizardPageView {
H A DUninstallPage.cpp28 WizardPageView(settings, frame, name, B_FOLLOW_ALL,
43 WizardPageView::FrameResized(width, height);
H A DWizardController.h16 class WizardPageView;
31 virtual WizardPageView* CreatePage(int32 state, WizardView* wizard) = 0;
H A DDefaultPartitionPage.h12 #include "WizardPageView.h"
23 class DefaultPartitionPage : public WizardPageView {
H A DDrivesPage.h10 #include "WizardPageView.h"
20 class DrivesPage : public WizardPageView {
H A DPartitionsPage.h12 #include "WizardPageView.h"
20 class PartitionsPage : public WizardPageView {
H A DDescriptionPage.cpp22 WizardPageView(NULL, name)
H A DBootManagerController.cpp243 WizardPageView*
246 WizardPageView* page = NULL;
295 WizardPageView*
324 WizardPageView*
348 WizardPageView*
373 WizardPageView*
409 WizardPageView*
431 WizardPageView*
446 WizardPageView*
H A DFileSelectionPage.h12 #include "WizardPageView.h"
22 class FileSelectionPage : public WizardPageView {
H A DFileSelectionPage.cpp33 WizardPageView(settings, frame, name, B_FOLLOW_ALL,
50 WizardPageView::FrameResized(width, height);
77 WizardPageView::MessageReceived(message);
H A DWizardController.cpp13 #include "WizardPageView.h"
108 WizardPageView* page = CreatePage(fStack->State(), wizard);
H A DWizardView.cpp18 #include "WizardPageView.h"
43 WizardView::SetPage(WizardPageView* page)
H A DDefaultPartitionPage.cpp103 WizardPageView(settings, frame, name, B_FOLLOW_ALL,
118 WizardPageView::FrameResized(width, height);
155 WizardPageView::MessageReceived(msg);
H A DPartitionsPage.cpp42 WizardPageView(settings, name)
H A DDrivesPage.cpp259 WizardPageView(settings, name),
321 WizardPageView::MessageReceived(message);

Completed in 104 milliseconds