Searched refs:DirectoryFilePanel (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/expander/
H A DDirectoryFilePanel.h28 class DirectoryFilePanel : public BFilePanel { class in inherits:BFilePanel
30 DirectoryFilePanel(
40 virtual ~DirectoryFilePanel() {};
H A DExpanderPreferences.h21 class DirectoryFilePanel;
45 DirectoryFilePanel* fUsePanel;
H A DDirectoryFilePanel.cpp10 #include "DirectoryFilePanel.h"
45 // #pragma mark - DirectoryFilePanel
49 #define B_TRANSLATION_CONTEXT "DirectoryFilePanel"
52 DirectoryFilePanel::DirectoryFilePanel(file_panel_mode mode, function in class:DirectoryFilePanel
65 DirectoryFilePanel::Show()
105 DirectoryFilePanel::SelectionChanged()
H A DExpanderWindow.h16 #include "DirectoryFilePanel.h"
63 DirectoryFilePanel* fDestPanel;
H A DExpanderPreferences.cpp28 #include "DirectoryFilePanel.h"
249 fUsePanel = new DirectoryFilePanel(B_OPEN_PANEL, &messenger,
H A DExpanderWindow.cpp276 fDestPanel = new DirectoryFilePanel(B_OPEN_PANEL, &messenger,

Completed in 38 milliseconds