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

/haiku/src/kits/tracker/
H A DSelectionWindow.h52 class SelectionWindow : public BWindow { class in namespace:BPrivate
54 SelectionWindow(BContainerWindow*);
H A DSelectionWindow.cpp50 #include "SelectionWindow.h"
56 // #pragma mark - SelectionWindow
60 #define B_TRANSLATION_CONTEXT "SelectionWindow"
63 SelectionWindow::SelectionWindow(BContainerWindow* window) function in class:SelectionWindow
138 SelectionWindow::MessageReceived(BMessage* message)
169 SelectionWindow::QuitRequested()
177 SelectionWindow::MoveCloseToMouse()
203 SelectionWindow::ExpressionType() const
229 SelectionWindow
[all...]
H A DContainerWindow.h65 class SelectionWindow;
314 SelectionWindow* fSelectionWindow;
H A DContainerWindow.cpp91 #include "SelectionWindow.h"
4020 fSelectionWindow = new SelectionWindow(this);

Completed in 53 milliseconds