#include <settings.h>

Definition at line 461 of file settings.h.
Public Member Functions | |
| CheckBoxSetting (Storage *_storage) | |
| virtual QWidget * | configWidget (ConfigurationGroup *cg, QWidget *parent, const char *widgetName=0) |
| Create and return a QWidget for configuring this entity Note: Any class calling this should call widgetInvalid() before configWidget() is called on the class again, and before the class is deleted; just before removing the instance from a layout or scheduling the delete of a parent container is a good time. | |
| virtual void | widgetInvalid (QObject *) |
| Tell any Configurable keeping a pointer to a widget, that the pointer returned by an earlier configWidget call is invalid. | |
| virtual void | setEnabled (bool b) |
| virtual void | setHelpText (const QString &str) |
Protected Attributes | |
| MythCheckBox * | widget |
| CheckBoxSetting::CheckBoxSetting | ( | Storage * | _storage | ) | [inline] |
Definition at line 463 of file settings.h.
| QWidget * CheckBoxSetting::configWidget | ( | ConfigurationGroup * | cg, | |
| QWidget * | parent, | |||
| const char * | widgetName = 0 | |||
| ) | [virtual] |
Create and return a QWidget for configuring this entity Note: Any class calling this should call widgetInvalid() before configWidget() is called on the class again, and before the class is deleted; just before removing the instance from a layout or scheduling the delete of a parent container is a good time.
Some UI classes depend on this for properly updating the UI.
Reimplemented from Configurable.
Definition at line 797 of file settings.cpp.
| void CheckBoxSetting::widgetInvalid | ( | QObject * | ) | [virtual] |
Tell any Configurable keeping a pointer to a widget, that the pointer returned by an earlier configWidget call is invalid.
Note: It is possible that this may be called after configWidget() has been called another time so you must check the pointer param.
Reimplemented from Configurable.
Definition at line 820 of file settings.cpp.
| void CheckBoxSetting::setEnabled | ( | bool | b | ) | [virtual] |
Reimplemented from Configurable.
Definition at line 825 of file settings.cpp.
Referenced by RecordingProfile::FiltersChanged(), RecordingProfile::SetLosslessTranscode(), LNBConfig::SetPreset(), ChannelOptionsCommon::sourceChanged(), and LNBConfig::UpdateType().
| void CheckBoxSetting::setHelpText | ( | const QString & | str | ) | [virtual] |
Reimplemented from Configurable.
Definition at line 832 of file settings.cpp.
Referenced by AC3PassThrough(), AggressiveBuffer(), AggressiveCommDetect(), AltClearSavedPosition(), AlwaysStreamFiles(), AudioNagSetting(), AutoCommercialFlag(), AutoCommflagWhileRecording(), AutoExpireDefault(), AutoExpireInsteadOfDelete(), AutoExpireWatchedPriority(), AutoLookupCD(), AutomaticSetWatched(), AutoPlayCD(), AutoRunUserJob(), AutoStartFrontend(), AutoTranscode(), AutoTranscodeBeforeAutoCommflag(), blockSDWUwithoutClient(), CCBackground(), CDCreateDir(), CDWriterEnabled(), ClearSavedPosition(), CommSkipAllBlanks(), ContinueEmbeddedTVPlay(), DecodeExtraAudio(), DefaultCCMode(), DeletedFifoOrder(), DeletesFollowLinks(), DisableFirewireReset(), DTSPassThrough(), DVDBookmarkPrompt(), EITIgnoresSource(), EjectCD(), EnableDVDBookmark(), EnableMediaEvents(), EnableMediaMon(), EnableMHEG(), EnableXbox(), EndOfRecordingExitPrompt(), EPGEnableJumpToChannel(), EPGScrollType(), EPGShowCategoryColors(), EPGShowCategoryText(), EPGShowChannelIcon(), EPGShowFavorites(), ExactSeeking(), Favourite::Favourite(), FFRewReverse(), GameDeepScan(), GameRemovalPrompt(), GameShowFileNames(), GameTreeView(), GeneratePreviewPixmaps(), GRComplexPriority(), GRSchedMoveHigher(), GRSchedOpenEnd(), GuiSizeForTV(), HideMouseCursor(), IgnoreID3Tags(), IgnoreSignalTimeout::IgnoreSignalTimeout(), IndividualMuteControl(), JobAllowCommFlag(), JobAllowTranscode(), JobAllowUserJob(), JobsRunOnRecordHost(), JumpToProgramOSD(), KeyboardAccelerators(), LastFreeCard(), LCDBacklightOn(), LCDBigClock(), LCDEnable(), LCDHeartBeatOn(), LCDShowChannel(), LCDShowGeneric(), LCDShowMenu(), LCDShowMusic(), LCDShowRecStatus(), LCDShowTime(), LCDShowVolume(), LiveTVInAllPrograms(), LiveTVPriority(), LogCleanEnabled(), LogEnabled(), MacDesktopEnabled(), MacDockEnabled(), MacFloatEnabled(), MacGammaCorrect(), MacMainEnabled(), MacScaleUp(), MasterBackendOverride(), Mp3UseVBR(), MTDac3Flag(), MTDLogFlag(), MTDTrustTranscodeFRDetect(), MTDxvidFlag(), MythArchiveAddSubtitles(), MythArchiveAlwaysUseMythTranscode(), MythArchiveCopyRemoteFiles(), MythArchiveEncodeToAc3(), MythArchiveUseFIFO(), MythArchiveUseProjectX(), MythControlsVolume(), MythDbSettings1::MythDbSettings1(), MythDbSettings2::MythDbSettings2(), MythFillEnabled(), MythFillGrabberSuggestsTime(), MythGalleryThumbnailLocation(), NetworkControlEnabled(), NoPromptOnExit(), NoWhitespace(), PBBShowGroupSummary(), PBBStartInTitle(), PersistentBrowseMode(), PlaybackPreview(), PlaybackProfileItemConfig::PlaybackProfileItemConfig(), PlaybackWatchList(), PlaybackWLAutoExpire(), PlaybackWLStart(), PlayBoxTransparency(), PreferCC708(), PreviewFromBookmark(), PVR350OutputEnable(), PVR350UseInternalSound(), QueryInitialFilter(), RandomTheme(), RealtimePriority(), RememberRecGroup(), RerecordWatched(), RunInWindow(), SaveTranscoding(), SelectChangesChannel(), SetupPinCodeRequired(), ShowAlbumArtOnSongChange(), ShutdownWithBE(), SipAutoanswer(), SipRegisterWithProxy(), SlideshowRecursive(), SlideshowUseOpenGL(), SmartChannelChange(), SmartForward(), StickyKeys(), TruncateDeletes(), UseArrowAccels(), UseGroupNameAsAllPrograms(), UseListShuffled(), UseOpenGLVSync(), UsePicControls(), UseShowRatings(), UseShowWholeTree(), UseVideoModes(), UseVideoTimebase(), UseVirtualKeyboard(), VideoAggressivePC(), VideoBrowserNoDB(), VideoDBFolderView(), VideoGalleryNoDB(), VideoGallerySubtitle(), VideoListUnknownFiletypes(), VideoNewBrowsable(), VideoSortIgnoresCase(), VideoTreeNoDB(), VideoTreeNoMetaData(), VideoTreeRemeber(), VisualCycleOnSongChange(), VisualRandomize(), WatchTVGuide(), XboxLEDNonLiveTV(), and ZMServerUseOpenGL().
MythCheckBox* CheckBoxSetting::widget [protected] |
Definition at line 474 of file settings.h.
Referenced by configWidget(), setEnabled(), setHelpText(), and widgetInvalid().
1.5.5