kcalc
#include <kcalc_settings.h>
Definition at line 13 of file kcalc_settings.h.
KCalcSettings::~KCalcSettings |
( |
| ) |
|
KCalcSettings::KCalcSettings |
( |
| ) |
|
|
protected |
static uint KCalcSettings::angleMode |
( |
| ) |
|
|
inlinestatic |
static QColor KCalcSettings::backColor |
( |
| ) |
|
|
inlinestatic |
static uint KCalcSettings::baseMode |
( |
| ) |
|
|
inlinestatic |
static bool KCalcSettings::beep |
( |
| ) |
|
|
inlinestatic |
static uint KCalcSettings::binaryGrouping |
( |
| ) |
|
|
inlinestatic |
Get Binary figures will be separated by a whitespace after every Xth digit.
Definition at line 469 of file kcalc_settings.h.
static QFont KCalcSettings::buttonFont |
( |
| ) |
|
|
inlinestatic |
static bool KCalcSettings::captionResult |
( |
| ) |
|
|
inlinestatic |
Get Whether to show the result in the window title.
Definition at line 317 of file kcalc_settings.h.
static QFont KCalcSettings::displayFont |
( |
| ) |
|
|
inlinestatic |
static bool KCalcSettings::fixed |
( |
| ) |
|
|
inlinestatic |
static uint KCalcSettings::fixedPrecision |
( |
| ) |
|
|
inlinestatic |
static QColor KCalcSettings::foreColor |
( |
| ) |
|
|
inlinestatic |
static QColor KCalcSettings::functionButtonsColor |
( |
| ) |
|
|
inlinestatic |
static bool KCalcSettings::groupDigits |
( |
| ) |
|
|
inlinestatic |
static uint KCalcSettings::hexadecimalGrouping |
( |
| ) |
|
|
inlinestatic |
Get Hexadecimal figures will be separated by a whitespace after every Xth digit.
Definition at line 507 of file kcalc_settings.h.
static QColor KCalcSettings::hexButtonsColor |
( |
| ) |
|
|
inlinestatic |
static QColor KCalcSettings::memoryButtonsColor |
( |
| ) |
|
|
inlinestatic |
static QString KCalcSettings::nameConstant |
( |
int |
i | ) |
|
|
inlinestatic |
static QColor KCalcSettings::numberButtonsColor |
( |
| ) |
|
|
inlinestatic |
static uint KCalcSettings::octalGrouping |
( |
| ) |
|
|
inlinestatic |
Get Octal figures will be separated by a whitespace after every Xth digit.
Definition at line 488 of file kcalc_settings.h.
static QColor KCalcSettings::operationButtonsColor |
( |
| ) |
|
|
inlinestatic |
static uint KCalcSettings::precision |
( |
| ) |
|
|
inlinestatic |
static void KCalcSettings::setAngleMode |
( |
uint |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setBackColor |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setBaseMode |
( |
uint |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setBeep |
( |
bool |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setBinaryGrouping |
( |
uint |
v | ) |
|
|
inlinestatic |
Set Binary figures will be separated by a whitespace after every Xth digit.
Definition at line 459 of file kcalc_settings.h.
static void KCalcSettings::setButtonFont |
( |
const QFont & |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setCaptionResult |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Whether to show the result in the window title.
Definition at line 307 of file kcalc_settings.h.
static void KCalcSettings::setDisplayFont |
( |
const QFont & |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setFixed |
( |
bool |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setFixedPrecision |
( |
uint |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setForeColor |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setFunctionButtonsColor |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setGroupDigits |
( |
bool |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setHexadecimalGrouping |
( |
uint |
v | ) |
|
|
inlinestatic |
Set Hexadecimal figures will be separated by a whitespace after every Xth digit.
Definition at line 497 of file kcalc_settings.h.
static void KCalcSettings::setHexButtonsColor |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setMemoryButtonsColor |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setNameConstant |
( |
int |
i, |
|
|
const QString & |
v |
|
) |
| |
|
inlinestatic |
static void KCalcSettings::setNumberButtonsColor |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setOctalGrouping |
( |
uint |
v | ) |
|
|
inlinestatic |
Set Octal figures will be separated by a whitespace after every Xth digit.
Definition at line 478 of file kcalc_settings.h.
static void KCalcSettings::setOperationButtonsColor |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setPrecision |
( |
uint |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setShowBitset |
( |
bool |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setShowConstants |
( |
bool |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setStatButtonsColor |
( |
const QColor & |
v | ) |
|
|
inlinestatic |
static void KCalcSettings::setTwosComplement |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Whether to use Two's Complement for non-decimal numbers.
Definition at line 345 of file kcalc_settings.h.
static void KCalcSettings::setValueConstant |
( |
int |
i, |
|
|
const QString & |
v |
|
) |
| |
|
inlinestatic |
static bool KCalcSettings::showBitset |
( |
| ) |
|
|
inlinestatic |
static bool KCalcSettings::showConstants |
( |
| ) |
|
|
inlinestatic |
static QColor KCalcSettings::statButtonsColor |
( |
| ) |
|
|
inlinestatic |
static bool KCalcSettings::twosComplement |
( |
| ) |
|
|
inlinestatic |
Get Whether to use Two's Complement for non-decimal numbers.
Definition at line 355 of file kcalc_settings.h.
static QString KCalcSettings::valueConstant |
( |
int |
i | ) |
|
|
inlinestatic |
uint KCalcSettings::mAngleMode |
|
protected |
QColor KCalcSettings::mBackColor |
|
protected |
uint KCalcSettings::mBaseMode |
|
protected |
bool KCalcSettings::mBeep |
|
protected |
uint KCalcSettings::mBinaryGrouping |
|
protected |
QFont KCalcSettings::mButtonFont |
|
protected |
int KCalcSettings::mCalculatorMode |
|
protected |
bool KCalcSettings::mCaptionResult |
|
protected |
QFont KCalcSettings::mDisplayFont |
|
protected |
bool KCalcSettings::mFixed |
|
protected |
uint KCalcSettings::mFixedPrecision |
|
protected |
QColor KCalcSettings::mForeColor |
|
protected |
QColor KCalcSettings::mFunctionButtonsColor |
|
protected |
bool KCalcSettings::mGroupDigits |
|
protected |
uint KCalcSettings::mHexadecimalGrouping |
|
protected |
QColor KCalcSettings::mHexButtonsColor |
|
protected |
QColor KCalcSettings::mMemoryButtonsColor |
|
protected |
QString KCalcSettings::mNameConstant[6] |
|
protected |
QColor KCalcSettings::mNumberButtonsColor |
|
protected |
uint KCalcSettings::mOctalGrouping |
|
protected |
QColor KCalcSettings::mOperationButtonsColor |
|
protected |
uint KCalcSettings::mPrecision |
|
protected |
bool KCalcSettings::mShowBitset |
|
protected |
bool KCalcSettings::mShowConstants |
|
protected |
QColor KCalcSettings::mStatButtonsColor |
|
protected |
bool KCalcSettings::mTwosComplement |
|
protected |
QString KCalcSettings::mValueConstant[6] |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:28 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.