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

/haiku/src/kits/mail/
H A DFileConfigView.cpp51 fPanel = new BFilePanel(B_OPEN_PANEL, NULL, NULL, flavors, false);
57 delete fPanel;
65 fPanel->SetTarget(this);
75 fPanel->Hide();
79 fPanel->SetPanelDirectory(path.Path());
81 fPanel->Show();
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DPanel.cpp15 fPanel(target)
31 fPanel->Cancel();
42 Panel* fPanel; member in class:EscapeFilter
H A DAuthenticationServer.cpp198 fPanel(NULL)
208 fPanel = new(std::nothrow) AuthenticationPanel();
209 status_t error = (fPanel ? B_OK : B_NO_MEMORY);
216 cancelled = fPanel->GetAuthentication(fServer.GetString(),
221 fPanel = NULL;
241 if (fPanel)
242 fPanel->Cancel();
253 AuthenticationPanel* fPanel; member in class:AuthenticationServer::UserDialogTask
/haiku/src/apps/icon-o-matic/generic/gui/panel/
H A DPanel.cpp21 fPanel(target)
37 fPanel->Cancel();
48 Panel* fPanel; member in class:EscapeFilter
/haiku/src/apps/launchbox/
H A DPanel.cpp21 fPanel(target)
37 fPanel->Cancel();
48 Panel* fPanel; member in class:EscapeFilter
/haiku/src/tests/kits/game/simple_game_sound_test/
H A DSimpleSoundTest.h60 BFilePanel * fPanel; member in class:SimpleSoundWin
H A DSimpleSoundTest.cpp100 fPanel(NULL)
152 delete fPanel;
199 if (!fPanel) fPanel = new BFilePanel(B_OPEN_PANEL, &be_app_messenger);
201 fPanel->Show();
/haiku/src/kits/print/
H A DPrintPanel.cpp51 , fPanel(new BGroupView)
62 .Add(fPanel)
109 return fPanel->ChildAt(0);
122 fPanel->AddChild(panel);
134 return fPanel->RemoveChild(child);
/haiku/headers/private/mail/
H A DFileConfigView.h42 BFilePanel* fPanel; member in class:BPrivate::FileControl
/haiku/src/apps/people/
H A DPersonWindow.h59 BFilePanel* fPanel; member in class:PersonWindow
H A DPersonWindow.cpp53 fPanel(NULL),
323 delete fPanel;
375 if (fPanel == NULL) {
377 fPanel = new BFilePanel(B_SAVE_PANEL, &target);
389 fPanel->SetPanelDirectory(&entry);
393 if (fPanel->Window()->Lock()) {
394 fPanel->SetSaveText(name);
395 if (fPanel->Window()->IsHidden())
396 fPanel->Window()->Show();
398 fPanel
[all...]
/haiku/src/bin/
H A Dfilepanel.cpp195 BFilePanel *fPanel = new BFilePanel(fpMode, NULL, NULL, nodeFlavour, local
199 fPanel->SetPanelDirectory(openAt);
201 fPanel->Window()->SetTitle(windowTitle);
203 fPanel->SetSaveText(defaultName);
205 fPanel->Show();
/haiku/src/apps/drivesetup/
H A DAbstractParametersPanel.cpp39 fPanel(target)
57 fPanel->Cancel();
69 AbstractParametersPanel* fPanel; member in class:AbstractParametersPanel::EscapeFilter
/haiku/headers/private/print/
H A DPrintPanel.h81 BGroupView* fPanel; member in class:BPrivate::Print::BPrintPanel
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h155 ImageFilePanel* fPanel; member in class:BackgroundsView
H A DBackgroundsView.cpp258 delete fPanel;
283 fPanel = new ImageFilePanel(B_OPEN_PANEL, &messenger, &ref,
285 fPanel->SetButtonLabel(B_DEFAULT_BUTTON, B_TRANSLATE("Select"));
379 fPanel->Show();
387 if (pointer == fPanel) {
784 fPanel->GetPanelDirectory(&ref);
829 fPanel->SetPanelDirectory(settingStr.String());
/haiku/src/apps/mail/
H A DMailWindow.h151 BFilePanel* fPanel; member in class:TMailWindow
H A DContent.h229 TSavePanel *fPanel; member in class:TTextView
H A DMailWindow.cpp197 fPanel(NULL),
772 delete fPanel;
1535 if (!fPanel) {
1538 fPanel = new BFilePanel(B_OPEN_PANEL, &me, &fOpenFolder, false,
1540 } else if (!fPanel->Window()->IsHidden()) {
1541 fPanel->Window()->Activate();
1544 if (fPanel->Window()->IsHidden())
1545 fPanel->Window()->Show();
H A DContent.cpp801 fPanel(NULL),
847 delete fPanel;
1603 if (fPanel)
1604 fPanel->SetEnclosure(enclosure);
1606 fPanel = new TSavePanel(enclosure, this);
1607 fPanel->Window()->Show();

Completed in 241 milliseconds