libs/libkdcraw/libkdcraw
KDcrawIface::RDoubleNumInput Class Reference
#include <rnuminput.h>
Inheritance diagram for KDcrawIface::RDoubleNumInput:
Public Slots | |
void | setValue (double d) |
void | slotReset () |
Signals | |
void | reset () |
void | valueChanged (double) |
Public Member Functions | |
RDoubleNumInput (QWidget *const parent=0) | |
~RDoubleNumInput () | |
double | defaultValue () const |
KDoubleNumInput * | input () const |
void | setDecimals (int p) |
void | setDefaultValue (double d) |
void | setRange (double min, double max, double step, bool slider=true) |
double | value () const |
Detailed Description
Definition at line 84 of file rnuminput.h.
Constructor & Destructor Documentation
KDcrawIface::RDoubleNumInput::RDoubleNumInput | ( | QWidget *const | parent = 0 | ) |
Definition at line 161 of file rnuminput.cpp.
KDcrawIface::RDoubleNumInput::~RDoubleNumInput | ( | ) |
Definition at line 184 of file rnuminput.cpp.
Member Function Documentation
double KDcrawIface::RDoubleNumInput::defaultValue | ( | ) | const |
Definition at line 214 of file rnuminput.cpp.
KDoubleNumInput * KDcrawIface::RDoubleNumInput::input | ( | ) | const |
Definition at line 189 of file rnuminput.cpp.
|
signal |
void KDcrawIface::RDoubleNumInput::setDecimals | ( | int | p | ) |
Definition at line 194 of file rnuminput.cpp.
void KDcrawIface::RDoubleNumInput::setDefaultValue | ( | double | d | ) |
Definition at line 219 of file rnuminput.cpp.
void KDcrawIface::RDoubleNumInput::setRange | ( | double | min, |
double | max, | ||
double | step, | ||
bool | slider = true |
||
) |
Definition at line 199 of file rnuminput.cpp.
|
slot |
Definition at line 209 of file rnuminput.cpp.
|
slot |
Definition at line 226 of file rnuminput.cpp.
double KDcrawIface::RDoubleNumInput::value | ( | ) | const |
Definition at line 204 of file rnuminput.cpp.
|
signal |
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:19:36 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:19:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.