|
MythTV
0.27pre
|
List widget, displays list items in a variety of themeable arrangements and can trigger signals when items are highlighted or clicked. More...
#include <mythuibuttonlist.h>


Public Types | |
| enum | MovementUnit { MoveItem, MoveColumn, MoveRow, MovePage, MoveMax, MoveMid, MoveByAmount } |
| enum | LayoutType { LayoutVertical, LayoutHorizontal, LayoutGrid } |
Public Slots | |
| void | Select () |
| void | Deselect () |
Public Slots inherited from MythUIType | |
| void | LoseFocus () |
| bool | TakeFocus () |
| void | Activate () |
| void | Hide (void) |
| void | Show (void) |
| void | Refresh (void) |
| void | UpdateDependState (bool isDefault) |
Signals | |
| void | itemSelected (MythUIButtonListItem *item) |
| void | itemClicked (MythUIButtonListItem *item) |
| void | itemVisible (MythUIButtonListItem *item) |
| void | itemLoaded (MythUIButtonListItem *item) |
Signals inherited from MythUIType | |
| void | RequestUpdate () |
| void | RequestUpdate (const QRect &) |
| void | RequestRegionUpdate (const QRect &) |
| void | TakingFocus () |
| void | LosingFocus () |
| void | Showing () |
| void | Hiding () |
| void | Enabling () |
| void | Disabling () |
| void | FinishedMoving () |
| void | FinishedFading () |
| void | DependChanged (bool isDefault) |
Public Member Functions | |
| MythUIButtonList (MythUIType *parent, const QString &name) | |
| MythUIButtonList (MythUIType *parent, const QString &name, const QRect &area, bool showArrow=true, bool showScrollArrows=false, bool showScrollBar=false) | |
| ~MythUIButtonList () | |
| virtual bool | keyPressEvent (QKeyEvent *) |
| Key event handler. | |
| virtual bool | gestureEvent (MythGestureEvent *event) |
| Mouse click/movement handler, receives mouse gesture events from the QCoreApplication event loop. | |
| virtual void | customEvent (QEvent *) |
| void | SetDrawFromBottom (bool draw) |
| void | Reset () |
| Reset the widget to it's original state, should not reset changes made by the theme. | |
| void | Update () |
| virtual void | SetValue (int value) |
| virtual void | SetValue (const QString &value) |
| void | SetValueByData (QVariant data) |
| virtual int | GetIntValue () const |
| virtual QString | GetValue () const |
| QVariant | GetDataValue () const |
| MythRect | GetButtonArea (void) const |
| void | SetItemCurrent (MythUIButtonListItem *item) |
| void | SetItemCurrent (int pos, int topPos=-1) |
| MythUIButtonListItem * | GetItemCurrent () const |
| MythUIButtonListItem * | GetItemFirst () const |
| MythUIButtonListItem * | GetItemNext (MythUIButtonListItem *item) const |
| MythUIButtonListItem * | GetItemAt (int pos) const |
| MythUIButtonListItem * | GetItemByData (QVariant data) |
| uint | ItemWidth (void) |
| uint | ItemHeight (void) |
| LayoutType | GetLayout () const |
| bool | MoveItemUpDown (MythUIButtonListItem *item, bool up) |
| void | SetAllChecked (MythUIButtonListItem::CheckState state) |
| int | GetCurrentPos () const |
| int | GetItemPos (MythUIButtonListItem *item) const |
| int | GetTopItemPos (void) const |
| int | GetCount () const |
| uint | GetVisibleCount () |
| bool | IsEmpty () const |
| virtual bool | MoveDown (MovementUnit unit=MoveItem, uint amount=0) |
| virtual bool | MoveUp (MovementUnit unit=MoveItem, uint amount=0) |
| bool | MoveToNamedPosition (const QString &position_name) |
| void | RemoveItem (MythUIButtonListItem *item) |
| void | SetLCDTitles (const QString &title, const QString &columnList="") |
| void | updateLCD (void) |
| void | SetSearchFields (const QString &fields) |
| void | ShowSearchDialog (void) |
| bool | Find (const QString &searchStr, bool startsWith=false) |
| bool | FindNext (void) |
| bool | FindPrev (void) |
| void | LoadInBackground (int start=0, int pageSize=20) |
| int | StopLoad (void) |
Public Member Functions inherited from MythUIType | |
| MythUIType (QObject *parent, const QString &name) | |
| void | AddChild (MythUIType *child) |
| Add a child UIType. | |
| MythUIType * | GetChild (const QString &name) const |
| Get a named child of this UIType. | |
| MythUIType * | GetChildAt (const QPoint &p, bool recursive=true, bool focusable=true) const |
| Return the first MythUIType which accepts focus found at the given coordinates. | |
| QList< MythUIType * > * | GetAllChildren (void) |
| Return a list of all child widgets. | |
| void | DeleteChild (const QString &name) |
| Delete a named child of this UIType. | |
| void | DeleteChild (MythUIType *child) |
| Delete the given UIType if it is a child of this UIType. | |
| void | DeleteAllChildren (void) |
| Delete all child widgets. | |
| bool | NeedsRedraw (void) const |
| void | ResetNeedsRedraw (void) |
| void | SetRedraw (void) |
| void | SetChildNeedsRedraw (MythUIType *child) |
| bool | CanTakeFocus (void) const |
| Return if this widget can accept input focus. | |
| void | SetCanTakeFocus (bool set=true) |
| Set whether this widget can take focus. | |
| void | SetFocusOrder (int) |
| bool | IsEnabled (void) const |
| void | SetEnabled (bool enable) |
| bool | MoveToTop (void) |
| bool | MoveChildToTop (MythUIType *child) |
| void | ActivateAnimations (MythUIAnimation::Trigger trigger) |
| QList< MythUIAnimation * > * | GetAnimations (void) |
| virtual void | Pulse (void) |
| Pulse is called 70 times a second to trigger a single frame of an animation. | |
| void | Draw (MythPainter *p, int xoffset, int yoffset, int alphaMod=255, QRect clipRegion=QRect()) |
| void | SetPosition (int x, int y) |
| Convenience method, calls SetPosition(const MythPoint&) Override that instead to change functionality. | |
| virtual void | SetPosition (const MythPoint &pos) |
| virtual MythPoint | GetPosition (void) const |
| virtual void | SetSize (const QSize &size) |
| virtual void | SetMinSize (const MythPoint &size) |
| Set the minimum size of this widget, for widgets which can be rescaled. | |
| virtual QSize | GetMinSize (void) const |
| virtual void | SetArea (const MythRect &rect) |
| virtual void | AdjustMinArea (int delta_x, int delta_y, int delta_w, int delta_h) |
| Adjust the size of a sibling. | |
| virtual void | VanishSibling (void) |
| virtual void | SetMinAreaParent (MythRect actual_area, MythRect full_area, MythUIType *child) |
| Adjust the size of sibling objects within the button. | |
| virtual void | SetMinArea (const MythRect &rect) |
| Set the minimum area based on the given size. | |
| virtual MythRect | GetArea (void) const |
| If the object has a minimum area defined, return it, other wise return the default area. | |
| virtual MythRect | GetFullArea (void) const |
| virtual void | RecalculateArea (bool recurse=true) |
| void | ExpandArea (const MythRect &rect) |
| virtual QRegion | GetDirtyArea (void) const |
| bool | IsVisible (bool recurse=false) const |
| void | SetVisible (bool visible) |
| void | MoveTo (QPoint destXY, QPoint speedXY) |
| void | AdjustAlpha (int mode, int alphachange, int minalpha=0, int maxalpha=255) |
| void | SetAlpha (int newalpha) |
| int | GetAlpha (void) const |
| virtual void | mediaEvent (MythMediaEvent *) |
| Media/Device status event handler, received from MythMediaMonitor. | |
| MythFontProperties * | GetFont (const QString &text) const |
| bool | AddFont (const QString &text, MythFontProperties *fontProp) |
| void | SetHelpText (const QString &text) |
| QString | GetHelpText (void) const |
| void | SetXMLLocation (const QString &filename, int where) |
| QString | GetXMLLocation (void) const |
| bool | IsDeferredLoading (bool recurse=false) const |
| void | SetDeferLoad (bool defer) |
| virtual void | LoadNow (void) |
| Cause images in this and child widgets to be loaded. | |
| bool | ContainsPoint (const QPoint &point) const |
| Check if the given point falls within this widgets area. | |
| virtual MythPainter * | GetPainter (void) |
| void | SetPainter (MythPainter *painter) |
| void | SetCentre (UIEffects::Centre centre) |
| void | SetZoom (float zoom) |
| void | SetHorizontalZoom (float zoom) |
| void | SetVerticalZoom (float zoom) |
| void | SetAngle (float angle) |
| void | SetDependIsDefault (bool isDefault) |
| void | SetReverseDependence (bool reverse) |
| void | SetDependsMap (QMap< QString, QString > dependsMap) |
| QMap< QString, QString > | GetDependsMap () const |
Protected Types | |
| enum | ScrollStyle { ScrollFree, ScrollCenter, ScrollGroupCenter } |
| enum | ArrangeType { ArrangeFixed, ArrangeFill, ArrangeSpread, ArrangeStack } |
| enum | WrapStyle { WrapCaptive = -1, WrapNone = 0, WrapSelect, WrapItems, WrapFlowing } |
Protected Member Functions | |
| virtual void | DrawSelf (MythPainter *p, int xoffset, int yoffset, int alphaMod, QRect clipRect) |
| | |
| void | Const () |
| virtual void | Init () |
| void | InsertItem (MythUIButtonListItem *item, int listPosition=-1) |
| int | minButtonWidth (const MythRect &area) |
| int | minButtonHeight (const MythRect &area) |
| void | InitButton (int itemIdx, MythUIStateType *&realButton, MythUIButtonListItem *&buttonItem) |
| MythUIGroup * | PrepareButton (int buttonIdx, int itemIdx, int &selectedIdx, int &button_shift) |
| bool | DistributeRow (int &first_button, int &last_button, int &first_item, int &last_item, int &selected_column, int &skip_cols, bool grow_left, bool grow_right, int **col_widths, int &row_height, int total_height, int split_height, int &col_cnt, bool &wrapped) |
| bool | DistributeCols (int &first_button, int &last_button, int &first_item, int &last_item, int &selected_column, int &selected_row, int &skip_cols, int **col_widths, QList< int > &row_heights, int &top_height, int &bottom_height, bool &wrapped) |
| bool | DistributeButtons (void) |
| void | CalculateButtonPositions (void) |
| void | CalculateArrowStates (void) |
| void | SetScrollBarPosition (void) |
| void | ItemVisible (MythUIButtonListItem *item) |
| void | SetActive (bool active) |
| int | PageUp (void) |
| int | PageDown (void) |
| bool | DoFind (bool doMove, bool searchForward) |
| virtual void | CalculateVisibleItems (void) |
| virtual QPoint | GetButtonPosition (int column, int row) const |
| void | SetButtonArea (const MythRect &rect) |
| virtual bool | ParseElement (const QString &filename, QDomElement &element, bool showWarnings) |
| Parse the xml definition of this widget setting the state of the object accordingly. | |
| virtual void | CopyFrom (MythUIType *base) |
| Copy this widgets state from another. | |
| virtual void | CreateCopy (MythUIType *parent) |
| Copy the state of this widget to the one given, it must be of the same type. | |
| virtual void | Finalize (void) |
| Perform any post-xml parsing initialisation tasks. | |
| void | SanitizePosition (void) |
Protected Member Functions inherited from MythUIType | |
| virtual | ~MythUIType () |
| void | AddFocusableChildrenToList (QMap< int, MythUIType * > &focusList) |
| void | HandleAlphaPulse () |
| Handle one frame of an alpha (transparency) change animation. | |
| void | HandleMovementPulse () |
| Handle one frame of a movement animation. | |
| int | CalcAlpha (int alphamod) |
| int | NormX (const int width) |
| int | NormY (const int height) |
| void | ConnectDependants (bool recurse=false) |
Friends | |
| class | MythUIButtonListItem |
| class | MythUIButtonTree |
Additional Inherited Members | |
Static Public Member Functions inherited from XMLParseBase | |
| static QString | getFirstText (QDomElement &element) |
| static bool | parseBool (const QString &text) |
| static bool | parseBool (QDomElement &element) |
| static MythPoint | parsePoint (const QString &text, bool normalize=true) |
| static MythPoint | parsePoint (QDomElement &element, bool normalize=true) |
| static QSize | parseSize (const QString &text, bool normalize=true) |
| static QSize | parseSize (QDomElement &element, bool normalize=true) |
| static MythRect | parseRect (const QString &text, bool normalize=true) |
| static MythRect | parseRect (QDomElement &element, bool normalize=true) |
| static int | parseAlignment (const QString &text) |
| static int | parseAlignment (QDomElement &element) |
| static QBrush | parseGradient (const QDomElement &element) |
| static QString | parseText (QDomElement &element) |
| static MythUIType * | GetGlobalObjectStore (void) |
| static void | ClearGlobalObjectStore (void) |
| static void | ParseChildren (const QString &filename, QDomElement &element, MythUIType *parent, bool showWarnings) |
| static MythUIType * | ParseUIType (const QString &filename, QDomElement &element, const QString &type, MythUIType *parent, MythScreenType *screen, bool showWarnings, QMap< QString, QString > &parentDependsMap) |
| static bool | WindowExists (const QString &xmlfile, const QString &windowname) |
| static bool | LoadWindowFromXML (const QString &xmlfile, const QString &windowname, MythUIType *parent) |
| static bool | LoadBaseTheme (void) |
| static bool | LoadBaseTheme (const QString &baseTheme) |
| static bool | CopyWindowFromBase (const QString &windowname, MythScreenType *win) |
List widget, displays list items in a variety of themeable arrangements and can trigger signals when items are highlighted or clicked.
Definition at line 132 of file mythuibuttonlist.h.
Definition at line 147 of file mythuibuttonlist.h.
Definition at line 149 of file mythuibuttonlist.h.
|
protected |
Definition at line 216 of file mythuibuttonlist.h.
|
protected |
Definition at line 217 of file mythuibuttonlist.h.
|
protected |
Definition at line 218 of file mythuibuttonlist.h.
| MythUIButtonList::MythUIButtonList | ( | MythUIType * | parent, |
| const QString & | name | ||
| ) |
Definition at line 24 of file mythuibuttonlist.cpp.
Referenced by CreateCopy().
| MythUIButtonList::MythUIButtonList | ( | MythUIType * | parent, |
| const QString & | name, | ||
| const QRect & | area, | ||
| bool | showArrow = true, |
||
| bool | showScrollArrows = false, |
||
| bool | showScrollBar = false |
||
| ) |
Definition at line 33 of file mythuibuttonlist.cpp.
| MythUIButtonList::~MythUIButtonList | ( | ) |
Definition at line 97 of file mythuibuttonlist.cpp.
|
virtual |
Key event handler.
| event | Keypress event |
Reimplemented from MythUIType.
Definition at line 2316 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonTree::keyPressEvent().
|
virtual |
Mouse click/movement handler, receives mouse gesture events from the QCoreApplication event loop.
Should not be used directly.
| event | Mouse event |
Reimplemented from MythUIType.
Definition at line 2450 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonTree::gestureEvent().
|
virtual |
Reimplemented from MythUIType.
Definition at line 2514 of file mythuibuttonlist.cpp.
Definition at line 121 of file mythuibuttonlist.cpp.
Reset the widget to it's original state, should not reset changes made by the theme.
Reimplemented from MythUIType.
Definition at line 140 of file mythuibuttonlist.cpp.
Referenced by LocationDialog::clearResults(), MythNews::clearSites(), MusicCommon::customEvent(), StatusBox::doAutoExpireList(), StatusBox::doJobQueueStatus(), StatusBox::doListingsStatus(), StatusBox::doLogEntries(), StatusBox::doMachineStatus(), StatusBox::doScheduleStatus(), NetSearch::doSearch(), StatusBox::doTunerStatus(), ImportIconsWizard::enableControls(), CriteriaRowEditor::fieldChanged(), NetSearch::fillGrabberButtonList(), ChannelEditor::fillList(), ViewScheduled::FillList(), RSSEditor::fillRSSButtonList(), GuideGrid::fillTimeInfos(), NetSearch::getLastResults(), NetSearch::getMoreResults(), CriteriaRowEditor::getOperatorList(), SmartPLOrderByDialog::getOrderByFields(), ThemeChooser::Init(), NetTree::loadData(), VideoDialog::loadData(), ViewScheduled::LoadList(), MythNews::processAndShowNews(), ImportIconsWizard::search(), SmartPLOrderByDialog::setFieldList(), ZMEvents::setGridLayout(), PlaybackBox::setGroupFilter(), MythControls::SetListContents(), MythUISpinBox::SetRange(), SmartPLResultViewer::setSQL(), LogViewer::showFullLog(), LogViewer::showProgressLog(), MythNewsConfig::slotCategoryChanged(), MythNews::slotSiteSelected(), MythUISearchDialog::slotUpdateList(), ProgFinder::timesListLosingFocus(), ExportNative::updateArchiveList(), MythBurn::updateArchiveList(), AudioSetupWizard::UpdateCapabilities(), GuideGrid::updateChannels(), ProgLister::UpdateDisplay(), FileSelector::updateFileList(), MythUIFileBrowser::updateFileList(), SearchStream::updateGenres(), BookmarkManager::UpdateGroupList(), EditAlbumartDialog::updateImageGrid(), ChannelRecPriority::updateList(), MythUIButtonTree::UpdateList(), ProgramRecPriority::UpdateList(), MythDialogBox::updateMenu(), ZMConsole::updateMonitorList(), PlaybackBox::updateRecList(), RecordingSelector::updateRecordingList(), FileAssocDialog::UpdateScreen(), ProgFinder::updateShowList(), SearchStream::updateStations(), StreamView::updateStreamList(), SearchStream::updateStreams(), ProgFinder::updateTimesList(), Ripper::updateTrackList(), SearchView::updateTracksList(), PlaybackBox::UpdateUIGroupList(), ZMEvents::updateUIList(), PlaybackBox::UpdateUILists(), MusicCommon::updateUIPlayedList(), MusicCommon::updateUIPlaylist(), PlaybackBox::UpdateUIRecGroupList(), BookmarkManager::UpdateURLList(), and VideoSelector::updateVideoList().
Definition at line 163 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonListItem::DisplayState(), InsertItem(), MoveDown(), MoveUp(), RemoveItem(), Reset(), SetActive(), MythUIButtonListItem::setChecked(), MythUIButtonListItem::SetFontState(), MythUIButtonListItem::SetImage(), SetItemCurrent(), MythUIButtonListItem::SetText(), and MythUIButtonListItem::SetTextFromMap().
Reimplemented in MythUISpinBox.
Definition at line 156 of file mythuibuttonlist.h.
Referenced by CriteriaRowEditor::fieldChanged(), SmartPLOrderByDialog::fieldListSelectionChanged(), CriteriaRowEditor::getOperatorList(), CriteriaRowEditor::setDate(), CriteriaRowEditor::updateFields(), SearchStream::updateGenres(), CriteriaRowEditor::updateOperators(), SearchStream::updateStations(), ImportCoverArtDialog::updateTypeSelector(), and CriteriaRowEditor::updateValues().
|
inlinevirtual |
Reimplemented in MythUISpinBox.
Definition at line 157 of file mythuibuttonlist.h.
| void MythUIButtonList::SetValueByData | ( | QVariant | data | ) |
Definition at line 1503 of file mythuibuttonlist.cpp.
Referenced by EditMetadataDialog::AddCategory(), ImportSettings::Create(), Ripper::Create(), GroupSelector::Create(), EditMetadataDialog::fillWidgets(), GalleryFilterDialog::fillWidgets(), VideoFilterDialog::fillWidgets(), GrabberSettings::Init(), AudioSetupWizard::Init(), ThemeChooser::Init(), LanguageSelection::Load(), SchedOptMixin::Load(), StoreOptMixin::Load(), PostProcMixin::Load(), ScheduleEditor::Load(), ViewScheduled::LoadList(), ProgramRecPriority::newTemplate(), StoreOptMixin::Save(), MythUISpinBox::SetValue(), and AudioSetupWizard::UpdateCapabilities().
Reimplemented in MythUISpinBox.
Definition at line 1559 of file mythuibuttonlist.cpp.
|
virtual |
Reimplemented in MythUISpinBox.
Definition at line 1569 of file mythuibuttonlist.cpp.
Referenced by SmartPLOrderByDialog::addPressed(), SmartPLOrderByDialog::ascendingPressed(), ChannelEditor::deleteChannels(), SmartPLOrderByDialog::descendingPressed(), PowerSearchPopup::editClicked(), CriteriaRowEditor::editDate(), CriteriaRowEditor::enableSaveButton(), CriteriaRowEditor::fieldChanged(), ChannelEditor::fillList(), ProgFinder::formatSelectedData(), ZMEvents::getDateList(), ZMEvents::getEventList(), CriteriaRowEditor::getOperatorList(), PhrasePopup::okClicked(), CriteriaRowEditor::operatorChanged(), SmartPLOrderByDialog::orderByChanged(), PowerSearchPopup::phraseClicked(), PowerSearchPopup::recordClicked(), CriteriaRowEditor::saveClicked(), DVDThemeSelector::saveConfiguration(), ProgFinder::selectShowData(), FunctionDialog::setMonitorFunction(), MythBrowser::slotAddBookmark(), BookmarkManager::slotDoDeleteMarked(), MythUISearchDialog::slotSendResult(), RecordingSelector::updateRecordingList(), SearchStream::updateStreams(), VideoSelector::updateVideoList(), CriteriaRowEditor::valueButtonClicked(), ProgFinder::whereClauseGetSearchData(), HeProgFinder::whereClauseGetSearchData(), and RuProgFinder::whereClauseGetSearchData().
| QVariant MythUIButtonList::GetDataValue | ( | ) | const |
Definition at line 1579 of file mythuibuttonlist.cpp.
Referenced by NetSearch::doDeleteVideo(), NetSearch::doDownloadAndPlay(), NetSearch::doPlayVideo(), NetSearch::doSearch(), MythUISpinBox::GetIntValue(), MythUISpinBox::GetValue(), MythTimeInputDialog::okClicked(), StoreOptMixin::PromptForRecGroup(), SchedOptMixin::Save(), StoreOptMixin::Save(), PostProcMixin::Save(), NetSearch::showMenu(), NetSearch::showWebVideo(), NetSearch::slotItemChanged(), ImportSettings::slotSave(), GrabberSettings::slotSave(), and NetSearch::streamWebVideo().
Definition at line 1589 of file mythuibuttonlist.cpp.
Referenced by MythUIStateType::RecalculateArea().
| void MythUIButtonList::SetItemCurrent | ( | MythUIButtonListItem * | item | ) |
Definition at line 1520 of file mythuibuttonlist.cpp.
Referenced by MythDialogBox::AddButton(), StreamView::addStream(), ManualSchedule::Create(), MythTimeInputDialog::Create(), StatusBox::customEvent(), SearchView::customEvent(), StreamView::customEvent(), MusicCommon::customEvent(), DoFind(), ChannelEditor::fillList(), PlayerSettings::fillRegionList(), gestureEvent(), VideoSelector::getVideoList(), gotoMainMenu(), PlaybackBox::HandleRecordingRemoveEvent(), StatusBox::Init(), RawSettingsEditor::Init(), LogViewer::Init(), EditPowerSearchPopup::initLists(), MythBrowser::keyPressEvent(), ThumbFinder::keyPressEvent(), MusicCommon::keyPressEvent(), LanguageSelection::Load(), SelectDestination::loadConfiguration(), CustomPriority::loadData(), CustomEdit::loadData(), VideoSetupWizard::loadData(), NetTree::loadData(), VideoDialog::loadData(), ViewScheduled::LoadList(), ManualSchedule::minuteRollover(), MoveToNamedPosition(), SmartPLOrderByDialog::orderByChanged(), ZMEvents::playerExited(), BookmarkManager::ReloadBookmarks(), restore_position(), MusicCommon::restorePosition(), ProgLister::RestoreSelection(), VideoDialog::searchComplete(), ProgFinder::selectShowData(), StoreOptMixin::SetRecGroup(), SetValueByData(), MythBrowser::slotAddTab(), MythUISearchDialog::slotUpdateList(), ExportNative::updateArchiveList(), MythBurn::updateArchiveList(), RecordingSelector::updateCategorySelector(), LogViewer::updateClicked(), ChannelRecPriority::updateList(), MythUIButtonTree::UpdateList(), ProgramRecPriority::UpdateList(), MythDialogBox::updateMenu(), ZMConsole::updateMonitorList(), RecordingSelector::updateRecordingList(), FileAssocDialog::UpdateScreen(), StreamView::updateStream(), StreamView::updateStreamList(), PlaybackBox::UpdateUIGroupList(), ZMEvents::updateUIList(), MusicCommon::updateUIPlaylist(), PlaybackBox::UpdateUIRecGroupList(), and VideoSelector::updateVideoList().
Definition at line 1526 of file mythuibuttonlist.cpp.
| MythUIButtonListItem * MythUIButtonList::GetItemCurrent | ( | ) | const |
Definition at line 1550 of file mythuibuttonlist.cpp.
Referenced by BackendSelection::Accept(), CustomPriority::addClicked(), SmartPLOrderByDialog::ascendingPressed(), MythBurn::changeProfile(), ChannelRecPriority::changeRecPriority(), ProgramRecPriority::changeRecPriority(), ChannelEditor::channelIconImport(), StatusBox::clicked(), EditAlbumartDialog::copySelectedImageToTag(), PlaybackBox::CurrentItem(), ViewScheduled::customEdit(), ProgramRecPriority::customEdit(), ChannelEditor::customEvent(), StatusBox::customEvent(), SearchView::customEvent(), MusicCommon::customEvent(), ProgramRecPriority::customEvent(), ScreenSetup::customEvent(), MythThemedMenu::customEvent(), PlaybackBox::customEvent(), EditAlbumartDialog::customEvent(), ProgramRecPriority::deactivate(), ChannelEditor::del(), PhrasePopup::deleteClicked(), PowerSearchPopup::deleteClicked(), MythNews::deleteNewsSite(), ZMEvents::deletePressed(), SmartPLOrderByDialog::deletePressed(), CustomEdit::deleteRule(), ViewScheduled::deleteRule(), ScreenSetup::deleteScreen(), SmartPLOrderByDialog::descendingPressed(), ViewScheduled::details(), ProgramRecPriority::details(), RSSEditor::doDeleteSite(), NetTree::doDeleteVideo(), NetTree::doDownloadAndPlay(), NetTree::doPlayVideo(), EditAlbumartDialog::doRemoveImageFromTag(), StreamView::doRemoveStream(), NetSearch::doSearch(), ChannelEditor::edit(), ViewScheduled::edit(), MythBurn::editDetails(), MythBurn::editorClosed(), StreamView::editStream(), MythBurn::editThumbnails(), gestureEvent(), MythControls::GetCurrentAction(), MythControls::GetCurrentContext(), FileAssocDialogPrivate::GetCurrentFA(), MythControls::GetCurrentKey(), GetDataValue(), GetIntValue(), MythUIButtonTree::GetItemCurrent(), VideoDialog::GetItemCurrent(), GetValue(), PlaybackBox::HandlePreviewEvent(), PlaybackBox::HandleRecordingRemoveEvent(), AudioSetupWizard::Init(), ThemeChooser::Init(), CustomPriority::installClicked(), PlaybackBox::ItemLoaded(), PlaybackBox::ItemVisible(), CustomEdit::keyPressEvent(), StatusBox::keyPressEvent(), SearchView::keyPressEvent(), MusicCommon::keyPressEvent(), MythBurn::keyPressEvent(), ProgramRecPriority::keyPressEvent(), BookmarkManager::keyPressEvent(), Ripper::keyPressEvent(), PlaybackBox::keyPressEvent(), MythDialogBox::keyPressEvent(), keyPressEvent(), ViewScheduled::LoadList(), ChannelEditor::menu(), MoveDown(), SmartPLOrderByDialog::moveDownPressed(), MoveItemUpDown(), MoveUp(), SmartPLOrderByDialog::moveUpPressed(), ProgramRecPriority::newTemplate(), FileSelector::OKPressed(), MythUIFileBrowser::OKPressed(), FileAssocDialog::OnDeletePressed(), PlaybackBox::PlayFromBeginning(), PlaybackBox::PlayFromBookmark(), VideoSetupWizard::playVideoTest(), MythNews::processAndShowNews(), MythBurn::profileChanged(), CustomEdit::recordClicked(), ProgramRecPriority::remove(), ExportNative::removeItem(), MythBurn::removeItem(), EditAlbumartDialog::removeSelectedImageFromTag(), StreamView::removeStream(), ThemeChooser::removeTheme(), restore_position(), MusicCommon::restorePosition(), SourceSetup::retrieveSpinboxUpdate(), AudioSetupWizard::save(), VideoSetupWizard::save(), LanguageSelection::Save(), save_position(), ThemeChooser::saveAndReload(), SourceSetup::saveData(), VideoDialog::SavePosition(), PlaybackBox::saveRecMetadata(), ProgramRecPriority::scheduleChanged(), Select(), SetItemCurrent(), SmartPLResultViewer::setSQL(), MythUIButtonTree::SetTreeState(), MythNews::ShowEditDialog(), BookmarkManager::ShowEditDialog(), ViewScheduled::showGuide(), SearchView::ShowMenu(), StreamView::ShowMenu(), ChannelRecPriority::ShowMenu(), MythBurn::showMenu(), NetTree::showMenu(), ScheduleEditor::showMenu(), EditAlbumartDialog::showMenu(), ThemeChooser::showPopupMenu(), PlaybackBox::showRecGroupPasswordChanger(), SmartPLResultViewer::showTrackInfo(), NetTree::showWebVideo(), BookmarkManager::slotDeleteCurrent(), BookmarkManager::slotDoDeleteCurrent(), RSSEditor::slotEditSite(), NetSearch::slotItemChanged(), RSSEditor::slotItemChanged(), NetTree::slotItemChanged(), MythBrowser::slotLoadStarted(), PlayerSettings::slotSave(), MythUISearchDialog::slotSendResult(), BookmarkManager::slotShowCurrent(), BookmarkManager::slotShowMarked(), MythBrowser::slotTitleChanged(), ChannelRecPriority::SortList(), ProgramRecPriority::SortList(), SourceSetup::sourceListItemSelected(), Ripper::startRipper(), CustomEdit::storeClicked(), NetTree::streamWebVideo(), VideoSetupWizard::testHDVideo(), CustomPriority::testSchedule(), VideoSetupWizard::testSDVideo(), PlaybackBox::toggleAutoExpire(), ThemeChooser::toggleFullscreenPreview(), PlaybackBox::togglePlayListItem(), PlaybackBox::togglePlayListTitle(), PlaybackBox::togglePreserveEpisode(), AudioSetupWizard::toggleSpeakers(), MythBurn::toggleUseCutlist(), PlaybackBox::toggleWatched(), ChannelRecPriority::upcoming(), ViewScheduled::upcoming(), ProgramRecPriority::upcoming(), ViewScheduled::upcomingScheduled(), ExportNative::updateArchiveList(), AudioSetupWizard::UpdateCapabilities(), ScreenSetup::updateHelpText(), MythNews::updateInfoView(), ProgramRecPriority::UpdateList(), RecordingSelector::updateRecordingList(), MythControls::UpdateRightList(), FileAssocDialog::UpdateScreen(), SourceSetup::updateSpinboxUpdate(), ImportCoverArtDialog::updateStatus(), ThumbFinder::updateThumb(), SearchView::updateTracksList(), PlaybackBox::UpdateUIGroupList(), ZMEvents::updateUIList(), PlaybackBox::UpdateUIListItem(), BookmarkManager::UpdateURLList(), VideoSelector::updateVideoList(), and RawSettingsEditor::valueChanged().
| MythUIButtonListItem * MythUIButtonList::GetItemFirst | ( | ) | const |
Definition at line 1596 of file mythuibuttonlist.cpp.
Referenced by MythNews::Create(), RawSettingsEditor::Init(), MythNewsConfig::loadData(), ExportNative::updateArchiveList(), MythBurn::updateArchiveList(), RecordingSelector::updateRecordingList(), ZMEvents::updateUIList(), and VideoSelector::updateVideoList().
| MythUIButtonListItem * MythUIButtonList::GetItemNext | ( | MythUIButtonListItem * | item | ) | const |
Definition at line 1604 of file mythuibuttonlist.cpp.
Referenced by PlaybackBox::HandleRecordingRemoveEvent().
| MythUIButtonListItem * MythUIButtonList::GetItemAt | ( | int | pos | ) | const |
Definition at line 1639 of file mythuibuttonlist.cpp.
Referenced by StreamView::addStream(), LocationDialog::clearResults(), MythBurn::createConfigFile(), ImageSearchResultsDialog::customEvent(), SearchView::customEvent(), MetadataResultsDialog::customEvent(), StreamView::customEvent(), MusicCommon::customEvent(), NetSearch::customEvent(), customEvent(), NetTree::customEvent(), DoFind(), NetSearch::doSearch(), ZMEvents::eventChanged(), SmartPLOrderByDialog::getFieldList(), VideoDialog::GetItemByMetadata(), SchedFilterEditor::Load(), SmartPLOrderByDialog::orderByChanged(), BookmarkManager::ReloadBookmarks(), restore_position(), SchedFilterEditor::Save(), save_position(), MythBurn::saveConfiguration(), ScreenSetup::saveData(), SourceSetup::saveData(), NetSearch::searchFinished(), BookmarkManager::slotClearMarked(), CustomEdit::storeRule(), updateLCD(), RawSettingsEditor::updatePrevNextTexts(), StreamView::updateStream(), ScreenSetup::~ScreenSetup(), and SourceSetup::~SourceSetup().
| MythUIButtonListItem * MythUIButtonList::GetItemByData | ( | QVariant | data | ) |
Definition at line 1647 of file mythuibuttonlist.cpp.
Referenced by MythUISpinBox::AddSelection(), PlaybackBox::customEvent(), PlaybackBox::doClearPlaylist(), PlayerSettings::fillRegionList(), PlaybackBox::HandlePreviewEvent(), PlaybackBox::HandleRecordingRemoveEvent(), VideoSetupWizard::loadData(), PlaybackBox::PlaylistDelete(), PlaybackBox::RemoveProgram(), PlaybackBox::togglePlayListItem(), Ripper::toggleTrackActive(), PlaybackBox::UpdateUIListItem(), and PlaybackBox::UpdateUILists().
Definition at line 2297 of file mythuibuttonlist.cpp.
Definition at line 2305 of file mythuibuttonlist.cpp.
|
inline |
Definition at line 174 of file mythuibuttonlist.h.
Referenced by MythDialogBox::keyPressEvent().
| bool MythUIButtonList::MoveItemUpDown | ( | MythUIButtonListItem * | item, |
| bool | up | ||
| ) |
Definition at line 2139 of file mythuibuttonlist.cpp.
Referenced by ScreenSetup::customEvent(), and MythUIButtonListItem::MoveUpDown().
| void MythUIButtonList::SetAllChecked | ( | MythUIButtonListItem::CheckState | state | ) |
Definition at line 2185 of file mythuibuttonlist.cpp.
|
inline |
Definition at line 180 of file mythuibuttonlist.h.
Referenced by ZMEvents::cameraChanged(), CustomEdit::clauseChanged(), StatusBox::clicked(), ManualSchedule::Create(), ViewScheduleDiff::CurrentProgram(), ProgFinder::customEdit(), StatusBox::customEvent(), StreamView::customEvent(), ProgFinder::customEvent(), MusicCommon::customEvent(), ManualSchedule::dateChanged(), ZMEvents::dateChanged(), PhrasePopup::deleteClicked(), PowerSearchPopup::deleteClicked(), ZMEvents::deletePressed(), CustomEdit::deleteRule(), ProgFinder::details(), DoFind(), NetSearch::doSearch(), ProgFinder::edit(), PowerSearchPopup::editClicked(), ZMEvents::eventChanged(), ChannelEditor::fillList(), ProgLister::GetCurrent(), ZMEvents::getEventList(), ProgFinder::getInfo(), ThumbFinder::gridItemChanged(), ProgLister::HandleSelected(), MythBrowser::keyPressEvent(), ThumbFinder::keyPressEvent(), MusicCommon::keyPressEvent(), ManualSchedule::minuteRollover(), EditPowerSearchPopup::okClicked(), SmartPLOrderByDialog::orderByChanged(), PhrasePopup::phraseClicked(), PowerSearchPopup::phraseClicked(), PhrasePopup::phraseSelected(), PowerSearchPopup::phraseSelected(), MusicCommon::playlistItemClicked(), ZMEvents::playPressed(), ManualSchedule::recordClicked(), CustomPriority::ruleChanged(), ProfileDialog::save(), save_position(), SelectDestination::saveConfiguration(), MythDialogBox::Select(), ProgFinder::showGuide(), ProgLister::ShowMenu(), MythBrowser::slotTabSelected(), CustomEdit::storeClicked(), StreamView::streamItemClicked(), CustomEdit::textChanged(), DVDThemeSelector::themeChanged(), SmartPLResultViewer::trackSelected(), ProgFinder::upcoming(), ProgLister::UpdateButtonList(), LogViewer::updateClicked(), ProgLister::UpdateDisplay(), ProgFinder::updateInfo(), updateLCD(), ZMConsole::updateMonitorList(), VideoDialog::UpdatePosition(), RawSettingsEditor::updatePrevNextTexts(), ThumbFinder::updateThumb(), JaProgFinder::whereClauseGetSearchData(), and StatusBox::~StatusBox().
| int MythUIButtonList::GetItemPos | ( | MythUIButtonListItem * | item | ) | const |
Definition at line 1663 of file mythuibuttonlist.cpp.
Referenced by CalculateButtonPositions(), ImageSearchResultsDialog::Create(), MetadataResultsDialog::Create(), NetSearch::populateResultList(), MythDialogBox::Select(), Ripper::toggleTrackActive(), NetTree::UpdateItem(), and PlaybackBox::UpdateUIGroupList().
Definition at line 182 of file mythuibuttonlist.h.
Referenced by StatusBox::customEvent(), save_position(), and ProgLister::UpdateDisplay().
Definition at line 1615 of file mythuibuttonlist.cpp.
Referenced by StreamView::addStream(), ChannelEditor::channelIconImport(), LocationDialog::clearResults(), ManualSchedule::Create(), RSSEditor::Create(), MythBurn::createConfigFile(), ImageSearchResultsDialog::customEvent(), SearchView::customEvent(), MetadataResultsDialog::customEvent(), StreamView::customEvent(), MusicCommon::customEvent(), ScreenSetup::customEvent(), NetSearch::customEvent(), customEvent(), NetTree::customEvent(), ZMEvents::deleteAll(), ScreenSetup::deleteScreen(), DoFind(), ScreenSetup::doListSelect(), NetSearch::doSearch(), ZMEvents::eventChanged(), SmartPLOrderByDialog::getFieldList(), ProgLister::HandleSelected(), LogViewer::Init(), EditPowerSearchPopup::initLists(), SchedFilterEditor::Load(), CustomEdit::loadClauses(), SelectDestination::loadConfiguration(), RSSEditor::loadData(), SmartPLOrderByDialog::orderByChanged(), MythThemedMenu::parseMenu(), BookmarkManager::ReloadBookmarks(), restore_position(), SchedFilterEditor::Save(), save_position(), MythBurn::saveConfiguration(), ScreenSetup::saveData(), SourceSetup::saveData(), ProgFinder::select(), ProgFinder::ShowMenu(), NetSearch::showMenu(), EditAlbumartDialog::showTypeMenu(), BookmarkManager::slotClearMarked(), CustomEdit::storeRule(), SmartPLResultViewer::trackSelected(), ProgLister::UpdateButtonList(), LogViewer::updateClicked(), ProgFinder::updateInfo(), VideoDialog::UpdatePosition(), RawSettingsEditor::updatePrevNextTexts(), StreamView::updateStream(), StreamView::updateStreamList(), SearchStream::updateStreams(), SearchView::updateTracksList(), VideoSelector::updateVideoList(), ScreenSetup::~ScreenSetup(), and SourceSetup::~SourceSetup().
| uint MythUIButtonList::GetVisibleCount | ( | ) |
Definition at line 1620 of file mythuibuttonlist.cpp.
Referenced by ZMEvents::eventChanged().
Definition at line 1631 of file mythuibuttonlist.cpp.
Referenced by ProgLister::HandleSelected(), LanguageSelection::Load(), MythUIButtonTree::RemoveItem(), SmartPLResultViewer::trackSelected(), ProgLister::UpdateButtonList(), MythUIButtonTree::UpdateList(), ProgramRecPriority::UpdateList(), and VideoDialog::UpdatePosition().
|
virtual |
Reimplemented in MythUISpinBox.
Definition at line 2011 of file mythuibuttonlist.cpp.
Referenced by gestureEvent(), keyPressEvent(), MoveItemUpDown(), and PlaybackBox::togglePlayListItem().
|
virtual |
Reimplemented in MythUISpinBox.
Definition at line 1908 of file mythuibuttonlist.cpp.
Referenced by gestureEvent(), keyPressEvent(), and MoveItemUpDown().
| bool MythUIButtonList::MoveToNamedPosition | ( | const QString & | position_name | ) |
Definition at line 2108 of file mythuibuttonlist.cpp.
Referenced by ProfileDialog::Create(), PhrasePopup::Create(), FunctionDialog::Create(), PowerSearchPopup::Create(), CriteriaRowEditor::fieldChanged(), ProgFinder::Init(), DVDThemeSelector::loadConfiguration(), BookmarkManager::ReloadBookmarks(), CriteriaRowEditor::setDate(), BookmarkManager::slotDoDeleteCurrent(), BookmarkManager::slotDoDeleteMarked(), and CriteriaRowEditor::updateValues().
| void MythUIButtonList::RemoveItem | ( | MythUIButtonListItem * | item | ) |
Definition at line 1468 of file mythuibuttonlist.cpp.
Referenced by ChannelEditor::customEvent(), StatusBox::customEvent(), MusicCommon::customEvent(), PlaybackBox::customEvent(), PhrasePopup::deleteClicked(), PowerSearchPopup::deleteClicked(), SmartPLOrderByDialog::deletePressed(), CustomEdit::deleteRule(), PlaybackBox::HandleRecordingRemoveEvent(), VideoDialog::OnRemoveVideo(), PlaybackBox::PlaylistDelete(), MythUIButtonTree::RemoveItem(), ProgramRecPriority::RemoveItemFromList(), PlaybackBox::RemoveProgram(), PlaybackBox::saveRecMetadata(), and MythUIButtonListItem::~MythUIButtonListItem().
| void MythUIButtonList::SetLCDTitles | ( | const QString & | title, |
| const QString & | columnList = "" |
||
| ) |
Definition at line 2809 of file mythuibuttonlist.cpp.
Referenced by ProgFinder::Create(), LanguageSelection::Create(), ViewScheduled::Create(), ProgLister::Create(), ProgramRecPriority::Create(), PlaybackBox::Init(), and MythThemedMenu::parseMenu().
Definition at line 2815 of file mythuibuttonlist.cpp.
Referenced by MythThemedMenu::aboutToShow(), and CalculateArrowStates().
|
inline |
Definition at line 196 of file mythuibuttonlist.h.
Referenced by ViewScheduled::Create(), ProgLister::Create(), ProgramRecPriority::Create(), MusicCommon::CreateCommon(), and PlaybackBox::Init().
Definition at line 2879 of file mythuibuttonlist.cpp.
Referenced by keyPressEvent(), MusicCommon::searchButtonList(), and MythUIButtonTree::ShowSearchDialog().
Definition at line 2909 of file mythuibuttonlist.cpp.
Referenced by SearchButtonListDialog::searchChanged().
Definition at line 2916 of file mythuibuttonlist.cpp.
Referenced by SearchButtonListDialog::nextClicked().
Definition at line 2921 of file mythuibuttonlist.cpp.
Referenced by SearchButtonListDialog::prevClicked().
Definition at line 2535 of file mythuibuttonlist.cpp.
Referenced by customEvent(), PlaybackBox::Play(), ProgLister::UpdateButtonList(), and PlaybackBox::updateRecList().
Definition at line 2542 of file mythuibuttonlist.cpp.
Referenced by PlaybackBox::Play(), and Reset().
|
slot |
Definition at line 106 of file mythuibuttonlist.cpp.
Referenced by Const(), and MythUIButtonTree::SwitchList().
|
slot |
Definition at line 116 of file mythuibuttonlist.cpp.
Referenced by Const(), MythUIButtonTree::handleSelect(), and MythUIButtonTree::SwitchList().
|
signal |
Referenced by InsertItem(), MoveDown(), MoveUp(), RemoveItem(), Select(), and SetItemCurrent().
|
signal |
Referenced by gestureEvent(), and keyPressEvent().
|
signal |
Referenced by ItemVisible().
|
signal |
Referenced by customEvent().
|
protectedvirtual |
Reimplemented from MythUIType.
Definition at line 2726 of file mythuibuttonlist.cpp.
Definition at line 45 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonList().
Definition at line 2193 of file mythuibuttonlist.cpp.
Referenced by CalculateArrowStates(), GetItemByData(), ItemHeight(), ItemWidth(), MoveToNamedPosition(), SetItemCurrent(), and SetValueByData().
|
protected |
Definition at line 1440 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonListItem::MythUIButtonListItem().
Definition at line 176 of file mythuibuttonlist.cpp.
Referenced by DistributeButtons(), and DistributeRow().
Definition at line 204 of file mythuibuttonlist.cpp.
Referenced by DistributeButtons(), and DistributeRow().
|
protected |
Definition at line 1671 of file mythuibuttonlist.cpp.
Referenced by PageDown(), and PageUp().
|
protected |
Definition at line 229 of file mythuibuttonlist.cpp.
Referenced by DistributeRow().
|
protected |
Definition at line 279 of file mythuibuttonlist.cpp.
Referenced by DistributeButtons(), and DistributeCols().
|
protected |
Definition at line 642 of file mythuibuttonlist.cpp.
Referenced by DistributeButtons().
Definition at line 760 of file mythuibuttonlist.cpp.
Referenced by CalculateArrowStates().
Definition at line 1253 of file mythuibuttonlist.cpp.
Referenced by CalculateArrowStates().
Definition at line 1383 of file mythuibuttonlist.cpp.
Referenced by DrawSelf(), GetVisibleCount(), and MythUISpinBox::SetRange().
Definition at line 3664 of file mythuibuttonlist.cpp.
Referenced by DrawSelf(), and GetVisibleCount().
|
protected |
Definition at line 1434 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonListItem::SetToRealButton().
Definition at line 126 of file mythuibuttonlist.cpp.
Referenced by Deselect(), MythUIButtonTree::Init(), Select(), and MythUIButtonTree::SetTreeState().
Definition at line 1699 of file mythuibuttonlist.cpp.
Referenced by MoveUp().
Definition at line 1803 of file mythuibuttonlist.cpp.
Referenced by MoveDown().
Definition at line 2926 of file mythuibuttonlist.cpp.
Referenced by Find(), FindNext(), and FindPrev().
Definition at line 2559 of file mythuibuttonlist.cpp.
Referenced by Init().
Definition at line 2549 of file mythuibuttonlist.cpp.
Referenced by Init().
Definition at line 2596 of file mythuibuttonlist.cpp.
Referenced by ParseElement().
|
protectedvirtual |
Parse the xml definition of this widget setting the state of the object accordingly.
Reimplemented from MythUIType.
Reimplemented in MythUISpinBox.
Definition at line 2614 of file mythuibuttonlist.cpp.
|
protectedvirtual |
Copy this widgets state from another.
Reimplemented from MythUIType.
Reimplemented in MythUISpinBox.
Definition at line 2747 of file mythuibuttonlist.cpp.
Referenced by CreateCopy(), and MythUIButtonTree::Init().
|
protectedvirtual |
Copy the state of this widget to the one given, it must be of the same type.
Reimplemented from MythUIType.
Reimplemented in MythUISpinBox.
Definition at line 2738 of file mythuibuttonlist.cpp.
Perform any post-xml parsing initialisation tasks.
This is called after the widget has been created and it's state established by ParseElement() or CopyFrom(). A derived class should use this to perform any initialisation tasks which should occur after this point.
Reimplemented from MythUIType.
Definition at line 2804 of file mythuibuttonlist.cpp.
Definition at line 1375 of file mythuibuttonlist.cpp.
Referenced by CalculateArrowStates(), MoveDown(), and MoveUp().
|
friend |
Definition at line 331 of file mythuibuttonlist.h.
Referenced by MythUISpinBox::AddSelection(), and MythUISpinBox::SetRange().
|
friend |
Definition at line 332 of file mythuibuttonlist.h.
|
protected |
Definition at line 276 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), CalculateVisibleItems(), Const(), CopyFrom(), DistributeButtons(), DistributeRow(), MythUIButtonTree::keyPressEvent(), keyPressEvent(), minButtonHeight(), minButtonWidth(), MoveUp(), PageDown(), PageUp(), ParseElement(), and SetItemCurrent().
|
protected |
Definition at line 277 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), Const(), CopyFrom(), DistributeButtons(), Init(), MoveDown(), MoveUp(), and ParseElement().
|
protected |
Definition at line 278 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), Const(), CopyFrom(), DistributeButtons(), DistributeCols(), DistributeRow(), keyPressEvent(), MoveDown(), MoveUp(), and ParseElement().
|
protected |
Definition at line 279 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), Const(), CopyFrom(), DistributeCols(), DistributeRow(), MoveDown(), MoveUp(), ParseElement(), and SanitizePosition().
|
protected |
Definition at line 280 of file mythuibuttonlist.h.
Referenced by Const(), CopyFrom(), DistributeButtons(), and ParseElement().
|
protected |
Definition at line 282 of file mythuibuttonlist.h.
Referenced by CalculateVisibleItems(), Const(), CopyFrom(), DistributeButtons(), DistributeRow(), GetButtonArea(), GetButtonPosition(), Init(), PageDown(), PageUp(), and SetButtonArea().
|
protected |
Definition at line 284 of file mythuibuttonlist.h.
Referenced by Const(), CopyFrom(), ParseElement(), and ShowSearchDialog().
|
protected |
Definition at line 285 of file mythuibuttonlist.h.
Referenced by Const(), CopyFrom(), and DoFind().
|
protected |
Definition at line 286 of file mythuibuttonlist.h.
|
protected |
Definition at line 287 of file mythuibuttonlist.h.
|
protected |
Definition at line 289 of file mythuibuttonlist.h.
Referenced by CalculateVisibleItems(), Const(), CopyFrom(), GetButtonPosition(), Init(), and ItemWidth().
|
protected |
Definition at line 290 of file mythuibuttonlist.h.
Referenced by CalculateVisibleItems(), Const(), CopyFrom(), GetButtonPosition(), Init(), and ItemHeight().
|
protected |
Definition at line 291 of file mythuibuttonlist.h.
Referenced by CalculateVisibleItems(), Const(), CopyFrom(), DistributeButtons(), DistributeRow(), GetButtonPosition(), PageDown(), PageUp(), and ParseElement().
|
protected |
Definition at line 292 of file mythuibuttonlist.h.
Referenced by CalculateVisibleItems(), Const(), CopyFrom(), DistributeButtons(), DistributeCols(), DistributeRow(), GetButtonPosition(), and ParseElement().
|
protected |
Definition at line 293 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), CalculateButtonPositions(), CalculateVisibleItems(), Const(), CopyFrom(), DistributeButtons(), GetVisibleCount(), Init(), MoveDown(), MoveUp(), and SetScrollBarPosition().
|
protected |
Definition at line 294 of file mythuibuttonlist.h.
Referenced by Const(), CopyFrom(), DistributeButtons(), InitButton(), and PrepareButton().
|
protected |
Definition at line 295 of file mythuibuttonlist.h.
Referenced by CalculateVisibleItems(), Const(), and DistributeButtons().
|
protected |
Definition at line 296 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), CalculateVisibleItems(), Const(), DistributeButtons(), DistributeCols(), DistributeRow(), Init(), MoveDown(), MoveUp(), PageDown(), PageUp(), and SetItemCurrent().
|
protected |
Definition at line 297 of file mythuibuttonlist.h.
Referenced by Const(), DistributeButtons(), and PageUp().
|
protected |
Definition at line 297 of file mythuibuttonlist.h.
Referenced by Const(), DistributeButtons(), and PageDown().
|
protected |
Definition at line 298 of file mythuibuttonlist.h.
Referenced by Const(), DistributeButtons(), PageDown(), and PageUp().
|
protected |
Definition at line 298 of file mythuibuttonlist.h.
Referenced by Const(), DistributeButtons(), PageDown(), and PageUp().
|
protected |
Definition at line 300 of file mythuibuttonlist.h.
Referenced by Const(), CopyFrom(), SetActive(), and MythUIButtonListItem::SetToRealButton().
|
protected |
Definition at line 301 of file mythuibuttonlist.h.
Referenced by CopyFrom(), MythUIButtonList(), and ParseElement().
|
protected |
Definition at line 302 of file mythuibuttonlist.h.
Referenced by CopyFrom(), Init(), MythUIButtonList(), ParseElement(), and SetScrollBarPosition().
|
protected |
Definition at line 304 of file mythuibuttonlist.h.
Referenced by Const(), CopyFrom(), Init(), and SetScrollBarPosition().
|
protected |
Definition at line 305 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), Const(), CopyFrom(), and Init().
|
protected |
Definition at line 306 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), Const(), CopyFrom(), and Init().
|
protected |
Definition at line 308 of file mythuibuttonlist.h.
Referenced by Const(), Init(), InitButton(), and PrepareButton().
|
protected |
Definition at line 310 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), CopyFrom(), DistributeButtons(), DistributeRow(), Init(), InitButton(), and PrepareButton().
|
protected |
Definition at line 311 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), CalculateButtonPositions(), gestureEvent(), InitButton(), PrepareButton(), Reset(), and ~MythUIButtonList().
|
protected |
Definition at line 312 of file mythuibuttonlist.h.
Referenced by CopyFrom(), keyPressEvent(), and ParseElement().
|
protected |
Definition at line 314 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), Const(), CopyFrom(), GetItemByData(), Init(), ItemHeight(), ItemWidth(), MoveDown(), MoveToNamedPosition(), MoveUp(), SetActive(), SetItemCurrent(), and SetValueByData().
|
protected |
Definition at line 315 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), Const(), DrawSelf(), GetVisibleCount(), and Update().
|
protected |
Definition at line 316 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), Const(), CopyFrom(), RemoveItem(), Reset(), SetScrollBarPosition(), and ~MythUIButtonList().
|
protected |
Definition at line 318 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), Const(), CopyFrom(), DistributeButtons(), GetItemCurrent(), InsertItem(), MoveDown(), MoveItemUpDown(), MoveToNamedPosition(), MoveUp(), PageDown(), PageUp(), PrepareButton(), RemoveItem(), Reset(), SanitizePosition(), SetItemCurrent(), SetScrollBarPosition(), and updateLCD().
|
protected |
Definition at line 319 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), CalculateButtonPositions(), Const(), CopyFrom(), DistributeButtons(), InsertItem(), MoveItemUpDown(), MoveUp(), RemoveItem(), Reset(), and SetItemCurrent().
|
protected |
Definition at line 320 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), CalculateButtonPositions(), Const(), CopyFrom(), DistributeButtons(), DistributeCols(), DistributeRow(), GetCount(), InsertItem(), IsEmpty(), MoveDown(), RemoveItem(), Reset(), SetScrollBarPosition(), and updateLCD().
|
protected |
Definition at line 321 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), Const(), and MoveDown().
|
protected |
Definition at line 323 of file mythuibuttonlist.h.
Referenced by MythUISpinBox::AddSelection(), CalculateButtonPositions(), GetItemAt(), GetItemByData(), GetItemCurrent(), GetItemFirst(), GetItemNext(), GetItemPos(), InitButton(), InsertItem(), MoveDown(), MoveItemUpDown(), MoveToNamedPosition(), MoveUp(), PageDown(), PrepareButton(), RemoveItem(), Reset(), SanitizePosition(), SetAllChecked(), SetItemCurrent(), SetValueByData(), and ~MythUIButtonList().
|
protected |
Definition at line 324 of file mythuibuttonlist.h.
Referenced by Const(), customEvent(), LoadInBackground(), and StopLoad().
|
protected |
Definition at line 326 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), Const(), CopyFrom(), ParseElement(), and SetDrawFromBottom().
|
protected |
Definition at line 328 of file mythuibuttonlist.h.
Referenced by Const(), SetLCDTitles(), and updateLCD().
|
protected |
Definition at line 329 of file mythuibuttonlist.h.
Referenced by SetLCDTitles(), and updateLCD().
1.8.1.2