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

/haiku-fatelf/src/servers/notification/
H A DNotificationServer.h10 class NotificationWindow;
25 NotificationWindow* fWindow;
H A DAppGroupView.h18 class NotificationWindow;
25 AppGroupView(NotificationWindow* win, const char* label);
41 NotificationWindow* fParent;
H A DNotificationView.h21 class NotificationWindow;
28 NotificationView(NotificationWindow* win,
65 NotificationWindow* fParent;
H A DNotificationWindow.h40 class NotificationWindow : public BWindow { class in inherits:BWindow
42 NotificationWindow();
43 virtual ~NotificationWindow();
H A DNotificationWindow.cpp13 #include "NotificationWindow.h"
35 #define B_TRANSLATION_CONTEXT "NotificationWindow"
57 NotificationWindow::NotificationWindow() function in class:NotificationWindow
76 NotificationWindow::~NotificationWindow()
85 NotificationWindow::QuitRequested()
99 NotificationWindow::WorkspaceActivated(int32 /*workspace*/, bool active)
108 NotificationWindow::FrameResized(float width, float height)
115 NotificationWindow
[all...]
H A DNotificationServer.cpp13 #include "NotificationWindow.h"
39 fWindow = new NotificationWindow();
H A DAppGroupView.cpp22 #include "NotificationWindow.h"
29 AppGroupView::AppGroupView(NotificationWindow* win, const char* label)
H A DNotificationView.cpp32 #include "NotificationWindow.h"
54 NotificationView::NotificationView(NotificationWindow* win,

Completed in 46 milliseconds