Searched refs:ImageFilePanel (Results 1 - 4 of 4) sorted by relevance

/haiku/src/preferences/backgrounds/
H A DImageFilePanel.h36 class ImageFilePanel: public BFilePanel { class in inherits:BFilePanel
38 ImageFilePanel(file_panel_mode mode = B_OPEN_PANEL,
47 ~ImageFilePanel();
H A DImageFilePanel.cpp10 #include "ImageFilePanel.h"
26 // #pragma mark - ImageFilePanel
29 ImageFilePanel::ImageFilePanel(file_panel_mode mode, BMessenger* target, function in class:ImageFilePanel
43 ImageFilePanel::~ImageFilePanel()
51 ImageFilePanel::Show()
109 ImageFilePanel::SelectionChanged()
H A DBackgroundsView.h38 class ImageFilePanel;
155 ImageFilePanel* fPanel;
H A DBackgroundsView.cpp40 #include "ImageFilePanel.h"
283 fPanel = new ImageFilePanel(B_OPEN_PANEL, &messenger, &ref,

Completed in 96 milliseconds