Public Member Functions | |
int | mapToInt (uint v) const |
uint | mapToUInt (int v) const |
UIntSpinBoxPrivate () | |
Public Attributes | |
UnsignedValidator * | mValidator |
Definition at line 90 of file SpinBox.cpp.
Gui::UIntSpinBoxPrivate::UIntSpinBoxPrivate | ( | ) | [inline] |
Definition at line 95 of file SpinBox.cpp.
int Gui::UIntSpinBoxPrivate::mapToInt | ( | uint | v | ) | const [inline] |
Definition at line 111 of file SpinBox.cpp.
References Py::int.
Referenced by Gui::UIntSpinBox::setRange(), Gui::UIntSpinBox::setValue(), and Gui::UIntSpinBox::valueFromText().
uint Gui::UIntSpinBoxPrivate::mapToUInt | ( | int | v | ) | const [inline] |
Definition at line 98 of file SpinBox.cpp.
Referenced by Gui::UIntSpinBox::maximum(), Gui::UIntSpinBox::minimum(), Gui::UIntSpinBox::textFromValue(), and Gui::UIntSpinBox::value().
Definition at line 93 of file SpinBox.cpp.
Referenced by Gui::UIntSpinBox::UIntSpinBox(), Gui::UIntSpinBox::validate(), and Gui::UIntSpinBox::~UIntSpinBox().