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

/haiku/src/apps/mail/
H A DFindWindow.h48 class FindPanel;
52 friend class FindPanel;
71 FindPanel* fFindPanel;
76 class FindPanel : public BGroupView { class in inherits:BGroupView
78 FindPanel();
79 virtual ~FindPanel();
H A DFindWindow.cpp103 FindPanel::FindPanel() function in class:FindPanel
105 BGroupView("FindPanel", B_VERTICAL)
130 FindPanel::~FindPanel()
136 void FindPanel::AttachedToWindow()
153 void FindPanel::MouseDown(BPoint point)
160 void FindPanel::Draw(BRect)
166 void FindPanel::KeyDown(const char*, int32)
178 void FindPanel
[all...]
/haiku/src/kits/tracker/
H A DFindPanel.h61 class FindPanel;
129 FindPanel* BackgroundView() const { return fBackground; }
169 FindPanel* fBackground;
177 class FindPanel : public BView { class in namespace:BPrivate
179 FindPanel(BFile*, FindWindow* parent, bool fromTemplate,
181 virtual ~FindPanel();
H A DFindPanel.cpp36 #include "FindPanel.h"
91 #define B_TRANSLATION_CONTEXT "FindPanel"
254 fBackground = new FindPanel(fFile, this, fFromTemplate,
712 // #pragma mark - FindPanel
715 FindPanel::FindPanel(BFile* node, FindWindow* parent, bool fromTemplate, function in class:BPrivate::FindPanel
883 FindPanel::~FindPanel()
889 FindPanel::AttachedToWindow()
953 FindPanel
[all...]

Completed in 50 milliseconds