2 * Copyright 2010-2017, Haiku, Inc. All Rights Reserved.
3 * Copyright 2009, Pier Luigi Fiorini.
4 * Distributed under the terms of the MIT License.
10 #include <GroupView.h>
11 #include <LayoutBuilder.h>
15 #include "SettingsHost.h"
21 class PrefletWin
: public BWindow
, public SettingsHost
{
25 virtual bool QuitRequested();
26 virtual void MessageReceived(BMessage
* msg
);
28 virtual void SettingChanged(bool showExample
);
29 void ReloadSettings();
33 bool _RevertPossible();
35 bool _DefaultsPossible();
36 void _SendExampleNotification();
38 PrefletView
* fMainView
;
39 BGroupView
* fButtonsView
;
42 BGroupLayout
* fButtonsLayout
;
45 #endif // _PREFLET_WIN_H