Searched refs:NotificationWindow (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/notification/
H A DNotificationServer.h12 class NotificationWindow;
29 NotificationWindow* fWindow;
H A DNotificationWindow.h34 class NotificationWindow : public BWindow { class in inherits:BWindow
36 NotificationWindow();
37 virtual ~NotificationWindow();
H A DNotificationWindow.cpp14 #include "NotificationWindow.h"
38 #define B_TRANSLATION_CONTEXT "NotificationWindow"
86 NotificationWindow::NotificationWindow() function in class:NotificationWindow
112 NotificationWindow::~NotificationWindow()
121 NotificationWindow::QuitRequested()
135 NotificationWindow::WorkspaceActivated(int32 /*workspace*/, bool active)
144 NotificationWindow::FrameResized(float width, float height)
151 NotificationWindow
[all...]
H A DAppGroupView.h19 class NotificationWindow;
H A DNotificationServer.cpp20 #include "NotificationWindow.h"
47 fWindow = new NotificationWindow();

Completed in 28 milliseconds