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

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupView.h17 class PopupWindow;
28 virtual void SetPopupWindow(PopupWindow* window);
33 PopupWindow* fWindow;
H A DPopupWindow.h23 class PopupWindow : public MWindow { class in inherits:MWindow
25 PopupWindow(PopupView* child,
27 virtual ~PopupWindow();
H A DPopupWindow.cpp18 #include "PopupWindow.h"
56 // PopupWindow
59 PopupWindow::PopupWindow(PopupView* child, PopupControl* control) function in class:PopupWindow
72 PopupWindow::~PopupWindow()
78 PopupWindow::MessageReceived(BMessage* message)
93 PopupWindow::Show()
102 PopupWindow::Hide()
114 PopupWindow
[all...]
H A DPopupView.cpp12 #include "PopupWindow.h"
29 PopupView::SetPopupWindow(PopupWindow* window)
H A DPopupControl.h18 class PopupWindow;
48 PopupWindow* fPopupWindow;
H A DPopupControl.cpp18 #include "PopupWindow.h"
81 fPopupWindow = new PopupWindow(fPopupChild, this);

Completed in 49 milliseconds