Searched refs:B_OPEN_PANEL (Results 1 - 25 of 40) sorted by relevance

12

/haiku/src/apps/expander/
H A DDirectoryFilePanel.h31 file_panel_mode mode = B_OPEN_PANEL,
H A DExpanderPreferences.cpp249 fUsePanel = new DirectoryFilePanel(B_OPEN_PANEL, &messenger,
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.h38 ImageFilePanel(file_panel_mode mode = B_OPEN_PANEL,
/haiku/headers/os/storage/
H A DFilePanel.h31 B_OPEN_PANEL, enumerator in enum:file_panel_mode
43 BFilePanel(file_panel_mode mode = B_OPEN_PANEL,
/haiku/src/kits/mail/
H A DFileConfigView.cpp51 fPanel = new BFilePanel(B_OPEN_PANEL, NULL, NULL, flavors, false);
/haiku/src/bin/
H A Dfilepanel.cpp132 file_panel_mode fpMode = B_OPEN_PANEL;
156 fpMode = B_OPEN_PANEL;
/haiku/src/kits/tracker/
H A DFilePanel.cpp171 return B_OPEN_PANEL;
176 return B_OPEN_PANEL;
H A DFilePanelPriv.h60 TFilePanel(file_panel_mode mode = B_OPEN_PANEL,
/haiku/src/apps/showimage/
H A DShowImageApp.cpp38 fOpenPanel(new BFilePanel(B_OPEN_PANEL)),
/haiku/src/tools/translation/inspector/
H A DImageWindow.cpp118 fpopenPanel = new BFilePanel(B_OPEN_PANEL, &messenger, NULL, 0L, false,
/haiku/src/tests/kits/game/simple_game_sound_test/
H A DSimpleSoundTest.cpp199 if (!fPanel) fPanel = new BFilePanel(B_OPEN_PANEL, &be_app_messenger);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DStartTeamWindow.cpp115 fBrowseTeamPanel = new(std::nothrow) BFilePanel(B_OPEN_PANEL,
/haiku/src/apps/poorman/
H A DPoorManPreferencesWindow.cpp64 fWebDirFilePanel = new BFilePanel(B_OPEN_PANEL, &messenger, NULL,
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.cpp136 fFilePanel = new BFilePanel(B_OPEN_PANEL, NULL, (const entry_ref *) NULL,
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp167 fCoreSelectionPanel = new BFilePanel(B_OPEN_PANEL, &messenger,
/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.cpp320 fFilePanel = new(std::nothrow) BFilePanel(B_OPEN_PANEL,
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp481 fOpenPanel = new BFilePanel(B_OPEN_PANEL, &messenger, NULL,
726 fSelectPanel = new BFilePanel(B_OPEN_PANEL, &m,
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp442 description.String(), B_OPEN_PANEL);
/haiku/src/preferences/notifications/
H A DNotificationsView.cpp126 fAddAppPanel = new BFilePanel(B_OPEN_PANEL, NULL, NULL, B_FILE_NODE, false,
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp87 fOpenPanel(new BFilePanel(B_OPEN_PANEL))
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp63 fOpenPanel = new BFilePanel(B_OPEN_PANEL, &messenger, NULL, B_FILE_NODE,
/haiku/src/apps/resedit/
H A DResView.cpp93 fOpenPanel = new BFilePanel(B_OPEN_PANEL);
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp378 fOpenFilePanel = new BFilePanel(B_OPEN_PANEL, &target);
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp194 fFilePanel = new BFilePanel(B_OPEN_PANEL, NULL, NULL,
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp598 fFilePanel = new BFilePanel(B_OPEN_PANEL, &runner, ref,

Completed in 140 milliseconds

12