kcalc
confvalues.h
Go to the documentation of this file.00001 /* 00002 00003 KCalc 00004 00005 Copyright (C) Bernd Johannes Wuebben 00006 wuebben@math.cornell.edu 00007 wuebben@kde.org 00008 00009 This program is free software; you can redistribute it and/or 00010 modify it under the terms of the GNU General Public License 00011 as published by the Free Software Foundation; either version 2 00012 of the License, or (at your option) any later version. 00013 00014 This program is distributed in the hope that it will be useful, 00015 but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 GNU General Public License for more details. 00018 00019 You should have received a copy of the GNU General Public License 00020 along with this program; if not, write to the Free Software 00021 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 00022 00023 */ 00024 00025 00026 #ifndef _CONF_VALUES_H_ 00027 #define _CONF_VALUES_H_ 00028 00029 typedef struct _DefStruct 00030 { 00031 QColor forecolor; 00032 QColor backcolor; 00033 QColor numberButtonColor; 00034 QColor functionButtonColor; 00035 QColor statButtonColor; 00036 QColor hexButtonColor; 00037 QColor memoryButtonColor; 00038 QColor operationButtonColor; 00039 00040 int precision; 00041 int fixedprecision; 00042 bool fixed; 00043 bool beep; 00044 bool capres; 00045 QFont font; 00046 } DefStruct; 00047 00048 #endif // _CONF_VALUES_H_
KDE 4.0 API Reference