#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 23 of file mythuibuttonlist.h.
Definition at line 26 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 2896 of file mythuibuttonlist.cpp.
| MythUIButtonListItem::MythUIButtonListItem | ( | MythUIButtonList * | lbtype, | |
| const QString & | text, | |||
| QVariant | data, | |||
| int | listPosition = -1 | |||
| ) |
Definition at line 2920 of file mythuibuttonlist.cpp.
| MythUIButtonListItem::~MythUIButtonListItem | ( | ) | [virtual] |
Definition at line 2941 of file mythuibuttonlist.cpp.
| MythUIButtonList * MythUIButtonListItem::parent | ( | ) | const |
Definition at line 3230 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 2958 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(), RawSettingsEditor::Init(), LanguageSelection::Load(), MythBurn::profileChanged(), PlaybackBox::saveRecMetadata(), ImportIconsWizard::search(), WebPage::slotLoadFinished(), WebPage::slotLoadStarted(), MythBrowser::slotLoadStarted(), WebPage::slotTitleChanged(), MythBrowser::slotTitleChanged(), MythBurn::toggleUseCutlist(), MythBurn::updateArchiveList(), ProgLister::UpdateButtonList(), FileSelector::updateFileList(), VideoDialog::UpdateItem(), NetTree::UpdateItem(), ProgramRecPriority::UpdateList(), ChannelRecPriority::updateList(), MythUIFileBrowser::updateLocalFileList(), ZMConsole::updateMonitorList(), PlaybackBox::updateRecList(), RecordingSelector::updateRecordingList(), MythUIFileBrowser::updateRemoteFileList(), ThumbFinder::updateThumb(), ProgFinder::updateTimesList(), Ripper::updateTrackList(), PlaybackBox::UpdateUIGroupList(), ZMEvents::updateUIList(), ViewScheduleDiff::updateUIList(), PlaybackBox::UpdateUIListItem(), PlaybackBox::UpdateUIRecGroupList(), and BookmarkManager::UpdateURLList().
| void MythUIButtonListItem::SetTextFromMap | ( | InfoMap & | infoMap, | |
| const QString & | state = "" | |||
| ) |
Definition at line 2975 of file mythuibuttonlist.cpp.
Referenced by BackendSelection::AddItem(), MetadataResultsDialog::Create(), ManualSchedule::Create(), MythGenericTree::CreateListButton(), SearchView::customEvent(), MusicCommon::customEvent(), ViewScheduled::FillList(), GuideGrid::fillTimeInfos(), ThemeChooser::Init(), GrabberSettings::Init(), EditPowerSearchPopup::initLists(), NetSearch::populateResultList(), SmartPLResultViewer::setSQL(), ProgLister::UpdateButtonList(), GuideGrid::updateChannels(), VideoDialog::UpdateItem(), NetTree::UpdateItem(), ProgramRecPriority::UpdateList(), ChannelRecPriority::updateList(), PlaybackBox::updateRecList(), ProgFinder::updateTimesList(), SearchView::updateTracksList(), ViewScheduleDiff::updateUIList(), PlaybackBox::UpdateUIListItem(), MusicCommon::updateUIPlayedList(), and MusicCommon::updateUIPlaylist().
| void MythUIButtonListItem::SetTextFromMap | ( | QMap< QString, TextProperties > & | stringMap | ) |
Definition at line 2993 of file mythuibuttonlist.cpp.
| QString MythUIButtonListItem::GetText | ( | const QString & | name = "" |
) | const |
Definition at line 2999 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(), RawSettingsEditor::Init(), CustomPriority::installClicked(), ImportIconsWizard::itemChanged(), ChannelEditor::itemChanged(), StatusBox::keyPressEvent(), SmartPLOrderByDialog::orderByChanged(), PhrasePopup::phraseSelected(), 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(), 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 3009 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonList::DoFind().
| void MythUIButtonListItem::SetFontState | ( | const QString & | state, | |
| const QString & | name = "" | |||
| ) |
Definition at line 3075 of file mythuibuttonlist.cpp.
Referenced by MusicCommon::customEvent(), MusicCommon::restorePosition(), GuideGrid::updateChannels(), PlaybackBox::updateRecList(), 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 3090 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 3132 of file mythuibuttonlist.cpp.
Referenced by ZMEvents::eventChanged().
| void MythUIButtonListItem::SetImage | ( | const QString & | filename, | |
| const QString & | name = "", |
|||
| bool | force_reload = false | |||
| ) |
Definition at line 3147 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 3126 of file mythuibuttonlist.cpp.
Referenced by MythGenericTree::CreateListButton().
| QString MythUIButtonListItem::GetImage | ( | const QString & | name = "" |
) | const |
Definition at line 3177 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 3190 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(), ThemeChooser::Init(), StatusBox::Init(), MythBurn::itemClicked(), PlaybackBox::ItemVisible(), MythBurn::keyPressEvent(), MusicCommon::keyPressEvent(), MusicCommon::playlistItemClicked(), MusicCommon::restorePosition(), SmartPLOrderByDialog::setFieldList(), PlaybackBox::SetItemIcons(), WebPage::slotLoadFinished(), WebPage::slotLoadStarted(), PlaybackBox::toggleAutoExpire(), PlaybackBox::togglePlayListItem(), PlaybackBox::togglePreserveEpisode(), MythBurn::toggleUseCutlist(), PlaybackBox::toggleWatched(), MythBurn::updateArchiveList(), ProgLister::UpdateButtonList(), EditAlbumartDialog::updateImageGrid(), VideoDialog::UpdateItem(), NetTree::UpdateItem(), ProgramRecPriority::UpdateList(), ChannelRecPriority::updateList(), MythUIFileBrowser::updateLocalFileList(), PlaybackBox::updateRecList(), 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 3214 of file mythuibuttonlist.cpp.
Referenced by MythGenericTree::CreateListButton().
| bool MythUIButtonListItem::checkable | ( | ) | const |
Definition at line 3220 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonList::updateLCD().
| void MythUIButtonListItem::setCheckable | ( | bool | flag | ) |
Definition at line 3246 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 3225 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 3235 of file mythuibuttonlist.cpp.
Referenced by MusicGenericTree::CreateListButton(), TreeEditor::fillGrabberButtonList(), SearchEditor::fillGrabberButtonList(), FileSelector::itemClicked(), BookmarkManager::keyPressEvent(), 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 3251 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 3256 of file mythuibuttonlist.cpp.
Referenced by MythDialogBox::AddButton(), SelectDestination::Create(), MetadataResultsDialog::Create(), ImageSearchResultsDialog::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(), FileSelector::updateFileList(), MythDialogBox::updateMenu(), RecordingSelector::updateRecordingList(), Ripper::updateTrackList(), SearchView::updateTracksList(), BookmarkManager::UpdateURLList(), and VideoSelector::updateVideoList().
| QVariant MythUIButtonListItem::GetData | ( | void | ) |
Definition at line 3261 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(), SchedOptEditor::dupMatchChanged(), 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(), ThemeChooser::itemChanged(), LocationDialog::itemClicked(), FileSelector::itemClicked(), LocationDialog::itemSelected(), ArchiveFileSelector::itemSelected(), PlaybackBox::ItemVisible(), SearchView::keyPressEvent(), MusicCommon::keyPressEvent(), BookmarkManager::keyPressEvent(), ViewScheduled::LoadList(), StoreOptEditor::maxEpChanged(), 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(), ScheduleEditor::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(), 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(), 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 3266 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 3274 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonList::PageDown(), MythUIButtonList::PageUp(), MythUIButtonList::PrepareButton(), and MythUIButtonList::SetPosition().
friend class MythUIButtonList [friend] |
Definition at line 104 of file mythuibuttonlist.h.
friend class MythGenericTree [friend] |
Definition at line 105 of file mythuibuttonlist.h.
MythUIButtonList* MythUIButtonListItem::m_parent [protected] |
Definition at line 89 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 90 of file mythuibuttonlist.h.
Referenced by FindText(), GetText(), MythUIButtonListItem(), SetText(), and SetToRealButton().
QString MythUIButtonListItem::m_fontState [protected] |
Definition at line 91 of file mythuibuttonlist.h.
Referenced by SetFontState(), and SetToRealButton().
MythImage* MythUIButtonListItem::m_image [protected] |
Definition at line 92 of file mythuibuttonlist.h.
Referenced by getImage(), MythUIButtonListItem(), setImage(), SetToRealButton(), and ~MythUIButtonListItem().
QString MythUIButtonListItem::m_imageFilename [protected] |
Definition at line 93 of file mythuibuttonlist.h.
Referenced by GetImage(), MythUIButtonListItem(), SetImage(), and SetToRealButton().
bool MythUIButtonListItem::m_checkable [protected] |
Definition at line 94 of file mythuibuttonlist.h.
Referenced by checkable(), MythUIButtonListItem(), setCheckable(), setChecked(), and SetToRealButton().
CheckState MythUIButtonListItem::m_state [protected] |
Definition at line 95 of file mythuibuttonlist.h.
Referenced by MythUIButtonListItem(), setChecked(), SetToRealButton(), and state().
QVariant MythUIButtonListItem::m_data [protected] |
Definition at line 96 of file mythuibuttonlist.h.
Referenced by GetData(), MythUIButtonListItem(), and SetData().
bool MythUIButtonListItem::m_showArrow [protected] |
Definition at line 97 of file mythuibuttonlist.h.
Referenced by MythUIButtonListItem(), setDrawArrow(), and SetToRealButton().
QMap<QString, TextProperties> MythUIButtonListItem::m_strings [protected] |
Definition at line 99 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 100 of file mythuibuttonlist.h.
Referenced by getImage(), setImage(), SetToRealButton(), and ~MythUIButtonListItem().
InfoMap MythUIButtonListItem::m_imageFilenames [protected] |
Definition at line 101 of file mythuibuttonlist.h.
Referenced by GetImage(), SetImage(), SetImageFromMap(), and SetToRealButton().
InfoMap MythUIButtonListItem::m_states [protected] |
Definition at line 102 of file mythuibuttonlist.h.
Referenced by DisplayState(), SetStatesFromMap(), and SetToRealButton().
1.6.3