NotificationWindow
class NotificationWindow;
fWindow = new NotificationWindow();
class NotificationWindow;
NotificationWindow* fWindow;
NotificationWindow::~NotificationWindow()
NotificationWindow::QuitRequested()
NotificationWindow::WorkspaceActivated(int32 /*workspace*/, bool active)
NotificationWindow::FrameResized(float width, float height)
NotificationWindow::ScreenChanged(BRect frame, color_space mode)
NotificationWindow::MessageReceived(BMessage* message)
NotificationWindow::Timeout()
NotificationWindow::Width()
NotificationWindow::_ShowHide()
NotificationWindow::SetPosition()
NotificationWindow::_LoadSettings(bool startMonitor)
NotificationWindow::_LoadAppFilters(BMessage& settings)
NotificationWindow::_LoadGeneralSettings(BMessage& settings)
NotificationWindow::_LoadDisplaySettings(BMessage& settings)
NotificationWindow::NotificationWindow()
class NotificationWindow : public BWindow {
NotificationWindow();
virtual ~NotificationWindow();