2 * Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
3 * Copyright 1997, 1998 R3 Software Ltd. All Rights Reserved.
4 * Distributed under the terms of the MIT License.
7 * Stephan Aßmus, superstippi@gmx.de
8 * John Scipione, jscipione@gmail.com
9 * Timothy Wayper, timmy@wunderbear.com
11 #ifndef CALC_OPTIONS_H
12 #define CALC_OPTIONS_H
15 #include <SupportDefs.h>
21 KEYPAD_MODE_SCIENTIFIC
27 bool auto_num_lock
; // automatically activate numlock
28 bool audio_feedback
; // provide audio feedback
29 bool degree_mode
; // radian or degree mode
30 uint8 keypad_mode
; // keypad mode options
34 void LoadSettings(const BMessage
* archive
);
35 status_t
SaveSettings(BMessage
* archive
) const;
38 #endif // CALC_OPTIONS_H