kcalc
KCalcSettings Class Reference
#include <kcalc_settings.h>

Detailed Description
Definition at line 11 of file kcalc_settings.h.
Constructor & Destructor Documentation
| KCalcSettings::~KCalcSettings | ( | ) |
Definition at line 134 of file kcalc_settings.cpp.
| KCalcSettings::KCalcSettings | ( | ) | [protected] |
Definition at line 27 of file kcalc_settings.cpp.
Member Function Documentation
| KCalcSettings * KCalcSettings::self | ( | ) | [static] |
Definition at line 17 of file kcalc_settings.cpp.
| static QColor KCalcSettings::foreColor | ( | ) | [inline, static] |
| static QColor KCalcSettings::backColor | ( | ) | [inline, static] |
| static QColor KCalcSettings::numberButtonsColor | ( | ) | [inline, static] |
| static QColor KCalcSettings::functionButtonsColor | ( | ) | [inline, static] |
| static QColor KCalcSettings::statButtonsColor | ( | ) | [inline, static] |
| static QColor KCalcSettings::hexButtonsColor | ( | ) | [inline, static] |
| static QColor KCalcSettings::memoryButtonsColor | ( | ) | [inline, static] |
| static QColor KCalcSettings::operationButtonsColor | ( | ) | [inline, static] |
| static QFont KCalcSettings::font | ( | ) | [inline, static] |
| static uint KCalcSettings::precision | ( | ) | [inline, static] |
| static uint KCalcSettings::fixedPrecision | ( | ) | [inline, static] |
| static bool KCalcSettings::fixed | ( | ) | [inline, static] |
| static bool KCalcSettings::beep | ( | ) | [inline, static] |
| static bool KCalcSettings::captionResult | ( | ) | [inline, static] |
Get Whether to show the result in the window title.
Definition at line 153 of file kcalc_settings.h.
| static bool KCalcSettings::groupDigits | ( | ) | [inline, static] |
| static void KCalcSettings::setShowStat | ( | bool | v | ) | [inline, static] |
| static bool KCalcSettings::showStat | ( | ) | [inline, static] |
| static void KCalcSettings::setShowScientific | ( | bool | v | ) | [inline, static] |
Set Whether to show buttons with functions used in science/engineering, like exp, log, sin etc.
Definition at line 192 of file kcalc_settings.h.
| static bool KCalcSettings::showScientific | ( | ) | [inline, static] |
Get Whether to show buttons with functions used in science/engineering, like exp, log, sin etc.
Definition at line 203 of file kcalc_settings.h.
| static void KCalcSettings::setShowLogic | ( | bool | v | ) | [inline, static] |
| static bool KCalcSettings::showLogic | ( | ) | [inline, static] |
| static void KCalcSettings::setShowConstants | ( | bool | v | ) | [inline, static] |
| static bool KCalcSettings::showConstants | ( | ) | [inline, static] |
| static void KCalcSettings::setNameConstant | ( | int | i, | |
| const QString & | v | |||
| ) | [inline, static] |
| static QString KCalcSettings::nameConstant | ( | int | i | ) | [inline, static] |
| static void KCalcSettings::setValueConstant | ( | int | i, | |
| const QString & | v | |||
| ) | [inline, static] |
| static QString KCalcSettings::valueConstant | ( | int | i | ) | [inline, static] |
Friends And Related Function Documentation
friend class KCalcSettingsHelper [friend] |
Definition at line 286 of file kcalc_settings.h.
Member Data Documentation
QColor KCalcSettings::mForeColor [protected] |
Definition at line 290 of file kcalc_settings.h.
QColor KCalcSettings::mBackColor [protected] |
Definition at line 291 of file kcalc_settings.h.
QColor KCalcSettings::mNumberButtonsColor [protected] |
Definition at line 292 of file kcalc_settings.h.
QColor KCalcSettings::mFunctionButtonsColor [protected] |
Definition at line 293 of file kcalc_settings.h.
QColor KCalcSettings::mStatButtonsColor [protected] |
Definition at line 294 of file kcalc_settings.h.
QColor KCalcSettings::mHexButtonsColor [protected] |
Definition at line 295 of file kcalc_settings.h.
QColor KCalcSettings::mMemoryButtonsColor [protected] |
Definition at line 296 of file kcalc_settings.h.
QColor KCalcSettings::mOperationButtonsColor [protected] |
Definition at line 297 of file kcalc_settings.h.
QFont KCalcSettings::mFont [protected] |
Definition at line 300 of file kcalc_settings.h.
uint KCalcSettings::mPrecision [protected] |
Definition at line 303 of file kcalc_settings.h.
uint KCalcSettings::mFixedPrecision [protected] |
Definition at line 304 of file kcalc_settings.h.
bool KCalcSettings::mFixed [protected] |
Definition at line 305 of file kcalc_settings.h.
bool KCalcSettings::mBeep [protected] |
Definition at line 308 of file kcalc_settings.h.
bool KCalcSettings::mCaptionResult [protected] |
Definition at line 309 of file kcalc_settings.h.
bool KCalcSettings::mGroupDigits [protected] |
Definition at line 310 of file kcalc_settings.h.
bool KCalcSettings::mShowStat [protected] |
Definition at line 311 of file kcalc_settings.h.
bool KCalcSettings::mShowScientific [protected] |
Definition at line 312 of file kcalc_settings.h.
bool KCalcSettings::mShowLogic [protected] |
Definition at line 313 of file kcalc_settings.h.
bool KCalcSettings::mShowConstants [protected] |
Definition at line 314 of file kcalc_settings.h.
QString KCalcSettings::mNameConstant[6] [protected] |
Definition at line 317 of file kcalc_settings.h.
QString KCalcSettings::mValueConstant[6] [protected] |
Definition at line 318 of file kcalc_settings.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference