2 * Copyright 2009, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef SETTINGS_WINDOW_H
6 #define SETTINGS_WINDOW_H
11 #include "ActivityWindow.h"
16 class SettingsWindow
: public BWindow
{
18 SettingsWindow(ActivityWindow
* target
);
19 virtual ~SettingsWindow();
21 virtual void MessageReceived(BMessage
* message
);
22 virtual bool QuitRequested();
25 BRect
_RelativeTo(BWindow
* window
);
28 IntervalSlider
* fIntervalSlider
;
31 static const uint32 kMsgTimeIntervalUpdated
= 'tiup';
33 #endif // SETTINGS_WINDOW_H