Searched refs:BFilePanel (Results 1 - 25 of 113) sorted by relevance

12345

/haiku/src/kits/tracker/
H A DFilePanel.cpp58 // #pragma mark - BFilePanel
61 BFilePanel::BFilePanel(file_panel_mode mode, BMessenger* target, function in class:BFilePanel
85 BFilePanel::~BFilePanel()
93 BFilePanel::Show()
137 BFilePanel::Hide()
149 BFilePanel::IsShowing() const
160 BFilePanel::SendMessage(const BMessenger* messenger, BMessage* message)
167 BFilePanel
[all...]
H A DFBCPadding.cpp86 void BFilePanel::_ReservedFilePanel1() {}
87 void BFilePanel::_ReservedFilePanel2() {}
88 void BFilePanel::_ReservedFilePanel3() {}
89 void BFilePanel::_ReservedFilePanel4() {}
90 void BFilePanel::_ReservedFilePanel5() {}
91 void BFilePanel::_ReservedFilePanel6() {}
92 void BFilePanel::_ReservedFilePanel7() {}
93 void BFilePanel::_ReservedFilePanel8() {}
113 _EXPORT BFilePanel*
121 return new (self) BFilePanel(mod
[all...]
/haiku/src/apps/serialconnect/
H A DSerialWindow.h10 class BFilePanel;
37 BFilePanel* fLogFilePanel;
38 BFilePanel* fSendFilePanel;
/haiku/src/apps/mediaplayer/
H A DMainApp.h28 // the additional fields that a BFilePanel provides.
46 class BFilePanel;
71 void _ShowFilePanel(BFilePanel* panel,
80 void _HandleFilePanelResult(BFilePanel* panel,
94 BFilePanel* fOpenFilePanel;
95 BFilePanel* fSaveFilePanel;
/haiku/src/apps/sudoku/
H A DSudokuWindow.h13 class BFilePanel;
41 BFilePanel* fOpenPanel;
42 BFilePanel* fSavePanel;
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DStartTeamWindow.h13 class BFilePanel;
50 BFilePanel* fBrowseTeamPanel;
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.h13 class BFilePanel;
65 void _SyncPanels(BFilePanel* from,
66 BFilePanel* to);
79 BFilePanel* fOpenPanel;
/haiku/src/apps/resedit/
H A DApp.h30 BFilePanel *fOpenPanel;
/haiku/src/tools/translation/inspector/
H A DImageWindow.h47 BFilePanel *fpopenPanel;
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.h20 class BFilePanel;
74 BFilePanel* fSavePanel;
76 BFilePanel* fOpenPanel;
78 BFilePanel* fSelectPanel;
/haiku/src/apps/poorman/
H A DPoorManPreferencesWindow.h58 BFilePanel* fWebDirFilePanel;
59 BFilePanel* fLogFilePanel;
/haiku/src/apps/stylededit/
H A DStyledEditApp.h23 class BFilePanel;
48 BFilePanel* fOpenPanel;
/haiku/src/apps/packageinstaller/
H A DUninstallView.h21 class BFilePanel;
48 BFilePanel* fOpenPanel;
H A DPackageView.h20 class BFilePanel;
78 BFilePanel* fOpenPanel;
/haiku/src/apps/terminal/
H A DPrefWindow.h23 class BFilePanel;
50 BFilePanel *fSavePanel;
H A DThemeWindow.h17 class BFilePanel;
38 BFilePanel* fSavePanel;
/haiku/src/apps/people/
H A DPersonWindow.h25 class BFilePanel;
59 BFilePanel* fPanel;
H A DPictureView.h18 class BFilePanel;
62 BFilePanel* fOpenPanel;
/haiku/src/add-ons/print/transports/print_to_file/
H A DFileSelector.h64 BFilePanel * fSavePanel;
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.h18 class BFilePanel;
111 BFilePanel* fSaveFilePanel;
112 BFilePanel* fOpenFilePanel;
/haiku/headers/os/storage/
H A DFilePanel.h41 class BFilePanel { class
43 BFilePanel(file_panel_mode mode = B_OPEN_PANEL,
48 virtual ~BFilePanel();
/haiku/src/apps/webpositive/
H A DSettingsWindow.h22 class BFilePanel;
49 void _HandleDownloadPanelResult(BFilePanel* panel,
111 BFilePanel* fOpenFilePanel;
/haiku/src/tests/kits/game/simple_game_sound_test/
H A DSimpleSoundTest.h60 BFilePanel * fPanel;
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.h18 class BFilePanel;
64 BFilePanel* fCoreSelectionPanel;
/haiku/src/apps/screenshot/
H A DScreenshotWindow.h23 class BFilePanel;
72 BFilePanel* fOutputPathPanel;

Completed in 101 milliseconds

12345