headers/os/interface/Window.h
302
friend class BFilePanel;
headers/os/storage/FilePanel.h
41
class BFilePanel {
headers/os/storage/FilePanel.h
43
BFilePanel(file_panel_mode mode = B_OPEN_PANEL,
headers/os/storage/FilePanel.h
48
virtual ~BFilePanel();
headers/private/mail/FileConfigView.h
42
BFilePanel* fPanel;
src/add-ons/print/transports/print_to_file/FileSelector.cpp
70
fSavePanel = new BFilePanel(B_SAVE_PANEL,
src/add-ons/print/transports/print_to_file/FileSelector.h
64
BFilePanel * fSavePanel;
src/add-ons/screen_savers/slideshowsaver/SlideShowConfigView.cpp
136
fFilePanel = new BFilePanel(B_OPEN_PANEL, NULL, (const entry_ref *) NULL,
src/add-ons/screen_savers/slideshowsaver/SlideShowConfigView.h
76
BFilePanel *fFilePanel;
src/apps/bootmanager/FileSelectionPage.cpp
174
fFilePanel = new BFilePanel(fMode, &messenger, directory,
src/apps/bootmanager/FileSelectionPage.h
45
BFilePanel* fFilePanel;
src/apps/cortex/RouteApp/RouteApp.h
159
BFilePanel m_openPanel;
src/apps/cortex/RouteApp/RouteApp.h
160
BFilePanel m_savePanel;
src/apps/debugger/user_interface/gui/GraphicalUserInterface.cpp
320
fFilePanel = new(std::nothrow) BFilePanel(B_OPEN_PANEL,
src/apps/debugger/user_interface/gui/GraphicalUserInterface.h
16
class BFilePanel;
src/apps/debugger/user_interface/gui/GraphicalUserInterface.h
59
BFilePanel* fFilePanel;
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
2099
fFilePanel = new BFilePanel(B_OPEN_PANEL,
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
389
fFilePanel = new BFilePanel(B_SAVE_PANEL, &msgr,
src/apps/debugger/user_interface/gui/team_window/TeamWindow.h
262
BFilePanel* fFilePanel;
src/apps/debugger/user_interface/gui/team_window/TeamWindow.h
29
class BFilePanel;
src/apps/debugger/user_interface/gui/teams_window/TeamsWindow.cpp
167
fCoreSelectionPanel = new BFilePanel(B_OPEN_PANEL, &messenger,
src/apps/debugger/user_interface/gui/teams_window/TeamsWindow.h
18
class BFilePanel;
src/apps/debugger/user_interface/gui/teams_window/TeamsWindow.h
64
BFilePanel* fCoreSelectionPanel;
src/apps/debugger/user_interface/gui/utility_windows/StartTeamWindow.cpp
115
fBrowseTeamPanel = new(std::nothrow) BFilePanel(B_OPEN_PANEL,
src/apps/debugger/user_interface/gui/utility_windows/StartTeamWindow.h
13
class BFilePanel;
src/apps/debugger/user_interface/gui/utility_windows/StartTeamWindow.h
50
BFilePanel* fBrowseTeamPanel;
src/apps/diskprobe/DiskProbe.cpp
255
fFilePanel = new BFilePanel();
src/apps/diskprobe/DiskProbe.cpp
96
BFilePanel* fFilePanel;
src/apps/drivesetup/MainWindow.cpp
531
fRegisterFilePanel = new(std::nothrow) BFilePanel(B_OPEN_PANEL,
src/apps/drivesetup/MainWindow.cpp
572
fWriteImageFilePanel = new(std::nothrow) BFilePanel(
src/apps/drivesetup/MainWindow.cpp
591
fReadImageFilePanel = new(std::nothrow) BFilePanel(B_SAVE_PANEL,
src/apps/drivesetup/MainWindow.h
143
BFilePanel* fRegisterFilePanel;
src/apps/drivesetup/MainWindow.h
144
BFilePanel* fWriteImageFilePanel;
src/apps/drivesetup/MainWindow.h
145
BFilePanel* fReadImageFilePanel;
src/apps/expander/DirectoryFilePanel.cpp
103
BFilePanel::Show();
src/apps/expander/DirectoryFilePanel.cpp
143
BFilePanel::SelectionChanged();
src/apps/expander/DirectoryFilePanel.cpp
57
BFilePanel(mode, target, startDirectory, nodeFlavors,
src/apps/expander/DirectoryFilePanel.h
28
class DirectoryFilePanel : public BFilePanel {
src/apps/expander/ExpanderWindow.cpp
259
fSourcePanel = new BFilePanel(B_OPEN_PANEL, &messenger, &srcRef,
src/apps/expander/ExpanderWindow.h
62
BFilePanel* fSourcePanel;
src/apps/icon-o-matic/IconEditorApp.cpp
305
IconEditorApp::_SyncPanels(BFilePanel* from, BFilePanel* to)
src/apps/icon-o-matic/IconEditorApp.cpp
63
fOpenPanel = new BFilePanel(B_OPEN_PANEL, &messenger, NULL, B_FILE_NODE,
src/apps/icon-o-matic/IconEditorApp.h
13
class BFilePanel;
src/apps/icon-o-matic/IconEditorApp.h
65
void _SyncPanels(BFilePanel* from,
src/apps/icon-o-matic/IconEditorApp.h
66
BFilePanel* to);
src/apps/icon-o-matic/IconEditorApp.h
79
BFilePanel* fOpenPanel;
src/apps/icon-o-matic/gui/SavePanel.cpp
175
BFilePanel::SendMessage(messenger, message);
src/apps/icon-o-matic/gui/SavePanel.cpp
62
: BFilePanel(B_SAVE_PANEL, target, startDirectory,
src/apps/icon-o-matic/gui/SavePanel.h
35
class SavePanel : public BFilePanel,
src/apps/magnify/Magnify.cpp
554
fSavePanel = new BFilePanel(B_SAVE_PANEL, &messenger, 0, 0, false,
src/apps/magnify/Magnify.h
261
BFilePanel* fSavePanel;
src/apps/mail/Content.cpp
2608
: BFilePanel(B_SAVE_PANEL)
src/apps/mail/Content.h
280
class TSavePanel : public BFilePanel {
src/apps/mail/MailWindow.cpp
1654
fPanel = new BFilePanel(B_OPEN_PANEL, &me, &fOpenFolder, false,
src/apps/mail/MailWindow.h
155
BFilePanel* fPanel;
src/apps/mail/MailWindow.h
61
class BFilePanel;
src/apps/mandelbrot/Mandelbrot.cpp
102
BFilePanel* fSavePanel;
src/apps/mandelbrot/Mandelbrot.cpp
386
fSavePanel = new BFilePanel(B_SAVE_PANEL, &messenger, 0, 0, false,
src/apps/mediaconverter/MediaConverterWindow.cpp
376
fSaveFilePanel = new BFilePanel(B_OPEN_PANEL, NULL, NULL,
src/apps/mediaconverter/MediaConverterWindow.cpp
424
fOpenFilePanel = new BFilePanel(B_OPEN_PANEL, NULL, NULL,
src/apps/mediaconverter/MediaConverterWindow.h
111
BFilePanel* fSaveFilePanel;
src/apps/mediaconverter/MediaConverterWindow.h
112
BFilePanel* fOpenFilePanel;
src/apps/mediaconverter/MediaConverterWindow.h
18
class BFilePanel;
src/apps/mediaplayer/MainApp.cpp
378
fOpenFilePanel = new BFilePanel(B_OPEN_PANEL, &target);
src/apps/mediaplayer/MainApp.cpp
391
fSaveFilePanel = new BFilePanel(B_SAVE_PANEL, &target);
src/apps/mediaplayer/MainApp.cpp
400
MainApp::_ShowFilePanel(BFilePanel* panel, uint32 command,
src/apps/mediaplayer/MainApp.cpp
460
MainApp::_HandleFilePanelResult(BFilePanel* panel, const BMessage* message)
src/apps/mediaplayer/MainApp.h
46
class BFilePanel;
src/apps/mediaplayer/MainApp.h
71
void _ShowFilePanel(BFilePanel* panel,
src/apps/mediaplayer/MainApp.h
80
void _HandleFilePanelResult(BFilePanel* panel,
src/apps/mediaplayer/MainApp.h
94
BFilePanel* fOpenFilePanel;
src/apps/mediaplayer/MainApp.h
95
BFilePanel* fSaveFilePanel;
src/apps/mediaplayer/playlist/PlaylistWindow.h
29
class BFilePanel;
src/apps/packageinstaller/PackageView.cpp
57
fOpenPanel(new BFilePanel(B_OPEN_PANEL, NULL, NULL, B_DIRECTORY_NODE,
src/apps/packageinstaller/PackageView.h
20
class BFilePanel;
src/apps/packageinstaller/PackageView.h
78
BFilePanel* fOpenPanel;
src/apps/packageinstaller/UninstallView.cpp
87
fOpenPanel(new BFilePanel(B_OPEN_PANEL))
src/apps/packageinstaller/UninstallView.h
21
class BFilePanel;
src/apps/packageinstaller/UninstallView.h
48
BFilePanel* fOpenPanel;
src/apps/people/PersonWindow.cpp
377
fPanel = new BFilePanel(B_SAVE_PANEL, &target);
src/apps/people/PersonWindow.h
25
class BFilePanel;
src/apps/people/PersonWindow.h
59
BFilePanel* fPanel;
src/apps/people/PictureView.cpp
86
fOpenPanel(new BFilePanel(B_OPEN_PANEL))
src/apps/people/PictureView.h
18
class BFilePanel;
src/apps/people/PictureView.h
62
BFilePanel* fOpenPanel;
src/apps/poorman/PoorManPreferencesWindow.cpp
68
fWebDirFilePanel = new BFilePanel(B_OPEN_PANEL, &messenger, NULL,
src/apps/poorman/PoorManPreferencesWindow.cpp
78
fLogFilePanel = new BFilePanel(B_SAVE_PANEL, &messenger, NULL,
src/apps/poorman/PoorManPreferencesWindow.h
58
BFilePanel* fWebDirFilePanel;
src/apps/poorman/PoorManPreferencesWindow.h
59
BFilePanel* fLogFilePanel;
src/apps/poorman/PoorManWindow.cpp
127
fSaveConsoleFilePanel = new BFilePanel(B_SAVE_PANEL, new BMessenger(this),
src/apps/poorman/PoorManWindow.cpp
133
fSaveConsoleSelectionFilePanel = new BFilePanel(B_SAVE_PANEL,
src/apps/poorman/PoorManWindow.h
18
class BFilePanel;
src/apps/poorman/PoorManWindow.h
194
BFilePanel* fSaveConsoleFilePanel;
src/apps/poorman/PoorManWindow.h
195
BFilePanel* fSaveConsoleSelectionFilePanel;
src/apps/resedit/App.cpp
25
fOpenPanel = new BFilePanel();
src/apps/resedit/App.h
30
BFilePanel *fOpenPanel;
src/apps/resedit/ResView.cpp
89
fOpenPanel = new BFilePanel(B_OPEN_PANEL);
src/apps/resedit/ResView.cpp
93
fSavePanel = new BFilePanel(B_SAVE_PANEL);
src/apps/resedit/ResView.h
65
BFilePanel *fOpenPanel,
src/apps/screenshot/ScreenshotWindow.cpp
359
fOutputPathPanel = new BFilePanel(B_OPEN_PANEL, &target, NULL,
src/apps/screenshot/ScreenshotWindow.h
26
class BFilePanel;
src/apps/screenshot/ScreenshotWindow.h
77
BFilePanel* fOutputPathPanel;
src/apps/serialconnect/SerialWindow.cpp
360
fLogFilePanel = new BFilePanel(B_SAVE_PANEL,
src/apps/serialconnect/SerialWindow.cpp
371
fSendFilePanel = new BFilePanel(B_OPEN_PANEL,
src/apps/serialconnect/SerialWindow.h
10
class BFilePanel;
src/apps/serialconnect/SerialWindow.h
37
BFilePanel* fLogFilePanel;
src/apps/serialconnect/SerialWindow.h
38
BFilePanel* fSendFilePanel;
src/apps/showimage/ShowImageApp.cpp
38
fOpenPanel(new BFilePanel(B_OPEN_PANEL)),
src/apps/showimage/ShowImageApp.h
50
BFilePanel* fOpenPanel;
src/apps/showimage/ShowImageWindow.cpp
1199
fSavePanel = new (std::nothrow) BFilePanel(B_SAVE_PANEL,
src/apps/showimage/ShowImageWindow.h
123
BFilePanel* fSavePanel;
src/apps/showimage/ShowImageWindow.h
22
class BFilePanel;
src/apps/soundrecorder/RecorderWindow.cpp
512
fSavePanel = new BFilePanel(B_SAVE_PANEL);
src/apps/soundrecorder/RecorderWindow.h
139
BFilePanel *fSavePanel;
src/apps/stylededit/StyledEditApp.cpp
96
fOpenPanel = new BFilePanel();
src/apps/stylededit/StyledEditApp.h
23
class BFilePanel;
src/apps/stylededit/StyledEditApp.h
48
BFilePanel* fOpenPanel;
src/apps/stylededit/StyledEditWindow.cpp
907
fSavePanel = new BFilePanel(B_SAVE_PANEL, &target,
src/apps/stylededit/StyledEditWindow.h
165
BFilePanel* fSavePanel;
src/apps/stylededit/StyledEditWindow.h
20
class BFilePanel;
src/apps/sudoku/SudokuWindow.cpp
282
fOpenPanel = new BFilePanel(B_OPEN_PANEL);
src/apps/sudoku/SudokuWindow.cpp
284
fSavePanel = new BFilePanel(B_SAVE_PANEL);
src/apps/sudoku/SudokuWindow.h
13
class BFilePanel;
src/apps/sudoku/SudokuWindow.h
41
BFilePanel* fOpenPanel;
src/apps/sudoku/SudokuWindow.h
42
BFilePanel* fSavePanel;
src/apps/terminal/PrefWindow.cpp
103
fSavePanel = new BFilePanel(B_SAVE_PANEL, &messenger);
src/apps/terminal/PrefWindow.h
23
class BFilePanel;
src/apps/terminal/PrefWindow.h
50
BFilePanel *fSavePanel;
src/apps/terminal/ThemeWindow.cpp
103
fSavePanel = new BFilePanel(B_SAVE_PANEL, &messenger);
src/apps/terminal/ThemeWindow.h
17
class BFilePanel;
src/apps/terminal/ThemeWindow.h
38
BFilePanel* fSavePanel;
src/apps/text_search/GrepWindow.cpp
1624
fFilePanel = new BFilePanel(B_OPEN_PANEL, &messenger, &path,
src/apps/text_search/GrepWindow.h
133
BFilePanel* fFilePanel;
src/apps/webpositive/BrowserWindow.cpp
634
fSavePanel = new BFilePanel(B_SAVE_PANEL, new BMessenger(this), NULL, 0,
src/apps/webpositive/BrowserWindow.h
286
BFilePanel* fSavePanel;
src/apps/webpositive/BrowserWindow.h
42
class BFilePanel;
src/apps/webpositive/SettingsWindow.cpp
886
fOpenFilePanel = new (std::nothrow) BFilePanel(B_OPEN_PANEL,
src/apps/webpositive/SettingsWindow.cpp
896
SettingsWindow:: _HandleDownloadPanelResult(BFilePanel* panel,
src/apps/webpositive/SettingsWindow.h
111
BFilePanel* fOpenFilePanel;
src/apps/webpositive/SettingsWindow.h
22
class BFilePanel;
src/apps/webpositive/SettingsWindow.h
49
void _HandleDownloadPanelResult(BFilePanel* panel,
src/bin/checkitout.cpp
73
BFilePanel *panel = new BFilePanel(B_SAVE_PANEL);
src/bin/filepanel.cpp
195
BFilePanel *fPanel = new BFilePanel(fpMode, NULL, NULL, nodeFlavour,
src/bin/mail_utils/spamdbm.cpp
1146
BFilePanel *m_BrowseFilePanelPntr;
src/bin/mail_utils/spamdbm.cpp
1152
BFilePanel *m_EstimateSpamFilePanelPntr;
src/bin/mail_utils/spamdbm.cpp
6751
m_BrowseFilePanelPntr = new BFilePanel (
src/bin/mail_utils/spamdbm.cpp
6809
m_EstimateSpamFilePanelPntr = new BFilePanel (
src/kits/mail/FileConfigView.cpp
51
fPanel = new BFilePanel(B_OPEN_PANEL, NULL, NULL, flavors, false);
src/kits/tracker/FBCPadding.cpp
113
_EXPORT BFilePanel*
src/kits/tracker/FBCPadding.cpp
121
return new (self) BFilePanel(mode, target, ref, nodeFlavors,
src/kits/tracker/FBCPadding.cpp
127
SetPanelDirectory__10BFilePanelP10BDirectory(BFilePanel* self, BDirectory* d)
src/kits/tracker/FBCPadding.cpp
133
SetPanelDirectory__10BFilePanelP6BEntry(BFilePanel* self, BEntry* e)
src/kits/tracker/FBCPadding.cpp
139
SetPanelDirectory__10BFilePanelP9entry_ref(BFilePanel* self, entry_ref* r)
src/kits/tracker/FBCPadding.cpp
86
void BFilePanel::_ReservedFilePanel1() {}
src/kits/tracker/FBCPadding.cpp
87
void BFilePanel::_ReservedFilePanel2() {}
src/kits/tracker/FBCPadding.cpp
88
void BFilePanel::_ReservedFilePanel3() {}
src/kits/tracker/FBCPadding.cpp
89
void BFilePanel::_ReservedFilePanel4() {}
src/kits/tracker/FBCPadding.cpp
90
void BFilePanel::_ReservedFilePanel5() {}
src/kits/tracker/FBCPadding.cpp
91
void BFilePanel::_ReservedFilePanel6() {}
src/kits/tracker/FBCPadding.cpp
92
void BFilePanel::_ReservedFilePanel7() {}
src/kits/tracker/FBCPadding.cpp
93
void BFilePanel::_ReservedFilePanel8() {}
src/kits/tracker/FilePanel.cpp
137
BFilePanel::Hide()
src/kits/tracker/FilePanel.cpp
149
BFilePanel::IsShowing() const
src/kits/tracker/FilePanel.cpp
160
BFilePanel::SendMessage(const BMessenger* messenger, BMessage* message)
src/kits/tracker/FilePanel.cpp
167
BFilePanel::PanelMode() const
src/kits/tracker/FilePanel.cpp
181
BFilePanel::Messenger() const
src/kits/tracker/FilePanel.cpp
194
BFilePanel::SetTarget(BMessenger target)
src/kits/tracker/FilePanel.cpp
205
BFilePanel::SetMessage(BMessage* message)
src/kits/tracker/FilePanel.cpp
216
BFilePanel::Refresh()
src/kits/tracker/FilePanel.cpp
227
BFilePanel::RefFilter() const
src/kits/tracker/FilePanel.cpp
238
BFilePanel::SetRefFilter(BRefFilter* filter)
src/kits/tracker/FilePanel.cpp
249
BFilePanel::SetButtonLabel(file_panel_button button, const char* text)
src/kits/tracker/FilePanel.cpp
260
BFilePanel::SetNodeFlavors(uint32 flavors)
src/kits/tracker/FilePanel.cpp
271
BFilePanel::GetPanelDirectory(entry_ref* ref) const
src/kits/tracker/FilePanel.cpp
282
BFilePanel::SetSaveText(const char* text)
src/kits/tracker/FilePanel.cpp
293
BFilePanel::SetPanelDirectory(const entry_ref* ref)
src/kits/tracker/FilePanel.cpp
304
BFilePanel::SetPanelDirectory(const char* path)
src/kits/tracker/FilePanel.cpp
320
BFilePanel::SetPanelDirectory(const BEntry* entry)
src/kits/tracker/FilePanel.cpp
330
BFilePanel::SetPanelDirectory(const BDirectory* dir)
src/kits/tracker/FilePanel.cpp
340
BFilePanel::Window() const
src/kits/tracker/FilePanel.cpp
347
BFilePanel::Rewind()
src/kits/tracker/FilePanel.cpp
358
BFilePanel::GetNextSelectedRef(entry_ref* ref)
src/kits/tracker/FilePanel.cpp
370
BFilePanel::SetHideWhenDone(bool on)
src/kits/tracker/FilePanel.cpp
381
BFilePanel::HidesWhenDone(void) const
src/kits/tracker/FilePanel.cpp
392
BFilePanel::WasHidden()
src/kits/tracker/FilePanel.cpp
399
BFilePanel::SelectionChanged()
src/kits/tracker/FilePanel.cpp
61
BFilePanel::BFilePanel(file_panel_mode mode, BMessenger* target,
src/kits/tracker/FilePanel.cpp
85
BFilePanel::~BFilePanel()
src/kits/tracker/FilePanel.cpp
93
BFilePanel::Show()
src/kits/tracker/FilePanelPriv.cpp
597
TFilePanel::SetClientObject(BFilePanel* panel)
src/kits/tracker/FilePanelPriv.h
163
BFilePanel* fClientObject;
src/kits/tracker/FilePanelPriv.h
46
class BFilePanel;
src/kits/tracker/FilePanelPriv.h
77
void SetClientObject(BFilePanel*);
src/kits/tracker/FindPanel.cpp
1682
fDirectorySelectPanel = new BFilePanel(B_OPEN_PANEL, new BMessenger(this), NULL,
src/kits/tracker/FindPanel.cpp
868
fSaveAsPanel = new BFilePanel(B_SAVE_PANEL, new BMessenger(fBackground));
src/kits/tracker/FindPanel.cpp
886
fOpenQueryPanel = new BFilePanel(B_OPEN_PANEL, new BMessenger(fBackground));
src/kits/tracker/FindPanel.cpp
948
fSaveAsPanel = new BFilePanel(B_SAVE_PANEL, &panel);
src/kits/tracker/FindPanel.h
191
BFilePanel* fSaveAsPanel;
src/kits/tracker/FindPanel.h
192
BFilePanel* fOpenQueryPanel;
src/kits/tracker/FindPanel.h
332
BFilePanel* fDirectorySelectPanel;
src/kits/tracker/FindPanel.h
50
class BFilePanel;
src/kits/tracker/infowindow/InfoWindow.cpp
598
fFilePanel = new BFilePanel(B_OPEN_PANEL, &runner, ref,
src/kits/tracker/infowindow/InfoWindow.h
48
class BFilePanel;
src/kits/tracker/infowindow/InfoWindow.h
90
BFilePanel* fFilePanel;
src/preferences/backgrounds/BackgroundsView.cpp
288
fFolderPanel = new BFilePanel(B_OPEN_PANEL, &messenger, NULL,
src/preferences/backgrounds/BackgroundsView.h
154
BFilePanel* fFolderPanel;
src/preferences/backgrounds/ImageFilePanel.cpp
104
BFilePanel::Show();
src/preferences/backgrounds/ImageFilePanel.cpp
170
BFilePanel::SelectionChanged();
src/preferences/backgrounds/ImageFilePanel.cpp
34
BFilePanel(mode, target, startDirectory, nodeFlavors,
src/preferences/backgrounds/ImageFilePanel.h
36
class ImageFilePanel: public BFilePanel {
src/preferences/filetypes/FileTypes.cpp
194
fFilePanel = new BFilePanel(B_OPEN_PANEL, NULL, NULL,
src/preferences/filetypes/FileTypes.cpp
78
BFilePanel* fFilePanel;
src/preferences/keymap/KeymapWindow.cpp
163
fOpenPanel = new BFilePanel(B_OPEN_PANEL, &messenger, &ref,
src/preferences/keymap/KeymapWindow.cpp
165
fSavePanel = new BFilePanel(B_SAVE_PANEL, &messenger, &ref,
src/preferences/keymap/KeymapWindow.h
96
BFilePanel* fOpenPanel;
src/preferences/keymap/KeymapWindow.h
97
BFilePanel* fSavePanel;
src/preferences/notifications/NotificationsView.cpp
126
fAddAppPanel = new BFilePanel(B_OPEN_PANEL, NULL, NULL, B_FILE_NODE, false,
src/preferences/notifications/NotificationsView.h
68
BFilePanel* fAddAppPanel;
src/preferences/shortcuts/ShortcutsWindow.cpp
481
fOpenPanel = new BFilePanel(B_OPEN_PANEL, &messenger, NULL,
src/preferences/shortcuts/ShortcutsWindow.cpp
643
fSavePanel = new BFilePanel(B_SAVE_PANEL, &messenger, NULL, 0,
src/preferences/shortcuts/ShortcutsWindow.cpp
727
fSelectPanel = new BFilePanel(B_OPEN_PANEL, &m,
src/preferences/shortcuts/ShortcutsWindow.h
20
class BFilePanel;
src/preferences/shortcuts/ShortcutsWindow.h
74
BFilePanel* fSavePanel;
src/preferences/shortcuts/ShortcutsWindow.h
76
BFilePanel* fOpenPanel;
src/preferences/shortcuts/ShortcutsWindow.h
78
BFilePanel* fSelectPanel;
src/preferences/sounds/SoundFilePanel.cpp
33
BFilePanel(B_OPEN_PANEL, new BMessenger(handler), NULL, B_FILE_NODE, false, NULL,
src/preferences/sounds/SoundFilePanel.h
19
class SoundFilePanel : public BFilePanel, public BHandler {
src/tests/kits/game/file_game_sound_test/FileSoundWindow.cpp
34
openPanel = new BFilePanel();
src/tests/kits/game/file_game_sound_test/FileSoundWindow.h
42
BFilePanel *openPanel;
src/tests/kits/game/simple_game_sound_test/SimpleSoundTest.cpp
199
if (!fPanel) fPanel = new BFilePanel(B_OPEN_PANEL, &be_app_messenger);
src/tests/kits/game/simple_game_sound_test/SimpleSoundTest.h
60
BFilePanel * fPanel;
src/tests/kits/interface/look/Look.cpp
219
BFilePanel* panel = new BFilePanel();
src/tests/kits/interface/look/Look.cpp
225
BFilePanel* panel = new BFilePanel(B_SAVE_PANEL);
src/tools/translation/inspector/ImageWindow.cpp
118
fpopenPanel = new BFilePanel(B_OPEN_PANEL, &messenger, NULL, 0L, false,
src/tools/translation/inspector/ImageWindow.h
47
BFilePanel *fpopenPanel;