Symbol: WizardPageView
src/apps/bootmanager/BootManagerController.cpp
243
WizardPageView*
src/apps/bootmanager/BootManagerController.cpp
246
WizardPageView* page = NULL;
src/apps/bootmanager/BootManagerController.cpp
295
WizardPageView*
src/apps/bootmanager/BootManagerController.cpp
325
WizardPageView*
src/apps/bootmanager/BootManagerController.cpp
349
WizardPageView*
src/apps/bootmanager/BootManagerController.cpp
374
WizardPageView*
src/apps/bootmanager/BootManagerController.cpp
410
WizardPageView*
src/apps/bootmanager/BootManagerController.cpp
432
WizardPageView*
src/apps/bootmanager/BootManagerController.cpp
447
WizardPageView*
src/apps/bootmanager/BootManagerController.h
21
class WizardPageView;
src/apps/bootmanager/BootManagerController.h
42
virtual WizardPageView* CreatePage(int32 state, WizardView* wizard);
src/apps/bootmanager/BootManagerController.h
67
WizardPageView* _CreateErrorEntryPage();
src/apps/bootmanager/BootManagerController.h
68
WizardPageView* _CreateSaveMBRPage(BRect frame);
src/apps/bootmanager/BootManagerController.h
69
WizardPageView* _CreateMBRSavedPage();
src/apps/bootmanager/BootManagerController.h
70
WizardPageView* _CreateInstallSummaryPage();
src/apps/bootmanager/BootManagerController.h
71
WizardPageView* _CreateInstalledPage();
src/apps/bootmanager/BootManagerController.h
72
WizardPageView* _CreateUninstallPage(BRect frame);
src/apps/bootmanager/BootManagerController.h
73
WizardPageView* _CreateUninstalledPage();
src/apps/bootmanager/DefaultPartitionPage.cpp
103
WizardPageView(settings, frame, name, B_FOLLOW_ALL,
src/apps/bootmanager/DefaultPartitionPage.cpp
118
WizardPageView::FrameResized(width, height);
src/apps/bootmanager/DefaultPartitionPage.cpp
155
WizardPageView::MessageReceived(msg);
src/apps/bootmanager/DefaultPartitionPage.h
23
class DefaultPartitionPage : public WizardPageView {
src/apps/bootmanager/DescriptionPage.cpp
22
WizardPageView(NULL, name)
src/apps/bootmanager/DescriptionPage.h
17
class DescriptionPage : public WizardPageView {
src/apps/bootmanager/DrivesPage.cpp
259
WizardPageView(settings, name),
src/apps/bootmanager/DrivesPage.cpp
321
WizardPageView::MessageReceived(message);
src/apps/bootmanager/DrivesPage.h
20
class DrivesPage : public WizardPageView {
src/apps/bootmanager/FileSelectionPage.cpp
33
WizardPageView(settings, frame, name, B_FOLLOW_ALL,
src/apps/bootmanager/FileSelectionPage.cpp
50
WizardPageView::FrameResized(width, height);
src/apps/bootmanager/FileSelectionPage.cpp
77
WizardPageView::MessageReceived(message);
src/apps/bootmanager/FileSelectionPage.h
22
class FileSelectionPage : public WizardPageView {
src/apps/bootmanager/PartitionsPage.cpp
42
WizardPageView(settings, name)
src/apps/bootmanager/PartitionsPage.h
20
class PartitionsPage : public WizardPageView {
src/apps/bootmanager/UninstallPage.cpp
28
WizardPageView(settings, frame, name, B_FOLLOW_ALL,
src/apps/bootmanager/UninstallPage.cpp
43
WizardPageView::FrameResized(width, height);
src/apps/bootmanager/UninstallPage.h
18
class UninstallPage : public WizardPageView {
src/apps/bootmanager/WizardController.cpp
108
WizardPageView* page = CreatePage(fStack->State(), wizard);
src/apps/bootmanager/WizardController.h
16
class WizardPageView;
src/apps/bootmanager/WizardController.h
31
virtual WizardPageView* CreatePage(int32 state, WizardView* wizard) = 0;
src/apps/bootmanager/WizardPageView.cpp
103
WizardPageView::LayoutDescriptionVertically(BTextView* view)
src/apps/bootmanager/WizardPageView.cpp
18
WizardPageView::WizardPageView(BMessage* settings, BRect frame,
src/apps/bootmanager/WizardPageView.cpp
28
WizardPageView::WizardPageView(BMessage* settings, const char* name)
src/apps/bootmanager/WizardPageView.cpp
37
WizardPageView::~WizardPageView()
src/apps/bootmanager/WizardPageView.cpp
43
WizardPageView::PageCompleted()
src/apps/bootmanager/WizardPageView.cpp
49
WizardPageView::CreateDescription(BRect frame, const char* name,
src/apps/bootmanager/WizardPageView.cpp
66
WizardPageView::CreateDescription(const char* name,
src/apps/bootmanager/WizardPageView.cpp
80
WizardPageView::MakeHeading(BTextView* view)
src/apps/bootmanager/WizardPageView.h
18
class WizardPageView : public BView {
src/apps/bootmanager/WizardPageView.h
20
WizardPageView(BMessage* settings, BRect frame,
src/apps/bootmanager/WizardPageView.h
24
WizardPageView(BMessage* settings,
src/apps/bootmanager/WizardPageView.h
26
virtual ~WizardPageView();
src/apps/bootmanager/WizardView.cpp
43
WizardView::SetPage(WizardPageView* page)
src/apps/bootmanager/WizardView.h
16
class WizardPageView;
src/apps/bootmanager/WizardView.h
28
virtual void SetPage(WizardPageView* page);
src/apps/bootmanager/WizardView.h
46
WizardPageView* fPage;