#include <mythuibuttonlist.h>
Public Types | |
| enum | CheckState { CantCheck = -1, NotChecked = 0, HalfChecked, FullChecked } |
Public Member Functions | |
| MythUIButtonListItem (MythUIButtonList *lbtype, const QString &text, const QString &image="", bool checkable=false, CheckState state=CantCheck, bool showArrow=false, int listPosition=-1) | |
| MythUIButtonListItem (MythUIButtonList *lbtype, const QString &text, QVariant data, int listPosition=-1) | |
| virtual | ~MythUIButtonListItem () |
| MythUIButtonList * | parent () const |
| void | SetText (const QString &text, const QString &name="", const QString &state="") |
| void | SetTextFromMap (InfoMap &infoMap, const QString &state="") |
| void | SetTextFromMap (QMap< QString, TextProperties > &stringMap) |
| QString | GetText (const QString &name="") const |
| bool | FindText (const QString &searchStr, const QString &fieldList="**ALL**", bool startsWith=false) const |
| void | SetFontState (const QString &state, const QString &name="") |
| void | setImage (MythImage *image, const QString &name="") |
| Sets an image directly, should only be used in special circumstances since it bypasses the cache. | |
| MythImage * | getImage (const QString &name="") |
| Gets a MythImage which has been assigned to this button item, as with setImage() it should only be used in special circumstances since it bypasses the cache. | |
| void | SetImage (const QString &filename, const QString &name="", bool force_reload=false) |
| void | SetImageFromMap (const InfoMap &imageMap) |
| QString | GetImage (const QString &name="") const |
| void | DisplayState (const QString &state, const QString &name) |
| void | SetStatesFromMap (const InfoMap &stateMap) |
| bool | checkable () const |
| void | setCheckable (bool flag) |
| CheckState | state () const |
| void | setChecked (CheckState state) |
| void | setDrawArrow (bool flag) |
| void | SetData (QVariant data) |
| QVariant | GetData () |
| bool | MoveUpDown (bool flag) |
| virtual void | SetToRealButton (MythUIStateType *button, bool selected) |
Protected Attributes | |
| MythUIButtonList * | m_parent |
| QString | m_text |
| QString | m_fontState |
| MythImage * | m_image |
| QString | m_imageFilename |
| bool | m_checkable |
| CheckState | m_state |
| QVariant | m_data |
| bool | m_showArrow |
| QMap< QString, TextProperties > | m_strings |
| QMap< QString, MythImage * > | m_images |
| InfoMap | m_imageFilenames |
| InfoMap | m_states |
Friends | |
| class | MythUIButtonList |
| class | MythGenericTree |
Definition at line 24 of file mythuibuttonlist.h.
Definition at line 27 of file mythuibuttonlist.h.
| MythUIButtonListItem::MythUIButtonListItem | ( | MythUIButtonList * | lbtype, | |
| const QString & | text, | |||
| const QString & | image = "", |
|||
| bool | checkable = false, |
|||
| CheckState | state = CantCheck, |
|||
| bool | showArrow = false, |
|||
| int | listPosition = -1 | |||
| ) |
Definition at line 2985 of file mythuibuttonlist.cpp.
| MythUIButtonListItem::MythUIButtonListItem | ( | MythUIButtonList * | lbtype, | |
| const QString & | text, | |||
| QVariant | data, | |||
| int | listPosition = -1 | |||
| ) |
Definition at line 3009 of file mythuibuttonlist.cpp.
| MythUIButtonListItem::~MythUIButtonListItem | ( | ) | [virtual] |
Definition at line 3030 of file mythuibuttonlist.cpp.
| MythUIButtonList * MythUIButtonListItem::parent | ( | ) | const |
Definition at line 3319 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonTree::handleSelect(), PlaybackBox::ItemVisible(), MythUIButtonTree::RemoveItem(), VideoDialog::UpdatePosition(), and VideoDialog::UpdateText().
| void MythUIButtonListItem::SetText | ( | const QString & | text, | |
| const QString & | name = "", |
|||
| const QString & | state = "" | |||
| ) |
Definition at line 3047 of file mythuibuttonlist.cpp.
Referenced by MythThemedMenu::addButton(), SmartPLOrderByDialog::ascendingPressed(), ProgramRecPriority::changeRecPriority(), ChannelRecPriority::changeRecPriority(), ImageSearchResultsDialog::Create(), EditAlbumartDialog::customEvent(), SmartPLOrderByDialog::descendingPressed(), NetSearch::doSearch(), MythBurn::editorClosed(), TreeEditor::fillGrabberButtonList(), SearchEditor::fillGrabberButtonList(), NetSearch::fillGrabberButtonList(), ChannelEditor::fillList(), RSSEditor::fillRSSButtonList(), ProgLister::HandleVisible(), RawSettingsEditor::Init(), PlaybackBox::ItemLoaded(), LanguageSelection::Load(), MusicCommon::playlistItemVisible(), MythBurn::profileChanged(), PlaybackBox::saveRecMetadata(), ImportIconsWizard::search(), WebPage::slotLoadFinished(), WebPage::slotLoadStarted(), MythBrowser::slotLoadStarted(), WebPage::slotTitleChanged(), MythBrowser::slotTitleChanged(), MythBurn::toggleUseCutlist(), MythBurn::updateArchiveList(), FileSelector::updateFileList(), VideoDialog::UpdateItem(), NetTree::UpdateItem(), ProgramRecPriority::UpdateList(), ChannelRecPriority::updateList(), MythUIFileBrowser::updateLocalFileList(), ZMConsole::updateMonitorList(), RecordingSelector::updateRecordingList(), MythUIFileBrowser::updateRemoteFileList(), ThumbFinder::updateThumb(), ProgFinder::updateTimesList(), Ripper::updateTrackList(), PlaybackBox::UpdateUIGroupList(), ZMEvents::updateUIList(), ViewScheduleDiff::updateUIList(), PlaybackBox::UpdateUIListItem(), MusicCommon::updateUIPlaylist(), PlaybackBox::UpdateUIRecGroupList(), and BookmarkManager::UpdateURLList().
| void MythUIButtonListItem::SetTextFromMap | ( | InfoMap & | infoMap, | |
| const QString & | state = "" | |||
| ) |
Definition at line 3064 of file mythuibuttonlist.cpp.
Referenced by BackendSelection::AddItem(), MetadataResultsDialog::Create(), ManualSchedule::Create(), MythGenericTree::CreateListButton(), SearchView::customEvent(), MusicCommon::customEvent(), ViewScheduled::FillList(), GuideGrid::fillTimeInfos(), ProgLister::HandleVisible(), ThemeChooser::Init(), GrabberSettings::Init(), EditPowerSearchPopup::initLists(), PlaybackBox::ItemLoaded(), MusicCommon::playlistItemVisible(), NetSearch::populateResultList(), SmartPLResultViewer::setSQL(), GuideGrid::updateChannels(), VideoDialog::UpdateItem(), NetTree::UpdateItem(), ProgramRecPriority::UpdateList(), ChannelRecPriority::updateList(), ProgFinder::updateTimesList(), SearchView::updateTracksList(), ViewScheduleDiff::updateUIList(), PlaybackBox::UpdateUIListItem(), and MusicCommon::updateUIPlayedList().
| void MythUIButtonListItem::SetTextFromMap | ( | QMap< QString, TextProperties > & | stringMap | ) |
Definition at line 3082 of file mythuibuttonlist.cpp.
| QString MythUIButtonListItem::GetText | ( | const QString & | name = "" |
) | const |
Definition at line 3088 of file mythuibuttonlist.cpp.
Referenced by ProgFinder::alphabetListItemSelected(), StatusBox::clicked(), ScreenSetup::customEvent(), NetTree::customEvent(), NetSearch::customEvent(), ChannelEditor::del(), CustomEdit::deleteRule(), ScreenSetup::doListSelect(), NetSearch::doSearch(), SmartPLOrderByDialog::fieldListSelectionChanged(), MythControls::GetCurrentAction(), MythControls::GetCurrentContext(), MythControls::GetCurrentKey(), SmartPLOrderByDialog::getFieldList(), MythUIButtonList::GetIntValue(), MythUIButtonList::GetValue(), ProgLister::HandleVisible(), AudioSetupWizard::Init(), RawSettingsEditor::Init(), CustomPriority::installClicked(), ImportIconsWizard::itemChanged(), ChannelEditor::itemChanged(), PlaybackBox::ItemLoaded(), StatusBox::keyPressEvent(), SmartPLOrderByDialog::orderByChanged(), PhrasePopup::phraseSelected(), MusicCommon::playlistItemVisible(), VideoSetupWizard::playVideoTest(), VideoSetupWizard::save(), AudioSetupWizard::save(), MythDialogBox::Select(), RawSettingsEditor::selectionChanged(), ChannelEditor::setSortMode(), ChannelEditor::setSourceID(), NetTree::slotItemChanged(), NetSearch::slotItemChanged(), MythBrowser::slotTabSelected(), CustomEdit::storeClicked(), CustomEdit::storeRule(), VideoSetupWizard::testHDVideo(), CustomPriority::testSchedule(), VideoSetupWizard::testSDVideo(), AudioSetupWizard::toggleSpeakers(), AudioSetupWizard::UpdateCapabilities(), MythUIButtonList::updateLCD(), LogViewer::updateLogItem(), PlaybackBox::updateRecList(), MythControls::UpdateRightList(), VideoDialog::UpdateText(), and BookmarkManager::UpdateURLList().
| bool MythUIButtonListItem::FindText | ( | const QString & | searchStr, | |
| const QString & | fieldList = "**ALL**", |
|||
| bool | startsWith = false | |||
| ) | const |
Definition at line 3098 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonList::DoFind().
| void MythUIButtonListItem::SetFontState | ( | const QString & | state, | |
| const QString & | name = "" | |||
| ) |
Definition at line 3164 of file mythuibuttonlist.cpp.
Referenced by MusicCommon::customEvent(), PlaybackBox::ItemLoaded(), MusicCommon::restorePosition(), GuideGrid::updateChannels(), PlaybackBox::UpdateUIListItem(), MusicCommon::updateUIPlayedList(), and MusicCommon::updateUIPlaylist().
| void MythUIButtonListItem::setImage | ( | MythImage * | image, | |
| const QString & | name = "" | |||
| ) |
Sets an image directly, should only be used in special circumstances since it bypasses the cache.
Definition at line 3179 of file mythuibuttonlist.cpp.
Referenced by ZMEvents::eventChanged(), WebPage::slotIconChanged(), and WebPage::slotLoadStarted().
| MythImage * MythUIButtonListItem::getImage | ( | const QString & | name = "" |
) |
Gets a MythImage which has been assigned to this button item, as with setImage() it should only be used in special circumstances since it bypasses the cache.
Definition at line 3221 of file mythuibuttonlist.cpp.
Referenced by ZMEvents::eventChanged().
| void MythUIButtonListItem::SetImage | ( | const QString & | filename, | |
| const QString & | name = "", |
|||
| bool | force_reload = false | |||
| ) |
Definition at line 3236 of file mythuibuttonlist.cpp.
Referenced by MetadataResultsDialog::Create(), ImageSearchResultsDialog::Create(), NetTree::customEvent(), NetSearch::customEvent(), MetadataResultsDialog::customEvent(), ImageSearchResultsDialog::customEvent(), MusicCommon::customEvent(), TreeEditor::fillGrabberButtonList(), SearchEditor::fillGrabberButtonList(), NetSearch::fillGrabberButtonList(), ChannelEditor::fillList(), RSSEditor::fillRSSButtonList(), PlaybackBox::HandlePreviewEvent(), ThemeChooser::Init(), LanguageSelection::Load(), MusicCommon::playlistItemVisible(), NetSearch::populateResultList(), ImportIconsWizard::search(), WebPage::slotLoadStarted(), SmartPLResultViewer::trackVisible(), SearchView::trackVisible(), GuideGrid::updateChannels(), FileSelector::updateFileList(), EditAlbumartDialog::updateImageGrid(), VideoDialog::UpdateItem(), NetTree::UpdateItem(), ChannelRecPriority::updateList(), MythUIFileBrowser::updateLocalFileList(), MythUIFileBrowser::updateRemoteFileList(), and ThumbFinder::updateThumb().
| void MythUIButtonListItem::SetImageFromMap | ( | const InfoMap & | imageMap | ) |
Definition at line 3215 of file mythuibuttonlist.cpp.
Referenced by MythGenericTree::CreateListButton().
| QString MythUIButtonListItem::GetImage | ( | const QString & | name = "" |
) | const |
Definition at line 3266 of file mythuibuttonlist.cpp.
Referenced by MusicCommon::customEvent(), ImportIconsWizard::itemChanged(), ChannelEditor::itemChanged(), PlaybackBox::ItemVisible(), MusicCommon::playlistItemVisible(), NetSearch::slotItemChanged(), SmartPLResultViewer::trackVisible(), SearchView::trackVisible(), and PlaybackBox::UpdateUIListItem().
| void MythUIButtonListItem::DisplayState | ( | const QString & | state, | |
| const QString & | name | |||
| ) |
Definition at line 3279 of file mythuibuttonlist.cpp.
Referenced by MythThemedMenu::addButton(), HelpPopup::addItem(), BackendSelection::AddItem(), SmartPLOrderByDialog::addPressed(), SmartPLOrderByDialog::ascendingPressed(), SearchView::customEvent(), MusicCommon::customEvent(), ProgramRecPriority::deactivate(), SmartPLOrderByDialog::descendingPressed(), PlaybackBox::doClearPlaylist(), ViewScheduled::FillList(), ChannelEditor::fillList(), ProgLister::HandleVisible(), ThemeChooser::Init(), StatusBox::Init(), MythBurn::itemClicked(), PlaybackBox::ItemLoaded(), PlaybackBox::ItemVisible(), MythBurn::keyPressEvent(), MusicCommon::keyPressEvent(), MusicCommon::playlistItemClicked(), MusicCommon::playlistItemVisible(), MusicCommon::restorePosition(), SmartPLOrderByDialog::setFieldList(), PlaybackBox::SetItemIcons(), WebPage::slotLoadFinished(), WebPage::slotLoadStarted(), PlaybackBox::toggleAutoExpire(), PlaybackBox::togglePlayListItem(), PlaybackBox::togglePreserveEpisode(), MythBurn::toggleUseCutlist(), VideoDialog::ToggleWatched(), PlaybackBox::toggleWatched(), MythBurn::updateArchiveList(), GuideGrid::updateChannels(), EditAlbumartDialog::updateImageGrid(), VideoDialog::UpdateItem(), NetTree::UpdateItem(), ProgramRecPriority::UpdateList(), ChannelRecPriority::updateList(), MythUIFileBrowser::updateLocalFileList(), RecordingSelector::updateRecordingList(), MythUIFileBrowser::updateRemoteFileList(), ProgFinder::updateTimesList(), Ripper::updateTrackList(), SearchView::updateTracksList(), ViewScheduleDiff::updateUIList(), PlaybackBox::UpdateUIListItem(), PlaybackBox::UpdateUILists(), MusicCommon::updateUIPlayedList(), and MusicCommon::updateUIPlaylist().
| void MythUIButtonListItem::SetStatesFromMap | ( | const InfoMap & | stateMap | ) |
Definition at line 3303 of file mythuibuttonlist.cpp.
Referenced by MythGenericTree::CreateListButton().
| bool MythUIButtonListItem::checkable | ( | ) | const |
Definition at line 3309 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonList::updateLCD().
| void MythUIButtonListItem::setCheckable | ( | bool | flag | ) |
Definition at line 3335 of file mythuibuttonlist.cpp.
Referenced by MusicGenericTree::CreateListButton(), TreeEditor::fillGrabberButtonList(), SearchEditor::fillGrabberButtonList(), FileSelector::updateFileList(), RecordingSelector::updateRecordingList(), Ripper::updateTrackList(), and VideoSelector::updateVideoList().
| MythUIButtonListItem::CheckState MythUIButtonListItem::state | ( | void | ) | const |
Definition at line 3314 of file mythuibuttonlist.cpp.
Referenced by FileSelector::itemClicked(), BookmarkManager::keyPressEvent(), SchedFilterEditor::Save(), SetToRealButton(), TreeEditor::toggleItem(), SearchEditor::toggleItem(), MythNewsConfig::toggleItem(), VideoSelector::toggleSelected(), SchedFilterEditor::ToggleSelected(), RecordingSelector::toggleSelected(), and MythUIButtonList::updateLCD().
| void MythUIButtonListItem::setChecked | ( | MythUIButtonListItem::CheckState | state | ) |
Definition at line 3324 of file mythuibuttonlist.cpp.
Referenced by MusicGenericTree::CreateListButton(), TreeEditor::fillGrabberButtonList(), SearchEditor::fillGrabberButtonList(), FileSelector::itemClicked(), BookmarkManager::keyPressEvent(), SchedFilterEditor::Load(), BookmarkManager::slotClearMarked(), TreeEditor::toggleItem(), SearchEditor::toggleItem(), MythNewsConfig::toggleItem(), VideoSelector::toggleSelected(), SchedFilterEditor::ToggleSelected(), RecordingSelector::toggleSelected(), Ripper::toggleTrackActive(), FileSelector::updateFileList(), RecordingSelector::updateRecordingList(), Ripper::updateTrackList(), BookmarkManager::UpdateURLList(), and VideoSelector::updateVideoList().
| void MythUIButtonListItem::setDrawArrow | ( | bool | flag | ) |
Definition at line 3340 of file mythuibuttonlist.cpp.
Referenced by MythDialogBox::AddButton(), MusicGenericTree::CreateListButton(), MythGenericTree::CreateListButton(), MythNewsConfig::loadData(), MythControls::SetListContents(), and MythDialogBox::updateMenu().
| void MythUIButtonListItem::SetData | ( | QVariant | data | ) |
Definition at line 3345 of file mythuibuttonlist.cpp.
Referenced by MythDialogBox::AddButton(), SelectDestination::Create(), MetadataResultsDialog::Create(), ImageSearchResultsDialog::Create(), MythTimeInputDialog::Create(), ProfileDialog::Create(), MusicGenericTree::CreateListButton(), MythGenericTree::CreateListButton(), ScreenSetup::customEvent(), LocationDialog::doSearch(), TreeEditor::fillGrabberButtonList(), SearchEditor::fillGrabberButtonList(), NetSearch::fillGrabberButtonList(), PlayerSettings::fillRegionList(), RSSEditor::fillRSSButtonList(), EditMetadataDialog::fillWidgets(), ThemeChooser::Init(), AudioSetupWizard::Init(), GrabberSettings::Init(), LanguageSelection::Load(), ScreenSetup::loadData(), VideoDialog::loadData(), VideoSetupWizard::loadData(), NetTree::loadData(), MythNewsConfig::loadData(), MythNews::loadSites(), NetSearch::populateResultList(), MythNewsConfig::slotCategoryChanged(), CustomEdit::storeRule(), MythBurn::updateArchiveList(), ExportNative::updateArchiveList(), AudioSetupWizard::UpdateCapabilities(), FileSelector::updateFileList(), MythDialogBox::updateMenu(), RecordingSelector::updateRecordingList(), Ripper::updateTrackList(), SearchView::updateTracksList(), BookmarkManager::UpdateURLList(), and VideoSelector::updateVideoList().
| QVariant MythUIButtonListItem::GetData | ( | void | ) |
Definition at line 3350 of file mythuibuttonlist.cpp.
Referenced by BackendSelection::Accept(), GroupSelector::AcceptItem(), CustomPriority::addClicked(), MythThemedMenu::buttonAction(), ViewScheduled::ChangeGroup(), MythBurn::changeProfile(), ProgramRecPriority::changeRecPriority(), ChannelRecPriority::changeRecPriority(), ChannelEditor::channelIconImport(), CustomEdit::clauseChanged(), CustomEdit::clauseClicked(), LocationDialog::clearResults(), StatusBox::clicked(), EditAlbumartDialog::copySelectedImageToTag(), MythBurn::createConfigFile(), PlaybackBox::CurrentItem(), ViewScheduled::customEdit(), ProgramRecPriority::customEdit(), ScreenSetup::customEvent(), SearchView::customEvent(), MythThemedMenu::customEvent(), MusicCommon::customEvent(), EditAlbumartDialog::customEvent(), ChannelEditor::customEvent(), ProgramRecPriority::deactivate(), MythNews::deleteNewsSite(), ViewScheduled::deleteRule(), ScreenSetup::deleteScreen(), PlaybackBox::deleteSelected(), ViewScheduled::details(), ProgramRecPriority::details(), RSSEditor::doDeleteSite(), ScreenSetup::doListSelect(), EditAlbumartDialog::doRemoveImageFromTag(), SchedOptMixin::DupMethodChanged(), ViewScheduled::edit(), ProgramRecPriority::edit(), ChannelEditor::edit(), MythBurn::editDetails(), MythBurn::editThumbnails(), FileAssocDialogPrivate::GetCurrentFA(), MythUIButtonList::GetDataValue(), MythUIButtonList::GetItemByData(), EditAlbumartDialog::gridItemChanged(), MythUIButtonTree::handleClick(), PlaybackBox::HandleRecordingRemoveEvent(), MythUIButtonTree::handleSelect(), ProgLister::HandleSelected(), ProgLister::HandleVisible(), ThemeChooser::itemChanged(), LocationDialog::itemClicked(), FileSelector::itemClicked(), PlaybackBox::ItemLoaded(), LocationDialog::itemSelected(), ArchiveFileSelector::itemSelected(), PlaybackBox::ItemVisible(), SearchView::keyPressEvent(), MusicCommon::keyPressEvent(), BookmarkManager::keyPressEvent(), SchedFilterEditor::Load(), ViewScheduled::LoadList(), StoreOptMixin::MaxEpisodesChanged(), ChannelEditor::menu(), ImportIconsWizard::menuSelection(), MythUIFileBrowser::OKPressed(), FileSelector::OKPressed(), FileAssocDialog::OnDeletePressed(), MythUIFileBrowser::PathClicked(), MythUIFileBrowser::PathSelected(), PlaybackBox::PlayFromBeginning(), PlaybackBox::PlayFromBookmark(), MusicCommon::playlistItemVisible(), MythNews::processAndShowNews(), ProfileDialog::profileChanged(), MythBurn::profileChanged(), EditMetadataDialog::ratingSpinChanged(), CustomEdit::recordClicked(), BookmarkManager::ReloadBookmarks(), ProgramRecPriority::remove(), MythUIButtonTree::RemoveItem(), MythBurn::removeItem(), ExportNative::removeItem(), ProgramRecPriority::RemoveItemFromList(), EditAlbumartDialog::removeSelectedImageFromTag(), ThemeChooser::removeTheme(), restore_position(), SourceSetup::retrieveSpinboxUpdate(), ScheduleEditor::RuleChanged(), CustomPriority::ruleChanged(), CustomEdit::ruleChanged(), AudioSetupWizard::save(), SchedFilterEditor::Save(), LanguageSelection::Save(), save_position(), ThemeChooser::saveAndReload(), MythBurn::saveConfiguration(), SourceSetup::saveData(), ScreenSetup::saveData(), PlaybackBox::saveRecMetadata(), ProgramRecPriority::scheduleChanged(), MythDialogBox::Select(), ViewScheduled::selected(), RawSettingsEditor::selectionChanged(), MetadataResultsDialog::sendResult(), ImageSearchResultsDialog::sendResult(), VideoFilterDialog::SetBrowse(), MythThemedMenu::setButtonActive(), VideoFilterDialog::SetCast(), VideoFilterDialog::SetCategory(), EditMetadataDialog::SetCategory(), EditMetadataDialog::SetChild(), VideoFilterDialog::setCountry(), VideoFilterDialog::SetCoverFile(), SelectDestination::setDestination(), VideoFilterDialog::setGenre(), StatusBox::setHelpText(), VideoFilterDialog::SetInetRef(), EditMetadataDialog::SetLevel(), VideoFilterDialog::setOrderby(), VideoFilterDialog::setRunTime(), GalleryFilterDialog::setSort(), ChannelEditor::setSourceID(), GalleryFilterDialog::setTypeFilter(), VideoFilterDialog::SetUserRating(), MythUIButtonList::SetValueByData(), VideoFilterDialog::SetWatched(), VideoFilterDialog::SetYear(), MythNews::ShowEditDialog(), BookmarkManager::ShowEditDialog(), Ripper::showEditMetadataDialog(), SearchView::ShowMenu(), ScheduleEditor::showMenu(), MythBurn::showMenu(), EditAlbumartDialog::showMenu(), ThemeChooser::showPopupMenu(), PlaybackBox::showRecGroupPasswordChanger(), SmartPLResultViewer::showTrackInfo(), BookmarkManager::slotBookmarkClicked(), MythNewsConfig::slotCategoryChanged(), BookmarkManager::slotClearMarked(), BookmarkManager::slotDoDeleteCurrent(), RSSEditor::slotEditSite(), RSSEditor::slotItemChanged(), PlayerSettings::slotSave(), BookmarkManager::slotShowMarked(), MythNews::slotSiteSelected(), ProgramRecPriority::SortList(), ChannelRecPriority::SortList(), SourceSetup::sourceListItemSelected(), Ripper::startRipper(), VideoSelector::titleChanged(), RecordingSelector::titleChanged(), ExportNative::titleChanged(), PlaybackBox::toggleAutoExpire(), ThemeChooser::toggleFullscreenPreview(), TreeEditor::toggleItem(), SearchEditor::toggleItem(), MythNewsConfig::toggleItem(), PlaybackBox::togglePlayListItem(), PlaybackBox::togglePlayListTitle(), PlaybackBox::togglePreserveEpisode(), VideoSelector::toggleSelected(), RecordingSelector::toggleSelected(), AudioSetupWizard::toggleSpeakers(), MythBurn::toggleUseCutlist(), PlaybackBox::toggleWatched(), SearchView::trackClicked(), SmartPLResultViewer::trackVisible(), SearchView::trackVisible(), ViewScheduled::upcoming(), ProgramRecPriority::upcoming(), ChannelRecPriority::upcoming(), ViewScheduled::upcomingScheduled(), AudioSetupWizard::UpdateCapabilities(), ScreenSetup::updateHelpText(), ViewScheduleDiff::updateInfo(), ViewScheduled::updateInfo(), ProgramRecPriority::updateInfo(), ChannelRecPriority::updateInfo(), MythNews::updateInfoView(), ProgramRecPriority::UpdateList(), StatusBox::updateLogList(), RawSettingsEditor::updatePrevNextTexts(), PlaybackBox::updateRecList(), FileAssocDialog::UpdateScreen(), SourceSetup::updateSpinboxUpdate(), ImportCoverArtDialog::updateStatus(), SearchView::updateTracksList(), PlaybackBox::UpdateUIListItem(), RawSettingsEditor::valueChanged(), ScreenSetup::~ScreenSetup(), and SourceSetup::~SourceSetup().
Definition at line 3355 of file mythuibuttonlist.cpp.
Referenced by MythBurn::keyPressEvent(), MusicCommon::keyPressEvent(), SmartPLOrderByDialog::moveDownPressed(), and SmartPLOrderByDialog::moveUpPressed().
| void MythUIButtonListItem::SetToRealButton | ( | MythUIStateType * | button, | |
| bool | selected | |||
| ) | [virtual] |
Definition at line 3363 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonList::PageDown(), MythUIButtonList::PageUp(), MythUIButtonList::PrepareButton(), and MythUIButtonList::SetPosition().
friend class MythUIButtonList [friend] |
Definition at line 105 of file mythuibuttonlist.h.
friend class MythGenericTree [friend] |
Definition at line 106 of file mythuibuttonlist.h.
MythUIButtonList* MythUIButtonListItem::m_parent [protected] |
Definition at line 90 of file mythuibuttonlist.h.
Referenced by DisplayState(), MoveUpDown(), MythUIButtonListItem(), parent(), setChecked(), SetFontState(), SetImage(), setImage(), SetText(), SetTextFromMap(), SetToRealButton(), and ~MythUIButtonListItem().
QString MythUIButtonListItem::m_text [protected] |
Definition at line 91 of file mythuibuttonlist.h.
Referenced by FindText(), GetText(), MythUIButtonListItem(), SetText(), and SetToRealButton().
QString MythUIButtonListItem::m_fontState [protected] |
Definition at line 92 of file mythuibuttonlist.h.
Referenced by SetFontState(), and SetToRealButton().
MythImage* MythUIButtonListItem::m_image [protected] |
Definition at line 93 of file mythuibuttonlist.h.
Referenced by getImage(), MythUIButtonListItem(), setImage(), SetToRealButton(), and ~MythUIButtonListItem().
QString MythUIButtonListItem::m_imageFilename [protected] |
Definition at line 94 of file mythuibuttonlist.h.
Referenced by GetImage(), MythUIButtonListItem(), SetImage(), and SetToRealButton().
bool MythUIButtonListItem::m_checkable [protected] |
Definition at line 95 of file mythuibuttonlist.h.
Referenced by checkable(), MythUIButtonListItem(), setCheckable(), setChecked(), and SetToRealButton().
CheckState MythUIButtonListItem::m_state [protected] |
Definition at line 96 of file mythuibuttonlist.h.
Referenced by MythUIButtonListItem(), setChecked(), SetToRealButton(), and state().
QVariant MythUIButtonListItem::m_data [protected] |
Definition at line 97 of file mythuibuttonlist.h.
Referenced by GetData(), MythUIButtonListItem(), and SetData().
bool MythUIButtonListItem::m_showArrow [protected] |
Definition at line 98 of file mythuibuttonlist.h.
Referenced by MythUIButtonListItem(), setDrawArrow(), and SetToRealButton().
QMap<QString, TextProperties> MythUIButtonListItem::m_strings [protected] |
Definition at line 100 of file mythuibuttonlist.h.
Referenced by FindText(), GetText(), SetFontState(), SetText(), SetTextFromMap(), SetToRealButton(), and MythUIButtonList::updateLCD().
QMap<QString, MythImage*> MythUIButtonListItem::m_images [protected] |
Definition at line 101 of file mythuibuttonlist.h.
Referenced by getImage(), setImage(), SetToRealButton(), and ~MythUIButtonListItem().
InfoMap MythUIButtonListItem::m_imageFilenames [protected] |
Definition at line 102 of file mythuibuttonlist.h.
Referenced by GetImage(), SetImage(), SetImageFromMap(), and SetToRealButton().
InfoMap MythUIButtonListItem::m_states [protected] |
Definition at line 103 of file mythuibuttonlist.h.
Referenced by DisplayState(), SetStatesFromMap(), and SetToRealButton().
1.6.3