kcalc
kcalc_settings.h
Go to the documentation of this file.
static QColor operationButtonsColor()
Get The color of operation buttons.
Definition: kcalc_settings.h:172
static QColor statButtonsColor()
Get The color of statistical buttons.
Definition: kcalc_settings.h:115
static void setShowConstants(bool v)
Set Whether to show constant buttons.
Definition: kcalc_settings.h:402
static void setFixedPrecision(uint v)
Set Number of fixed decimal digits.
Definition: kcalc_settings.h:250
static void setFixed(bool v)
Set Whether to use fixed decimal places.
Definition: kcalc_settings.h:269
static void setButtonFont(const QFont &v)
Set The font to use for the buttons.
Definition: kcalc_settings.h:181
static uint octalGrouping()
Get Octal figures will be separated by a whitespace after every Xth digit.
Definition: kcalc_settings.h:488
static void setTwosComplement(bool v)
Set Whether to use Two's Complement for non-decimal numbers.
Definition: kcalc_settings.h:345
static void setOperationButtonsColor(const QColor &v)
Set The color of operation buttons.
Definition: kcalc_settings.h:162
static QColor functionButtonsColor()
Get The color of function buttons.
Definition: kcalc_settings.h:96
static void setNumberButtonsColor(const QColor &v)
Set The color of number buttons.
Definition: kcalc_settings.h:67
static uint binaryGrouping()
Get Binary figures will be separated by a whitespace after every Xth digit.
Definition: kcalc_settings.h:469
static void setStatButtonsColor(const QColor &v)
Set The color of statistical buttons.
Definition: kcalc_settings.h:105
static void setHexButtonsColor(const QColor &v)
Set The color of hex buttons.
Definition: kcalc_settings.h:124
static void setNameConstant(int i, const QString &v)
Set Name of the user programmable constants.
Definition: kcalc_settings.h:516
static void setShowBitset(bool v)
Set Whether to show the bit edit widget.
Definition: kcalc_settings.h:383
static void setOctalGrouping(uint v)
Set Octal figures will be separated by a whitespace after every Xth digit.
Definition: kcalc_settings.h:478
static void setPrecision(uint v)
Set Maximum number of digits displayed.
Definition: kcalc_settings.h:219
static void setCaptionResult(bool v)
Set Whether to show the result in the window title.
Definition: kcalc_settings.h:307
static void setDisplayFont(const QFont &v)
Set The font to use in the display.
Definition: kcalc_settings.h:200
static void setCalculatorMode(EnumCalculatorMode::type v)
Set CalculatorMode.
Definition: kcalc_settings.h:364
static uint hexadecimalGrouping()
Get Hexadecimal figures will be separated by a whitespace after every Xth digit.
Definition: kcalc_settings.h:507
Definition: kcalc_settings.h:13
static EnumCalculatorMode::type calculatorMode()
Get CalculatorMode.
Definition: kcalc_settings.h:374
static void setValueConstant(int i, const QString &v)
Set List of user programmable constants.
Definition: kcalc_settings.h:535
static void setBackColor(const QColor &v)
Set The background color of the display.
Definition: kcalc_settings.h:48
static QString nameConstant(int i)
Get Name of the user programmable constants.
Definition: kcalc_settings.h:526
static void setMemoryButtonsColor(const QColor &v)
Set The color of memory buttons.
Definition: kcalc_settings.h:143
QString fromLatin1(const char *str, int size)
static void setFunctionButtonsColor(const QColor &v)
Set The color of function buttons.
Definition: kcalc_settings.h:86
static bool twosComplement()
Get Whether to use Two's Complement for non-decimal numbers.
Definition: kcalc_settings.h:355
static void setBinaryGrouping(uint v)
Set Binary figures will be separated by a whitespace after every Xth digit.
Definition: kcalc_settings.h:459
static void setHexadecimalGrouping(uint v)
Set Hexadecimal figures will be separated by a whitespace after every Xth digit.
Definition: kcalc_settings.h:497
static QString valueConstant(int i)
Get List of user programmable constants.
Definition: kcalc_settings.h:545
static void setForeColor(const QColor &v)
Set The foreground color of the display.
Definition: kcalc_settings.h:29
static bool captionResult()
Get Whether to show the result in the window title.
Definition: kcalc_settings.h:317
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
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.