Symbol: NotificationWindow
src/servers/notification/AppGroupView.h
19
class NotificationWindow;
src/servers/notification/NotificationServer.cpp
48
fWindow = new NotificationWindow();
src/servers/notification/NotificationServer.h
12
class NotificationWindow;
src/servers/notification/NotificationServer.h
29
NotificationWindow* fWindow;
src/servers/notification/NotificationWindow.cpp
112
NotificationWindow::~NotificationWindow()
src/servers/notification/NotificationWindow.cpp
121
NotificationWindow::QuitRequested()
src/servers/notification/NotificationWindow.cpp
135
NotificationWindow::WorkspaceActivated(int32 /*workspace*/, bool active)
src/servers/notification/NotificationWindow.cpp
144
NotificationWindow::FrameResized(float width, float height)
src/servers/notification/NotificationWindow.cpp
151
NotificationWindow::ScreenChanged(BRect frame, color_space mode)
src/servers/notification/NotificationWindow.cpp
158
NotificationWindow::MessageReceived(BMessage* message)
src/servers/notification/NotificationWindow.cpp
259
NotificationWindow::Timeout()
src/servers/notification/NotificationWindow.cpp
266
NotificationWindow::Width()
src/servers/notification/NotificationWindow.cpp
273
NotificationWindow::_ShowHide()
src/servers/notification/NotificationWindow.cpp
286
NotificationWindow::SetPosition()
src/servers/notification/NotificationWindow.cpp
367
NotificationWindow::_LoadSettings(bool startMonitor)
src/servers/notification/NotificationWindow.cpp
401
NotificationWindow::_LoadAppFilters(BMessage& settings)
src/servers/notification/NotificationWindow.cpp
420
NotificationWindow::_LoadGeneralSettings(BMessage& settings)
src/servers/notification/NotificationWindow.cpp
438
NotificationWindow::_LoadDisplaySettings(BMessage& settings)
src/servers/notification/NotificationWindow.cpp
86
NotificationWindow::NotificationWindow()
src/servers/notification/NotificationWindow.h
34
class NotificationWindow : public BWindow {
src/servers/notification/NotificationWindow.h
36
NotificationWindow();
src/servers/notification/NotificationWindow.h
37
virtual ~NotificationWindow();