kcalc
kcalc_settings.h
Go to the documentation of this file.
static QColor operationButtonsColor()
Get The color of operation buttons.
Definition: kcalc_settings.h:171
static QColor statButtonsColor()
Get The color of statistical buttons.
Definition: kcalc_settings.h:114
static void setShowConstants(bool v)
Set Whether to show constant buttons.
Definition: kcalc_settings.h:420
static void setFixedPrecision(uint v)
Set Number of fixed decimal digits.
Definition: kcalc_settings.h:249
static void setFixed(bool v)
Set Whether to use fixed decimal places.
Definition: kcalc_settings.h:268
static void setButtonFont(const QFont &v)
Set The font to use for the buttons.
Definition: kcalc_settings.h:180
static uint octalGrouping()
Get Octal figures will be separated by a whitespace after every Xth digit.
Definition: kcalc_settings.h:506
static void setTwosComplement(bool v)
Set Whether to use Two's Complement for non-decimal numbers.
Definition: kcalc_settings.h:344
static void setRepeatLastOperation(bool v)
Set Enables that the last operation is repeated when "=" is pressed.
Definition: kcalc_settings.h:363
static void setOperationButtonsColor(const QColor &v)
Set The color of operation buttons.
Definition: kcalc_settings.h:161
static QColor functionButtonsColor()
Get The color of function buttons.
Definition: kcalc_settings.h:95
static void setNumberButtonsColor(const QColor &v)
Set The color of number buttons.
Definition: kcalc_settings.h:66
static uint binaryGrouping()
Get Binary figures will be separated by a whitespace after every Xth digit.
Definition: kcalc_settings.h:487
static void setStatButtonsColor(const QColor &v)
Set The color of statistical buttons.
Definition: kcalc_settings.h:104
static void setHexButtonsColor(const QColor &v)
Set The color of hex buttons.
Definition: kcalc_settings.h:123
static void setNameConstant(int i, const QString &v)
Set Name of the user programmable constants.
Definition: kcalc_settings.h:534
static void setShowBitset(bool v)
Set Whether to show the bit edit widget.
Definition: kcalc_settings.h:401
static void setOctalGrouping(uint v)
Set Octal figures will be separated by a whitespace after every Xth digit.
Definition: kcalc_settings.h:496
static void setPrecision(uint v)
Set Maximum number of digits displayed.
Definition: kcalc_settings.h:218
static void setCaptionResult(bool v)
Set Whether to show the result in the window title.
Definition: kcalc_settings.h:306
static void setDisplayFont(const QFont &v)
Set The font to use in the display.
Definition: kcalc_settings.h:199
static void setCalculatorMode(EnumCalculatorMode::type v)
Set CalculatorMode.
Definition: kcalc_settings.h:382
static uint hexadecimalGrouping()
Get Hexadecimal figures will be separated by a whitespace after every Xth digit.
Definition: kcalc_settings.h:525
static bool repeatLastOperation()
Get Enables that the last operation is repeated when "=" is pressed.
Definition: kcalc_settings.h:373
Definition: kcalc_settings.h:12
static EnumCalculatorMode::type calculatorMode()
Get CalculatorMode.
Definition: kcalc_settings.h:392
static void setValueConstant(int i, const QString &v)
Set List of user programmable constants.
Definition: kcalc_settings.h:553
static void setBackColor(const QColor &v)
Set The background color of the display.
Definition: kcalc_settings.h:47
static QString nameConstant(int i)
Get Name of the user programmable constants.
Definition: kcalc_settings.h:544
static void setMemoryButtonsColor(const QColor &v)
Set The color of memory buttons.
Definition: kcalc_settings.h:142
QString fromLatin1(const char *str, int size)
static void setFunctionButtonsColor(const QColor &v)
Set The color of function buttons.
Definition: kcalc_settings.h:85
static bool twosComplement()
Get Whether to use Two's Complement for non-decimal numbers.
Definition: kcalc_settings.h:354
static void setBinaryGrouping(uint v)
Set Binary figures will be separated by a whitespace after every Xth digit.
Definition: kcalc_settings.h:477
static void setHexadecimalGrouping(uint v)
Set Hexadecimal figures will be separated by a whitespace after every Xth digit.
Definition: kcalc_settings.h:515
static QString valueConstant(int i)
Get List of user programmable constants.
Definition: kcalc_settings.h:563
static void setForeColor(const QColor &v)
Set The foreground color of the display.
Definition: kcalc_settings.h:28
static bool captionResult()
Get Whether to show the result in the window title.
Definition: kcalc_settings.h:316
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Dec 6 2019 03:35:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Dec 6 2019 03:35:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.