#include <settings.h>
Public Slots | |
| virtual void | setValue (int newValue) |
Signals | |
| void | valueChanged (int newValue) |
Public Member Functions | |
| int | intValue (void) const |
Protected Member Functions | |
| IntegerSetting (Storage *_storage) | |
Definition at line 171 of file settings.h.
| IntegerSetting::IntegerSetting | ( | Storage * | _storage | ) | [inline, protected] |
Definition at line 176 of file settings.h.
| int IntegerSetting::intValue | ( | void | ) | const [inline] |
Definition at line 179 of file settings.h.
Referenced by ProgressSetting::configWidget(), SpinBoxSetting::configWidget(), SliderSetting::configWidget(), DVBExtra::GetInstanceCount(), HDHomeRunExtra::GetInstanceCount(), ProfileGroup::isDefault(), TimeStretch::Load(), AutoIncrementDBSetting::Save(), TimeStretch::Save(), MythDbSettings2::Save(), ChannelID::Save(), and SpinBoxSetting::setValue().
| virtual void IntegerSetting::setValue | ( | int | newValue | ) | [inline, virtual, slot] |
Reimplemented in BoundedIntegerSetting, and SpinBoxSetting.
Definition at line 183 of file settings.h.
Referenced by AutoIncrementDBSetting::AutoIncrementDBSetting(), ChannelScannerGUIScanPane::ChannelScannerGUIScanPane(), ChannelWizard::ChannelWizard(), ProgressSetting::configWidget(), AutoIncrementDBSetting::Save(), ChannelID::Save(), ChannelScannerGUIScanPane::SetScanProgress(), ChannelScannerGUIScanPane::SetStatusRotorPosition(), ChannelScannerGUIScanPane::SetStatusSignalStrength(), ChannelScannerGUIScanPane::SetStatusSignalToNoise(), TransportWizard::TransportWizard(), and VideoSourceID::VideoSourceID().
| void IntegerSetting::valueChanged | ( | int | newValue | ) | [signal] |
Referenced by ProgressSetting::configWidget(), and SliderSetting::configWidget().
1.6.3