MythTV
master
|
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 () |
void | ToggleEnabled () |
![]() | |
void | LoseFocus () |
bool | TakeFocus () |
void | Activate () |
void | Hide (void) |
void | Show (void) |
void | Refresh (void) |
void | UpdateDependState (bool isDefault) |
void | UpdateDependState (MythUIType *dependee, bool isDefault) |
Signals | |
void | itemSelected (MythUIButtonListItem *item) |
void | itemClicked (MythUIButtonListItem *item) |
void | itemVisible (MythUIButtonListItem *item) |
void | itemLoaded (MythUIButtonListItem *item) |
![]() | |
void | RequestUpdate () |
void | RequestRegionUpdate (const QRect &) |
void | TakingFocus () |
void | LosingFocus () |
void | VisibilityChanged (bool Visible) |
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, QRect area, bool showArrow=true, bool showScrollBar=false) | |
~MythUIButtonList () override | |
bool | keyPressEvent (QKeyEvent *event) override |
Key event handler. More... | |
bool | gestureEvent (MythGestureEvent *event) override |
Mouse click/movement handler, receives mouse gesture events from the QCoreApplication event loop. More... | |
void | customEvent (QEvent *event) override |
void | SetDrawFromBottom (bool draw) |
void | Reset () override |
Reset the widget to it's original state, should not reset changes made by the theme. More... | |
void | Update () |
virtual void | SetValue (int value) |
virtual void | SetValue (const QString &value) |
void | SetValueByData (const QVariant &data) |
virtual int | GetIntValue () const |
virtual QString | GetValue () const |
QVariant | GetDataValue () const |
MythRect | GetButtonArea (void) const |
void | SetItemCurrent (MythUIButtonListItem *item) |
void | SetItemCurrent (int current, int topPos=-1) |
MythUIButtonListItem * | GetItemCurrent () const |
MythUIButtonListItem * | GetItemFirst () const |
MythUIButtonListItem * | GetItemNext (MythUIButtonListItem *item) const |
MythUIButtonListItem * | GetItemAt (int pos) const |
MythUIButtonListItem * | GetItemByData (const 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 |
int | 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) |
![]() | |
MythUIType (QObject *parent, const QString &name) | |
void | AddChild (MythUIType *child) |
Add a child UIType. More... | |
MythUIType * | GetChild (const QString &name) const |
Get a named child of this UIType. More... | |
MythUIType * | GetChildAt (QPoint p, bool recursive=true, bool focusable=true) const |
Return the first MythUIType at the given coordinates. More... | |
QList< MythUIType * > * | GetAllChildren (void) |
Return a list of all child widgets. More... | |
QList< MythUIType * > | GetAllDescendants (void) |
void | DeleteChild (const QString &name) |
Delete a named child of this UIType. More... | |
void | DeleteChild (MythUIType *child) |
Delete the given UIType if it is a child of this UIType. More... | |
void | DeleteAllChildren (void) |
Delete all child widgets. More... | |
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. More... | |
void | SetCanTakeFocus (bool set=true) |
Set whether this widget can take focus. More... | |
void | SetFocusOrder (int order) |
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. More... | |
void | Draw (MythPainter *p, int xoffset, int yoffset, int alphaMod=255, QRect clipRect=QRect()) |
void | SetPosition (int x, int y) |
Convenience method, calls SetPosition(const MythPoint&) Override that instead to change functionality. More... | |
void | SetPosition (QPoint point) |
virtual void | SetPosition (const MythPoint &point) |
virtual MythPoint | GetPosition (void) const |
virtual void | SetSize (QSize size) |
virtual void | SetMinSize (const MythPoint &size) |
Set the minimum size of this widget, for widgets which can be rescaled. More... | |
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. More... | |
virtual void | VanishSibling (void) |
virtual void | SetMinAreaParent (MythRect actual_area, MythRect allowed_area, MythUIType *child) |
Adjust the size of sibling objects within the button. More... | |
virtual void | SetMinArea (const MythRect &rect) |
Set the minimum area based on the given size. More... | |
virtual MythRect | GetArea (void) const |
If the object has a minimum area defined, return it, other wise return the default area. More... | |
virtual MythRect | GetFullArea (void) const |
virtual void | RecalculateArea (bool recurse=true) |
void | ExpandArea (QRect rect) |
virtual QRegion | GetDirtyArea (void) const |
bool | IsVisible (bool recurse=false) const |
virtual 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 bool | inputMethodEvent (QInputMethodEvent *event) |
Input Method event handler. More... | |
virtual void | mediaEvent (MythMediaEvent *event) |
Media/Device status event handler, received from MythMediaMonitor. More... | |
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 |
void | SetXMLName (const QString &name) |
QString | GetXMLName (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. More... | |
bool | ContainsPoint (QPoint point) const |
Check if the given point falls within this widgets area. More... | |
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 (MythUIType *dependee, 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 | |
void | DrawSelf (MythPainter *p, int xoffset, int yoffset, int alphaMod, QRect clipRect) override |
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) |
void | FindEnabledUp (MovementUnit unit) |
void | FindEnabledDown (MovementUnit unit) |
If the current item is not enabled, find the next enabled one. More... | |
virtual void | CalculateVisibleItems (void) |
virtual QPoint | GetButtonPosition (int column, int row) const |
void | SetButtonArea (const MythRect &rect) |
bool | ParseElement (const QString &filename, QDomElement &element, bool showWarnings) override |
Parse the xml definition of this widget setting the state of the object accordingly. More... | |
void | CopyFrom (MythUIType *base) override |
Copy this widgets state from another. More... | |
void | CreateCopy (MythUIType *parent) override |
Copy the state of this widget to the one given, it must be of the same type. More... | |
void | Finalize (void) override |
Perform any post-xml parsing initialisation tasks. More... | |
void | SanitizePosition (void) |
![]() | |
~MythUIType () override | |
void | customEvent (QEvent *event) override |
void | AddFocusableChildrenToList (FocusInfoType &focusList) |
void | HandleAlphaPulse () |
Handle one frame of an alpha (transparency) change animation. More... | |
void | HandleMovementPulse () |
Handle one frame of a movement animation. More... | |
int | CalcAlpha (int alphamod) const |
void | ConnectDependants (bool recurse=false) |
Friends | |
class | MythUIButtonListItem |
class | MythUIButtonTree |
Additional Inherited Members | |
![]() | |
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) |
![]() | |
static int | NormX (int width) |
static int | NormY (int height) |
List widget, displays list items in a variety of themeable arrangements and can trigger signals when items are highlighted or clicked.
Definition at line 191 of file mythuibuttonlist.h.
Enumerator | |
---|---|
MoveItem | |
MoveColumn | |
MoveRow | |
MovePage | |
MoveMax | |
MoveMid | |
MoveByAmount |
Definition at line 205 of file mythuibuttonlist.h.
Enumerator | |
---|---|
LayoutVertical | |
LayoutHorizontal | |
LayoutGrid |
Definition at line 207 of file mythuibuttonlist.h.
|
protected |
Enumerator | |
---|---|
ScrollFree | |
ScrollCenter | |
ScrollGroupCenter |
Definition at line 275 of file mythuibuttonlist.h.
|
protected |
Enumerator | |
---|---|
ArrangeFixed | |
ArrangeFill | |
ArrangeSpread | |
ArrangeStack |
Definition at line 276 of file mythuibuttonlist.h.
|
protected |
Enumerator | |
---|---|
WrapCaptive | |
WrapNone | |
WrapSelect | |
WrapItems | |
WrapFlowing |
Definition at line 277 of file mythuibuttonlist.h.
MythUIButtonList::MythUIButtonList | ( | MythUIType * | parent, |
const QString & | name | ||
) |
Definition at line 31 of file mythuibuttonlist.cpp.
Referenced by CreateCopy().
MythUIButtonList::MythUIButtonList | ( | MythUIType * | parent, |
const QString & | name, | ||
QRect | area, | ||
bool | showArrow = true , |
||
bool | showScrollBar = false |
||
) |
Definition at line 41 of file mythuibuttonlist.cpp.
|
override |
Definition at line 67 of file mythuibuttonlist.cpp.
|
overridevirtual |
Key event handler.
event | Keypress event |
Reimplemented from MythUIType.
Reimplemented in MythUISpinBox.
Definition at line 2487 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonTree::keyPressEvent(), MythUISpinBox::keyPressEvent(), and StandardSettingDialog::keyPressEvent().
|
overridevirtual |
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 2626 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonTree::gestureEvent().
|
override |
Definition at line 2734 of file mythuibuttonlist.cpp.
void MythUIButtonList::SetDrawFromBottom | ( | bool | draw | ) |
Definition at line 97 of file mythuibuttonlist.cpp.
|
overridevirtual |
Reset the widget to it's original state, should not reset changes made by the theme.
Reimplemented from MythUIType.
Definition at line 116 of file mythuibuttonlist.cpp.
Referenced by GalleryThumbView::BuildImageList(), InfoList::Clear(), ProgInfoList::Clear(), LocationDialog::clearResults(), MythNews::clearSites(), PrevRecordedList::customEvent(), StatusBox::doAutoExpireList(), StatusBox::doDecoderStatus(), StatusBox::doDisplayStatus(), StatusBox::doJobQueueStatus(), StatusBox::doListingsStatus(), StatusBox::doLogEntries(), StatusBox::doMachineStatus(), StatusBox::doRenderStatus(), StatusBox::doScheduleStatus(), NetSearch::DoSearch(), StatusBox::doTunerStatus(), SearchStream::doUpdateStreams(), ImportIconsWizard::enableControls(), CriteriaRowEditor::fieldChanged(), NetSearch::FillGrabberButtonList(), ChannelEditor::fillList(), ViewScheduled::FillList(), RSSEditor::fillRSSButtonList(), GuideGrid::fillTimeInfos(), LyricsView::findLyrics(), NetSearch::GetLastResults(), NetSearch::GetMoreResults(), CriteriaRowEditor::getOperatorList(), SmartPLOrderByDialog::getOrderByFields(), SmartPlaylistEditor::getSmartPlaylistCategories(), ThemeChooser::Init(), FilterOptMixin::Load(), NetTree::LoadData(), VideoDialog::loadData(), SmartPlaylistEditor::loadFromDatabase(), ViewScheduled::LoadList(), MythNews::processAndShowNews(), ImportIconsWizard::search(), SmartPLOrderByDialog::setFieldList(), ZMEvents::setGridLayout(), PlaybackBox::setGroupFilter(), MythControls::SetListContents(), MythUISpinBox::SetRange(), SmartPLResultViewer::setSQL(), LogViewer::showFullLog(), PrevRecordedList::showListLoseFocus(), LyricsView::showLyrics(), LogViewer::showProgressLog(), MythNewsConfig::slotCategoryChanged(), MythNews::slotSiteSelected(), MythUISearchDialog::slotUpdateList(), ProgFinder::timesListLosingFocus(), ExportNative::updateArchiveList(), MythBurn::updateArchiveList(), SearchStream::updateBroadcasters(), AudioSetupWizard::UpdateCapabilities(), GuideGrid::updateChannelsUI(), SearchStream::updateCountries(), ProgLister::UpdateDisplay(), FileSelector::updateFileList(), MythUIFileBrowser::updateFileList(), SearchStream::updateGenres(), BookmarkManager::UpdateGroupList(), EditAlbumartDialog::updateImageGrid(), SearchStream::updateLanguages(), ChannelRecPriority::updateList(), MythUIButtonTree::UpdateList(), PrevRecordedList::UpdateList(), ProgramRecPriority::UpdateList(), MythDialogBox::updateMenu(), ZMConsole::updateMonitorList(), PlaybackBox::updateRecList(), RecordingSelector::updateRecordingList(), IdleScreen::UpdateScreen(), FileAssocDialog::UpdateScreen(), StandardSettingDialog::updateSettings(), ProgFinder::updateShowList(), StreamView::updateStreamList(), ProgFinder::updateTimesList(), Ripper::updateTrackList(), SearchView::updateTracksList(), PlaybackBox::UpdateUIGroupList(), ZMEvents::updateUIList(), PlaybackBox::UpdateUILists(), MusicCommon::updateUIPlayedList(), MusicCommon::updateUIPlaylist(), PlaybackBox::UpdateUIRecGroupList(), BookmarkManager::UpdateURLList(), and VideoSelector::updateVideoList().
void MythUIButtonList::Update | ( | ) |
Definition at line 141 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonListItem::DisplayState(), InsertItem(), MoveDown(), MoveUp(), RemoveItem(), Reset(), SetActive(), MythUIButtonListItem::setChecked(), MythUIButtonListItem::SetFontState(), MythUIButtonListItem::SetImage(), SetItemCurrent(), MythUIButtonListItem::SetProgress1(), MythUIButtonListItem::SetProgress2(), MythUIButtonListItem::SetText(), MythUIButtonListItem::SetTextFromMap(), WebPage::slotLoadStarted(), WebPage::slotTitleChanged(), and ToggleEnabled().
|
inlinevirtual |
Reimplemented in MythUISpinBox.
Definition at line 214 of file mythuibuttonlist.h.
Referenced by ChannelEditor::Create(), CriteriaRowEditor::fieldChanged(), SmartPLOrderByDialog::fieldListSelectionChanged(), CriteriaRowEditor::getOperatorList(), SmartPlaylistEditor::loadFromDatabase(), SmartPlaylistEditor::newCategory(), SmartPlaylistEditor::newSmartPlaylist(), SmartPlaylistEditor::orderByChanged(), SmartPlaylistEditor::renameCategory(), CriteriaRowEditor::setDate(), SearchStream::updateBroadcasters(), SearchStream::updateCountries(), CriteriaRowEditor::updateFields(), SearchStream::updateGenres(), SearchStream::updateLanguages(), CriteriaRowEditor::updateOperators(), ImportCoverArtDialog::updateTypeSelector(), and CriteriaRowEditor::updateValues().
|
inlinevirtual |
Reimplemented in MythUISpinBox.
Definition at line 215 of file mythuibuttonlist.h.
void MythUIButtonList::SetValueByData | ( | const QVariant & | data | ) |
Definition at line 1539 of file mythuibuttonlist.cpp.
Referenced by EditMetadataDialog::AddCategory(), ImportSettings::Create(), Ripper::Create(), GroupSelector::Create(), EditMetadataDialog::fillWidgets(), VideoFilterDialog::fillWidgets(), GrabberSettings::Init(), AudioSetupWizard::Init(), ThemeChooser::Init(), StreamView::keyPressEvent(), SchedOptMixin::Load(), LanguageSelection::Load(), StoreOptMixin::Load(), PostProcMixin::Load(), ScheduleEditor::Load(), ViewScheduled::LoadList(), ProgramRecPriority::newTemplate(), StoreOptMixin::Save(), MythUISpinBox::SetDuration(), MythUISpinBox::SetValue(), and AudioSetupWizard::UpdateCapabilities().
|
virtual |
Reimplemented in MythUISpinBox.
Definition at line 1596 of file mythuibuttonlist.cpp.
|
virtual |
Reimplemented in MythUISpinBox.
Definition at line 1606 of file mythuibuttonlist.cpp.
Referenced by SmartPLOrderByDialog::addPressed(), SmartPLOrderByDialog::ascendingPressed(), SmartPlaylistEditor::customEvent(), ChannelEditor::deleteChannels(), SmartPLOrderByDialog::descendingPressed(), SearchStream::doUpdateStreams(), PowerSearchPopup::editClicked(), CriteriaRowEditor::editDate(), CriteriaRowEditor::enableSaveButton(), CriteriaRowEditor::fieldChanged(), ProgFinder::formatSelectedData(), SmartPlaylistEditor::getCategoryAndName(), ZMEvents::getDateList(), ZMEvents::getEventList(), CriteriaRowEditor::getOperatorList(), SmartPlaylistEditor::getOrderByClause(), SmartPlaylistEditor::getWhereClause(), PhrasePopup::okClicked(), CriteriaRowEditor::operatorChanged(), SmartPLOrderByDialog::orderByChanged(), SmartPlaylistEditor::orderByClicked(), PowerSearchPopup::phraseClicked(), MythNews::processAndShowNews(), PowerSearchPopup::recordClicked(), SmartPlaylistEditor::renameCategory(), SmartPlaylistEditor::saveClicked(), CriteriaRowEditor::saveClicked(), DVDThemeSelector::saveConfiguration(), ProgFinder::selectShowData(), FunctionDialog::setMonitorFunction(), MythBrowser::slotAddBookmark(), BookmarkManager::slotDoDeleteMarked(), MythUISearchDialog::slotSendResult(), RecordingSelector::updateRecordingList(), VideoSelector::updateVideoList(), CriteriaRowEditor::valueButtonClicked(), ProgFinder::whereClauseGetSearchData(), HeProgFinder::whereClauseGetSearchData(), and RuProgFinder::whereClauseGetSearchData().
QVariant MythUIButtonList::GetDataValue | ( | ) | const |
Definition at line 1616 of file mythuibuttonlist.cpp.
Referenced by PlaybackSettingsDialog::DeleteProfileItem(), NetSearch::DoSearch(), MythUISpinBox::GetDuration(), MythUISpinBox::GetIntValue(), NetSearch::GetStreamItem(), MythUISpinBox::GetValue(), MythTimeInputDialog::okClicked(), StoreOptMixin::PromptForRecGroup(), SchedOptMixin::Save(), StoreOptMixin::Save(), PostProcMixin::Save(), NetSearch::SlotItemChanged(), ImportSettings::slotSave(), and GrabberSettings::slotSave().
MythRect MythUIButtonList::GetButtonArea | ( | void | ) | const |
Definition at line 1626 of file mythuibuttonlist.cpp.
void MythUIButtonList::SetItemCurrent | ( | MythUIButtonListItem * | item | ) |
Definition at line 1554 of file mythuibuttonlist.cpp.
Referenced by MythDialogBox::AddButtonV(), StreamView::addStream(), MythTerminal::AddText(), PrevRecordedList::AllowRecord(), ChannelScannerGUIScanPane::AppendLine(), GalleryThumbView::BuildImageList(), ManualSchedule::Create(), MythTimeInputDialog::Create(), SmartPlaylistEditor::criteriaChanged(), LyricsView::customEvent(), SearchView::customEvent(), StreamView::customEvent(), StatusBox::customEvent(), MusicCommon::customEvent(), StreamView::deleteStream(), DoFind(), ChannelEditor::fillList(), GuideGrid::fillProgramRowInfos(), PlayerSettings::fillRegionList(), gestureEvent(), VideoSelector::getVideoList(), PlaybackBox::HandleRecordingRemoveEvent(), RawSettingsEditor::Init(), LogViewer::Init(), StatusBox::Init(), EditPowerSearchPopup::initLists(), MythBrowser::keyPressEvent(), ThumbFinder::keyPressEvent(), MusicCommon::keyPressEvent(), PlaybackBox::keyPressEvent(), LanguageSelection::Load(), SelectDestination::loadConfiguration(), CustomPriority::loadData(), CustomEdit::loadData(), VideoSetupWizard::loadData(), NetTree::LoadData(), VideoDialog::loadData(), ViewScheduled::LoadList(), ManualSchedule::minuteRollover(), PlaybackSettingsDialog::MoveProfileItemDown(), PlaybackSettingsDialog::MoveProfileItemUp(), MoveToNamedPosition(), SpinBoxEntryDialog::okClicked(), SmartPLOrderByDialog::orderByChanged(), ZMEvents::playerExited(), PrevRecordedList::PreventRecord(), MythNews::processAndShowNews(), BookmarkManager::ReloadBookmarks(), restore_position(), MusicCommon::restorePosition(), ProgLister::RestoreSelection(), VideoDialog::searchComplete(), ProgFinder::selectShowData(), LyricsView::setLyricTime(), StoreOptMixin::SetRecGroup(), SetValueByData(), PlaybackBox::ShowAllRecordings(), PlaybackBox::ShowRecordedEpisodes(), MythBrowser::slotAddTab(), MythUISearchDialog::slotUpdateList(), ExportNative::updateArchiveList(), MythBurn::updateArchiveList(), RecordingSelector::updateCategorySelector(), GuideGrid::updateChannelsUI(), LogViewer::updateClicked(), ProgLister::UpdateDisplay(), ChannelRecPriority::updateList(), MythUIButtonTree::UpdateList(), ProgramRecPriority::UpdateList(), MythDialogBox::updateMenu(), ZMConsole::updateMonitorList(), RecordingSelector::updateRecordingList(), FileAssocDialog::UpdateScreen(), StandardSettingDialog::updateSettings(), StreamView::updateStream(), StreamView::updateStreamList(), PlaybackBox::UpdateUIGroupList(), ZMEvents::updateUIList(), MusicCommon::updateUIPlaylist(), PlaybackBox::UpdateUIRecGroupList(), and VideoSelector::updateVideoList().
void MythUIButtonList::SetItemCurrent | ( | int | current, |
int | topPos = -1 |
||
) |
Definition at line 1560 of file mythuibuttonlist.cpp.
MythUIButtonListItem * MythUIButtonList::GetItemCurrent | ( | ) | const |
Definition at line 1587 of file mythuibuttonlist.cpp.
Referenced by BackendSelection::Accept(), CustomPriority::addClicked(), SmartPLOrderByDialog::ascendingPressed(), MythBurn::changeProfile(), ChannelRecPriority::changeRecPriority(), ProgramRecPriority::changeRecPriority(), ChannelEditor::channelIconImport(), StatusBox::clicked(), ImportCoverArtDialog::copyPressed(), EditAlbumartDialog::copySelectedImageToTag(), SmartPlaylistEditor::criteriaChanged(), ChannelEditor::customEvent(), SearchView::customEvent(), ViewScheduled::customEvent(), StatusBox::customEvent(), MusicCommon::customEvent(), ProgramRecPriority::customEvent(), ScreenSetup::customEvent(), MythThemedMenu::customEvent(), NetSearch::customEvent(), PlaybackBox::customEvent(), EditAlbumartDialog::customEvent(), StandardSettingDialog::customEvent(), ProgramRecPriority::deactivate(), ChannelEditor::del(), PhrasePopup::deleteClicked(), PowerSearchPopup::deleteClicked(), SmartPlaylistEditor::deleteCriteria(), StandardSettingDialog::deleteEntry(), StandardSettingDialog::deleteEntryConfirmed(), MythNews::deleteNewsSite(), PrevRecordedList::DeleteOldEpisode(), ZMEvents::deletePressed(), SmartPLOrderByDialog::deletePressed(), CustomEdit::deleteRule(), ViewScheduled::deleteRule(), ScreenSetup::deleteScreen(), SmartPLOrderByDialog::descendingPressed(), SmartPlaylistEditor::doDeleteCriteria(), RSSEditor::DoDeleteSite(), EditAlbumartDialog::doRemoveImageFromTag(), StreamView::doRemoveStream(), NetSearch::DoSearch(), ChannelEditor::edit(), SmartPlaylistEditor::editCriteria(), MythBurn::editDetails(), MythBurn::editorClosed(), StreamView::editStream(), MythBurn::editThumbnails(), ChannelEditor::fillList(), gestureEvent(), MythControls::GetCurrentAction(), MythControls::GetCurrentContext(), FileAssocDialogPrivate::GetCurrentFA(), MythControls::GetCurrentKey(), ViewScheduled::GetCurrentProgram(), ProgramRecPriority::GetCurrentProgram(), PlaybackBox::GetCurrentProgram(), GetDataValue(), GetIntValue(), MythUIButtonTree::GetItemCurrent(), VideoDialog::GetItemCurrent(), NetTree::GetStreamItem(), GetValue(), PlaybackBox::HandlePreviewEvent(), PlaybackBox::HandleRecordingRemoveEvent(), AudioSetupWizard::Init(), ThemeChooser::Init(), CustomPriority::installClicked(), PlaybackBox::ItemLoaded(), PlaybackBox::ItemVisible(), SearchView::keyPressEvent(), CustomEdit::keyPressEvent(), StreamView::keyPressEvent(), MythUISpinBox::keyPressEvent(), MusicCommon::keyPressEvent(), MythBurn::keyPressEvent(), BookmarkManager::keyPressEvent(), ProgramRecPriority::keyPressEvent(), Ripper::keyPressEvent(), PlaybackBox::keyPressEvent(), keyPressEvent(), MythDialogBox::keyPressEvent(), StandardSettingDialog::keyPressEvent(), StandardSettingDialog::LevelDown(), ViewScheduled::LoadList(), ChannelEditor::menu(), MoveDown(), SmartPLOrderByDialog::moveDownPressed(), MoveItemUpDown(), PlaybackSettingsDialog::MoveProfileItemDown(), PlaybackSettingsDialog::MoveProfileItemUp(), MoveUp(), SmartPLOrderByDialog::moveUpPressed(), ProgramRecPriority::newTemplate(), FileSelector::OKPressed(), MythUIFileBrowser::OKPressed(), FileAssocDialog::OnDeletePressed(), PlaybackBox::PlayFromAnyMark(), PlaybackBox::PlayFromBeginning(), PlaybackBox::PlayFromBookmark(), PlaybackBox::PlayFromLastPlayPos(), 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(), LyricsView::setLyricTime(), SmartPLResultViewer::setSQL(), MythUIButtonTree::SetTreeState(), PlaybackBox::ShowActionPopup(), SmartPlaylistEditor::showCriteriaMenu(), MythNews::ShowEditDialog(), BookmarkManager::ShowEditDialog(), ZMConsole::showEditFunctionPopup(), Ripper::showEditMetadataDialog(), PlaybackSettingsDialog::ShowMenu(), SearchView::ShowMenu(), StreamView::ShowMenu(), ChannelRecPriority::ShowMenu(), MythBurn::ShowMenu(), NetTree::ShowMenu(), EditAlbumartDialog::showMenu(), ScheduleEditor::showMenu(), StandardSettingDialog::ShowMenu(), ThemeChooser::showPopupMenu(), PlaybackBox::showRecGroupPasswordChanger(), SmartPLResultViewer::showTrackInfo(), BookmarkManager::slotDeleteCurrent(), BookmarkManager::slotDoDeleteCurrent(), RSSEditor::SlotEditSite(), NetSearch::SlotItemChanged(), NetTree::SlotItemChanged(), RSSEditor::SlotItemChanged(), MythBrowser::slotLoadStarted(), PlayerSettings::slotSave(), MythUISearchDialog::slotSendResult(), BookmarkManager::slotSetHomepage(), BookmarkManager::slotShowCurrent(), BookmarkManager::slotShowMarked(), MythBrowser::slotTitleChanged(), ChannelRecPriority::SortList(), ProgramRecPriority::SortList(), SourceSetup::sourceListItemSelected(), Ripper::startRipper(), CustomEdit::storeClicked(), VideoSetupWizard::testHDVideo(), CustomPriority::testSchedule(), VideoSetupWizard::testSDVideo(), PlaybackBox::toggleAutoExpire(), ThemeChooser::toggleFullscreenPreview(), PlaybackBox::togglePlayListItem(), PlaybackBox::togglePlayListTitle(), PlaybackBox::togglePreserveEpisode(), AudioSetupWizard::toggleSpeakers(), MythBurn::toggleUseCutlist(), PlaybackBox::toggleWatched(), ChannelRecPriority::upcoming(), ExportNative::updateArchiveList(), AudioSetupWizard::UpdateCapabilities(), NetTree::UpdateCurrentItem(), ScreenSetup::updateHelpText(), MythNews::updateInfoView(), ProgramRecPriority::UpdateList(), RecordingSelector::updateRecordingList(), MythControls::UpdateRightList(), FileAssocDialog::UpdateScreen(), StandardSettingDialog::updateSettings(), 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 1633 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 1641 of file mythuibuttonlist.cpp.
Referenced by PlaybackBox::HandleRecordingRemoveEvent().
MythUIButtonListItem * MythUIButtonList::GetItemAt | ( | int | pos | ) | const |
Definition at line 1673 of file mythuibuttonlist.cpp.
Referenced by StreamView::addStream(), LocationDialog::clearResults(), MythBurn::createConfigFile(), ImageSearchResultsDialog::customEvent(), MetadataResultsDialog::customEvent(), LyricsView::customEvent(), SearchView::customEvent(), StreamView::customEvent(), MusicCommon::customEvent(), NetSearch::customEvent(), NetTree::customEvent(), customEvent(), PrevRecordedList::DeleteOldSeries(), DoFind(), NetSearch::DoSearch(), SpinBoxEntryDialog::entryChanged(), SmartPLOrderByDialog::getFieldList(), VideoDialog::GetItemByMetadata(), FilterOptMixin::Load(), SmartPLOrderByDialog::orderByChanged(), BookmarkManager::ReloadBookmarks(), restore_position(), FilterOptMixin::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 | ( | const QVariant & | data | ) |
Definition at line 1681 of file mythuibuttonlist.cpp.
Referenced by MythUISpinBox::AddSelection(), StreamView::customEvent(), PlaybackBox::customEvent(), PlaybackBox::doClearPlaylist(), PlayerSettings::fillRegionList(), PlaybackBox::HandlePreviewEvent(), PlaybackBox::HandleRecordingRemoveEvent(), VideoSetupWizard::loadData(), PlaybackBox::PlaylistDelete(), PlaybackBox::RemoveProgram(), PlaybackBox::ShowAllRecordings(), PlaybackBox::ShowRecordedEpisodes(), PlaybackBox::togglePlayListItem(), Ripper::toggleTrackActive(), PlaybackBox::UpdateUIListItem(), and PlaybackBox::UpdateUILists().
uint MythUIButtonList::ItemWidth | ( | void | ) |
Definition at line 2468 of file mythuibuttonlist.cpp.
uint MythUIButtonList::ItemHeight | ( | void | ) |
Definition at line 2476 of file mythuibuttonlist.cpp.
|
inline |
Definition at line 232 of file mythuibuttonlist.h.
Referenced by MythDialogBox::keyPressEvent().
bool MythUIButtonList::MoveItemUpDown | ( | MythUIButtonListItem * | item, |
bool | up | ||
) |
Definition at line 2310 of file mythuibuttonlist.cpp.
Referenced by ScreenSetup::customEvent(), and MythUIButtonListItem::MoveUpDown().
void MythUIButtonList::SetAllChecked | ( | MythUIButtonListItem::CheckState | state | ) |
Definition at line 2356 of file mythuibuttonlist.cpp.
|
inline |
Definition at line 238 of file mythuibuttonlist.h.
Referenced by PrevRecordedList::AllowRecord(), ZMEvents::cameraChanged(), CustomEdit::clauseChanged(), StatusBox::clicked(), ManualSchedule::Create(), ViewScheduleDiff::CurrentProgram(), ProgFinder::customEvent(), StatusBox::customEvent(), MusicCommon::customEvent(), ManualSchedule::dateChanged(), ZMEvents::dateChanged(), PhrasePopup::deleteClicked(), PowerSearchPopup::deleteClicked(), PrevRecordedList::DeleteOldEpisode(), ZMEvents::deletePressed(), CustomEdit::deleteRule(), StreamView::deleteStream(), DoFind(), NetSearch::DoSearch(), PowerSearchPopup::editClicked(), ZMEvents::eventChanged(), ChannelEditor::fillList(), ProgFinder::GetCurrentProgram(), PrevRecordedList::GetCurrentProgram(), ProgLister::GetCurrentProgram(), ZMEvents::getEventList(), ThumbFinder::gridItemChanged(), ProgLister::HandleSelected(), MythBrowser::keyPressEvent(), ThumbFinder::keyPressEvent(), MusicCommon::keyPressEvent(), PrevRecordedList::LoadShowsByDate(), PrevRecordedList::LoadShowsByTitle(), ManualSchedule::minuteRollover(), PlaybackSettingsDialog::MoveProfileItemDown(), PlaybackSettingsDialog::MoveProfileItemUp(), EditPowerSearchPopup::okClicked(), SmartPLOrderByDialog::orderByChanged(), PhrasePopup::phraseClicked(), PowerSearchPopup::phraseClicked(), PhrasePopup::phraseSelected(), PowerSearchPopup::phraseSelected(), MusicCommon::playlistItemClicked(), ZMEvents::playPressed(), PrevRecordedList::PreventRecord(), MythNews::processAndShowNews(), ManualSchedule::recordClicked(), CustomPriority::ruleChanged(), ProfileDialog::save(), save_position(), SelectDestination::saveConfiguration(), MythDialogBox::Select(), LyricsView::setLyricTime(), ProgFinder::ShowGuide(), ProgLister::ShowMenu(), MythBrowser::slotTabSelected(), SpinBoxEntryDialog::SpinBoxEntryDialog(), CustomEdit::storeClicked(), StreamView::streamItemClicked(), CustomEdit::textChanged(), DVDThemeSelector::themeChanged(), SmartPLResultViewer::trackSelected(), ProgLister::UpdateButtonList(), LogViewer::updateClicked(), ProgLister::UpdateDisplay(), ProgFinder::updateInfo(), PrevRecordedList::updateInfo(), updateLCD(), ZMConsole::updateMonitorList(), VideoDialog::UpdatePosition(), RawSettingsEditor::updatePrevNextTexts(), ThumbFinder::updateThumb(), MusicCommon::updateUIPlaylist(), JaProgFinder::whereClauseGetSearchData(), and StatusBox::~StatusBox().
int MythUIButtonList::GetItemPos | ( | MythUIButtonListItem * | item | ) | const |
Definition at line 1695 of file mythuibuttonlist.cpp.
Referenced by CalculateButtonPositions(), MetadataResultsDialog::Create(), ImageSearchResultsDialog::Create(), PlaybackBox::keyPressEvent(), NetSearch::PopulateResultList(), MythDialogBox::Select(), PlaybackBox::ShowActionPopup(), PlaybackSettingsDialog::ShowPlaybackProfileMenu(), Ripper::toggleTrackActive(), NetTree::UpdateItem(), and PlaybackBox::UpdateUIGroupList().
|
inline |
Definition at line 240 of file mythuibuttonlist.h.
Referenced by StatusBox::customEvent(), StreamView::deleteStream(), ChannelEditor::fillList(), MythNews::processAndShowNews(), save_position(), and ProgLister::UpdateDisplay().
int MythUIButtonList::GetCount | ( | ) | const |
Definition at line 1652 of file mythuibuttonlist.cpp.
Referenced by StreamView::addStream(), ChannelEditor::channelIconImport(), LocationDialog::clearResults(), ManualSchedule::Create(), RSSEditor::Create(), MythBurn::createConfigFile(), ImageSearchResultsDialog::customEvent(), MetadataResultsDialog::customEvent(), LyricsView::customEvent(), SearchView::customEvent(), StreamView::customEvent(), MusicCommon::customEvent(), ScreenSetup::customEvent(), NetSearch::customEvent(), NetTree::customEvent(), customEvent(), ZMEvents::deleteAll(), ScreenSetup::deleteScreen(), DoFind(), ScreenSetup::doListSelect(), NetSearch::DoSearch(), SearchStream::doUpdateStreams(), SpinBoxEntryDialog::entryChanged(), ZMEvents::eventChanged(), ChannelEditor::fillList(), SmartPLOrderByDialog::getFieldList(), ProgLister::HandleSelected(), LogViewer::Init(), EditPowerSearchPopup::initLists(), NetSearch::keyPressEvent(), PlaybackBox::keyPressEvent(), CustomEdit::loadClauses(), SelectDestination::loadConfiguration(), RSSEditor::LoadData(), SmartPLOrderByDialog::orderByChanged(), MythThemedMenu::parseMenu(), BookmarkManager::ReloadBookmarks(), restore_position(), FilterOptMixin::Save(), MythBurn::saveConfiguration(), ScreenSetup::saveData(), SourceSetup::saveData(), ProgFinder::select(), LyricsView::setLyricTime(), ProgFinder::ShowMenu(), NetSearch::ShowMenu(), PlaybackSettingsDialog::ShowPlaybackProfileMenu(), EditAlbumartDialog::showTypeMenu(), BookmarkManager::slotClearMarked(), CustomEdit::storeRule(), SmartPLResultViewer::trackSelected(), ProgLister::UpdateButtonList(), LogViewer::updateClicked(), ProgFinder::updateInfo(), VideoDialog::UpdatePosition(), RawSettingsEditor::updatePrevNextTexts(), StreamView::updateStream(), StreamView::updateStreamList(), SearchView::updateTracksList(), VideoSelector::updateVideoList(), ScreenSetup::~ScreenSetup(), and SourceSetup::~SourceSetup().
int MythUIButtonList::GetVisibleCount | ( | ) |
Definition at line 1657 of file mythuibuttonlist.cpp.
Referenced by MythDialogBox::AddButtonV(), ChannelEditor::fillList(), and MythDialogBox::updateMenu().
bool MythUIButtonList::IsEmpty | ( | ) | const |
Definition at line 1668 of file mythuibuttonlist.cpp.
Referenced by ProgLister::HandleSelected(), LanguageSelection::Load(), FilterOptMixin::Load(), MythUIButtonTree::RemoveItem(), RemoveItem(), SmartPLResultViewer::trackSelected(), ProgLister::UpdateButtonList(), MythUIButtonTree::UpdateList(), ProgramRecPriority::UpdateList(), and VideoDialog::UpdatePosition().
|
virtual |
Reimplemented in MythUISpinBox.
Definition at line 2160 of file mythuibuttonlist.cpp.
Referenced by gestureEvent(), keyPressEvent(), MythUISpinBox::MoveDown(), MoveItemUpDown(), ProgInfoList::PageDown(), and PlaybackBox::togglePlayListItem().
|
virtual |
Reimplemented in MythUISpinBox.
Definition at line 1942 of file mythuibuttonlist.cpp.
Referenced by gestureEvent(), keyPressEvent(), MoveItemUpDown(), MythUISpinBox::MoveUp(), and ProgInfoList::PageUp().
bool MythUIButtonList::MoveToNamedPosition | ( | const QString & | position_name | ) |
Definition at line 2279 of file mythuibuttonlist.cpp.
Referenced by ProfileDialog::Create(), PhrasePopup::Create(), FunctionDialog::Create(), PowerSearchPopup::Create(), CriteriaRowEditor::fieldChanged(), ProgFinder::Init(), DVDThemeSelector::loadConfiguration(), SmartPlaylistEditor::orderByChanged(), MythNews::processAndShowNews(), BookmarkManager::ReloadBookmarks(), CriteriaRowEditor::setDate(), BookmarkManager::slotDoDeleteCurrent(), BookmarkManager::slotDoDeleteMarked(), and CriteriaRowEditor::updateValues().
void MythUIButtonList::RemoveItem | ( | MythUIButtonListItem * | item | ) |
Definition at line 1485 of file mythuibuttonlist.cpp.
Referenced by ChannelEditor::customEvent(), StatusBox::customEvent(), MusicCommon::customEvent(), PlaybackBox::customEvent(), PhrasePopup::deleteClicked(), PowerSearchPopup::deleteClicked(), StandardSettingDialog::deleteEntryConfirmed(), PrevRecordedList::DeleteOldEpisode(), PrevRecordedList::DeleteOldSeries(), SmartPLOrderByDialog::deletePressed(), CustomEdit::deleteRule(), SmartPlaylistEditor::doDeleteCriteria(), 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 3034 of file mythuibuttonlist.cpp.
Referenced by ProgFinder::Create(), LanguageSelection::Create(), PrevRecordedList::Create(), ViewScheduled::Create(), ProgLister::Create(), ProgramRecPriority::Create(), PlaybackBox::Init(), MythThemedMenu::parseMenu(), and PrevRecordedList::updateInfo().
void MythUIButtonList::updateLCD | ( | void | ) |
Definition at line 3040 of file mythuibuttonlist.cpp.
Referenced by MythThemedMenu::aboutToShow(), and CalculateArrowStates().
|
inline |
Definition at line 254 of file mythuibuttonlist.h.
Referenced by ViewScheduled::Create(), ProgLister::Create(), ProgramRecPriority::Create(), MusicCommon::CreateCommon(), and PlaybackBox::Init().
void MythUIButtonList::ShowSearchDialog | ( | void | ) |
Definition at line 3100 of file mythuibuttonlist.cpp.
Referenced by keyPressEvent(), MusicCommon::searchButtonList(), and MythUIButtonTree::ShowSearchDialog().
Definition at line 3130 of file mythuibuttonlist.cpp.
Referenced by SmartPlaylistEditor::loadFromDatabase(), and SearchButtonListDialog::searchChanged().
bool MythUIButtonList::FindNext | ( | void | ) |
Definition at line 3137 of file mythuibuttonlist.cpp.
Referenced by SearchButtonListDialog::nextClicked().
bool MythUIButtonList::FindPrev | ( | void | ) |
Definition at line 3142 of file mythuibuttonlist.cpp.
Referenced by SearchButtonListDialog::prevClicked().
void MythUIButtonList::LoadInBackground | ( | int | start = 0 , |
int | pageSize = 20 |
||
) |
Definition at line 2756 of file mythuibuttonlist.cpp.
Referenced by customEvent(), PlaybackBox::Play(), ProgLister::UpdateButtonList(), and PlaybackBox::updateRecList().
int MythUIButtonList::StopLoad | ( | void | ) |
Definition at line 2763 of file mythuibuttonlist.cpp.
Referenced by PlaybackBox::Play(), and Reset().
|
slot |
Definition at line 76 of file mythuibuttonlist.cpp.
Referenced by Const(), and MythUIButtonTree::SwitchList().
|
slot |
Definition at line 86 of file mythuibuttonlist.cpp.
Referenced by Const(), MythUIButtonTree::handleSelect(), and MythUIButtonTree::SwitchList().
|
slot |
Definition at line 91 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonList().
|
signal |
Referenced by ManualSchedule::connectSignals(), ChannelEditor::Create(), CustomPriority::Create(), FileAssocDialog::Create(), CustomEdit::Create(), SearchView::Create(), MythBrowser::Create(), NetSearch::Create(), ChannelRecPriority::Create(), ProfileDialog::Create(), MythNews::Create(), MythNewsConfig::Create(), DVDThemeSelector::Create(), SelectDestination::Create(), EditMetadataDialog::Create(), PhrasePopup::Create(), ViewScheduleDiff::Create(), LogViewer::Create(), ThemeChooser::Create(), RawSettingsEditor::Create(), ImportIconsWizard::Create(), ViewScheduled::Create(), ZMEvents::Create(), RecordingSelector::Create(), ExportNative::Create(), StatusBox::Create(), ThumbFinder::Create(), VideoSelector::Create(), NetTree::Create(), ProgLister::Create(), ArchiveFileSelector::Create(), VideoDialog::Create(), MythControls::Create(), BookmarkManager::Create(), ProgramRecPriority::Create(), ScreenSetup::Create(), PowerSearchPopup::Create(), SmartPlaylistEditor::Create(), MythUIFileBrowser::Create(), RSSEditor::Create(), SearchStream::Create(), SourceSetup::Create(), PlaybackBox::Create(), LocationDialog::Create(), EditAlbumartDialog::Create(), ScheduleEditor::Create(), CriteriaRowEditor::Create(), ImportCoverArtDialog::Create(), SmartPLResultViewer::Create(), SmartPLOrderByDialog::Create(), SchedOptEditor::Create(), VideoFilterDialog::Create(), SmartPLDateDialog::Create(), StoreOptEditor::Create(), MetadataOptions::Create(), StandardSettingDialog::Create(), AudioSetupWizard::Init(), ProgFinder::Init(), PrevRecordedList::Init(), InsertItem(), MoveDown(), MoveUp(), RemoveItem(), Select(), GalleryThumbView::SelectZoomWidget(), ZMEvents::setGridLayout(), SetItemCurrent(), MythThemedMenu::SetMenuTheme(), and MythUIButtonTree::UpdateList().
|
signal |
Referenced by ChannelEditor::Create(), MetadataResultsDialog::Create(), ImageSearchResultsDialog::Create(), CustomEdit::Create(), LyricsView::Create(), SearchView::Create(), StreamView::Create(), NetSearch::Create(), MythNews::Create(), MythNewsConfig::Create(), NetEditorBase::Create(), EditMetadataDialog::Create(), PhrasePopup::Create(), ViewScheduleDiff::Create(), ThemeChooser::Create(), ImportIconsWizard::Create(), ViewScheduled::Create(), RecordingSelector::Create(), StatusBox::Create(), VideoSelector::Create(), NetTree::Create(), ProgLister::Create(), BackendSelection::Create(), FileSelector::Create(), ArchiveFileSelector::Create(), VideoDialog::Create(), MythBurn::Create(), MythControls::Create(), BookmarkManager::Create(), ProgramRecPriority::Create(), ScreenSetup::Create(), PowerSearchPopup::Create(), SmartPlaylistEditor::Create(), MythUIFileBrowser::Create(), RSSEditor::Create(), Ripper::Create(), SearchStream::Create(), PlaybackBox::Create(), LocationDialog::Create(), ScheduleEditor::Create(), MythDialogBox::Create(), SchedFilterEditor::Create(), MythUISearchDialog::Create(), StandardSettingDialog::Create(), GroupSelector::Create(), MusicCommon::CreateCommon(), gestureEvent(), ProgFinder::Init(), PrevRecordedList::Init(), keyPressEvent(), GalleryThumbView::SelectZoomWidget(), ZMEvents::setGridLayout(), MythThemedMenu::SetMenuTheme(), and MythUIButtonTree::UpdateList().
|
signal |
|
signal |
Referenced by ProgLister::Create(), PlaybackBox::Create(), and customEvent().
|
overrideprotectedvirtual |
Reimplemented from MythUIType.
Definition at line 2951 of file mythuibuttonlist.cpp.
|
protected |
Definition at line 58 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonList().
|
protectedvirtual |
Definition at line 2364 of file mythuibuttonlist.cpp.
Referenced by CalculateArrowStates(), GetItemByData(), ItemHeight(), ItemWidth(), MoveToNamedPosition(), SetItemCurrent(), and SetValueByData().
|
protected |
Definition at line 1456 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonListItem::MythUIButtonListItem().
|
protected |
Definition at line 154 of file mythuibuttonlist.cpp.
Referenced by DistributeButtons(), and DistributeRow().
|
protected |
Definition at line 182 of file mythuibuttonlist.cpp.
Referenced by DistributeButtons(), and DistributeRow().
|
protected |
Definition at line 1703 of file mythuibuttonlist.cpp.
Referenced by PageDown(), and PageUp().
|
protected |
Definition at line 207 of file mythuibuttonlist.cpp.
Referenced by DistributeRow().
|
protected |
Definition at line 256 of file mythuibuttonlist.cpp.
Referenced by DistributeButtons(), and DistributeCols().
|
protected |
Definition at line 614 of file mythuibuttonlist.cpp.
Referenced by DistributeButtons().
|
protected |
Definition at line 729 of file mythuibuttonlist.cpp.
Referenced by CalculateArrowStates().
|
protected |
Definition at line 1254 of file mythuibuttonlist.cpp.
Referenced by CalculateArrowStates().
|
protected |
Definition at line 1390 of file mythuibuttonlist.cpp.
Referenced by DrawSelf(), GetVisibleCount(), and MythUISpinBox::SetRange().
|
protected |
Definition at line 3992 of file mythuibuttonlist.cpp.
Referenced by DrawSelf(), and GetVisibleCount().
|
protected |
Definition at line 1450 of file mythuibuttonlist.cpp.
Referenced by MythUIButtonListItem::SetToRealButton().
|
protected |
Definition at line 102 of file mythuibuttonlist.cpp.
Referenced by Deselect(), Select(), and MythUIButtonTree::SetTreeState().
|
protected |
Definition at line 1731 of file mythuibuttonlist.cpp.
Referenced by MoveUp().
|
protected |
Definition at line 1836 of file mythuibuttonlist.cpp.
Referenced by MoveDown().
Definition at line 3147 of file mythuibuttonlist.cpp.
Referenced by Find(), FindNext(), and FindPrev().
|
protected |
Definition at line 2114 of file mythuibuttonlist.cpp.
Referenced by MoveUp().
|
protected |
If the current item is not enabled, find the next enabled one.
Definition at line 2069 of file mythuibuttonlist.cpp.
Referenced by MoveDown().
|
protectedvirtual |
Definition at line 2780 of file mythuibuttonlist.cpp.
Referenced by Init().
|
protectedvirtual |
Definition at line 2770 of file mythuibuttonlist.cpp.
Referenced by Init().
|
protected |
Definition at line 2817 of file mythuibuttonlist.cpp.
Referenced by ParseElement().
|
overrideprotectedvirtual |
Parse the xml definition of this widget setting the state of the object accordingly.
Reimplemented from MythUIType.
Reimplemented in MythUISpinBox.
Definition at line 2835 of file mythuibuttonlist.cpp.
Referenced by MythUISpinBox::ParseElement().
|
overrideprotectedvirtual |
Copy this widgets state from another.
Reimplemented from MythUIType.
Reimplemented in MythUISpinBox.
Definition at line 2973 of file mythuibuttonlist.cpp.
Referenced by MythUISpinBox::CopyFrom().
|
overrideprotectedvirtual |
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 2964 of file mythuibuttonlist.cpp.
|
overrideprotectedvirtual |
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 3029 of file mythuibuttonlist.cpp.
|
protected |
Definition at line 1382 of file mythuibuttonlist.cpp.
Referenced by CalculateArrowStates(), MoveDown(), and MoveUp().
|
friend |
Definition at line 395 of file mythuibuttonlist.h.
Referenced by MythUISpinBox::AddSelection(), and MythUISpinBox::SetRange().
|
friend |
Definition at line 396 of file mythuibuttonlist.h.
|
protected |
Definition at line 338 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), CalculateVisibleItems(), CopyFrom(), DistributeButtons(), DistributeRow(), gestureEvent(), MythUIButtonTree::keyPressEvent(), keyPressEvent(), minButtonHeight(), minButtonWidth(), MoveUp(), PageDown(), PageUp(), ParseElement(), and SetItemCurrent().
|
protected |
Definition at line 339 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), CopyFrom(), DistributeButtons(), Init(), MoveDown(), MoveUp(), and ParseElement().
|
protected |
Definition at line 340 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), CopyFrom(), DistributeButtons(), DistributeCols(), DistributeRow(), gestureEvent(), keyPressEvent(), MoveDown(), MoveUp(), and ParseElement().
Definition at line 341 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), CopyFrom(), DistributeCols(), DistributeRow(), FindEnabledDown(), FindEnabledUp(), MoveDown(), MoveUp(), ParseElement(), and SanitizePosition().
|
protected |
Definition at line 342 of file mythuibuttonlist.h.
Referenced by CopyFrom(), DistributeButtons(), and ParseElement().
|
protected |
Definition at line 344 of file mythuibuttonlist.h.
Referenced by CalculateVisibleItems(), CopyFrom(), DistributeButtons(), DistributeRow(), GetButtonArea(), GetButtonPosition(), Init(), PageDown(), PageUp(), and SetButtonArea().
|
protected |
Definition at line 346 of file mythuibuttonlist.h.
Referenced by CopyFrom(), ParseElement(), and ShowSearchDialog().
|
protected |
Definition at line 347 of file mythuibuttonlist.h.
Referenced by CopyFrom(), and DoFind().
|
protected |
Definition at line 348 of file mythuibuttonlist.h.
Definition at line 349 of file mythuibuttonlist.h.
|
protected |
Definition at line 351 of file mythuibuttonlist.h.
Referenced by CalculateVisibleItems(), CopyFrom(), GetButtonPosition(), Init(), and ItemWidth().
|
protected |
Definition at line 352 of file mythuibuttonlist.h.
Referenced by CalculateVisibleItems(), CopyFrom(), GetButtonPosition(), Init(), and ItemHeight().
|
protected |
Definition at line 353 of file mythuibuttonlist.h.
Referenced by CalculateVisibleItems(), CopyFrom(), DistributeButtons(), DistributeRow(), GetButtonPosition(), PageDown(), PageUp(), and ParseElement().
|
protected |
Definition at line 354 of file mythuibuttonlist.h.
Referenced by CalculateVisibleItems(), CopyFrom(), DistributeButtons(), DistributeCols(), DistributeRow(), GetButtonPosition(), and ParseElement().
|
protected |
Definition at line 355 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), CalculateButtonPositions(), CalculateVisibleItems(), CopyFrom(), DistributeButtons(), GetVisibleCount(), Init(), MoveDown(), MoveUp(), and SetScrollBarPosition().
|
protected |
Definition at line 356 of file mythuibuttonlist.h.
Referenced by CopyFrom(), DistributeButtons(), InitButton(), and PrepareButton().
|
protected |
Definition at line 357 of file mythuibuttonlist.h.
Referenced by CalculateVisibleItems(), and DistributeButtons().
|
protected |
Definition at line 358 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), CalculateVisibleItems(), DistributeButtons(), DistributeCols(), DistributeRow(), FindEnabledDown(), FindEnabledUp(), Init(), MoveDown(), MoveUp(), PageDown(), PageUp(), and SetItemCurrent().
|
protected |
Definition at line 359 of file mythuibuttonlist.h.
Referenced by DistributeButtons(), and PageUp().
|
protected |
Definition at line 360 of file mythuibuttonlist.h.
Referenced by DistributeButtons(), and PageDown().
|
protected |
Definition at line 361 of file mythuibuttonlist.h.
Referenced by DistributeButtons(), PageDown(), and PageUp().
|
protected |
Definition at line 362 of file mythuibuttonlist.h.
Referenced by DistributeButtons(), PageDown(), and PageUp().
Definition at line 364 of file mythuibuttonlist.h.
Referenced by CopyFrom(), SetActive(), and MythUIButtonListItem::SetToRealButton().
Definition at line 365 of file mythuibuttonlist.h.
Referenced by CopyFrom(), and ParseElement().
Definition at line 366 of file mythuibuttonlist.h.
Referenced by CopyFrom(), Init(), ParseElement(), and SetScrollBarPosition().
|
protected |
Definition at line 368 of file mythuibuttonlist.h.
Referenced by CopyFrom(), Init(), and SetScrollBarPosition().
|
protected |
Definition at line 369 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), CopyFrom(), and Init().
|
protected |
Definition at line 370 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), CopyFrom(), and Init().
|
protected |
Definition at line 372 of file mythuibuttonlist.h.
Referenced by Init(), InitButton(), and PrepareButton().
|
protected |
Definition at line 374 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), CopyFrom(), DistributeButtons(), DistributeRow(), Init(), InitButton(), and PrepareButton().
|
protected |
Definition at line 375 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), CalculateButtonPositions(), gestureEvent(), InitButton(), PrepareButton(), RemoveItem(), Reset(), and ~MythUIButtonList().
|
protected |
Definition at line 376 of file mythuibuttonlist.h.
Referenced by CopyFrom(), keyPressEvent(), and ParseElement().
Definition at line 378 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), CopyFrom(), GetItemByData(), Init(), ItemHeight(), ItemWidth(), MoveDown(), MoveToNamedPosition(), MoveUp(), SetActive(), SetItemCurrent(), SetValueByData(), and ToggleEnabled().
Definition at line 379 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), DrawSelf(), GetVisibleCount(), and Update().
Definition at line 380 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), CopyFrom(), RemoveItem(), Reset(), SetScrollBarPosition(), and ~MythUIButtonList().
|
protected |
Definition at line 382 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), CopyFrom(), DistributeButtons(), FindEnabledDown(), FindEnabledUp(), GetItemCurrent(), InsertItem(), MoveDown(), MoveItemUpDown(), MoveToNamedPosition(), MoveUp(), PageDown(), PageUp(), PrepareButton(), RemoveItem(), Reset(), SanitizePosition(), SetItemCurrent(), SetScrollBarPosition(), and updateLCD().
|
protected |
Definition at line 383 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), CalculateButtonPositions(), CopyFrom(), DistributeButtons(), InsertItem(), MoveItemUpDown(), MoveUp(), RemoveItem(), Reset(), and SetItemCurrent().
|
protected |
Definition at line 384 of file mythuibuttonlist.h.
Referenced by CalculateArrowStates(), CalculateButtonPositions(), CopyFrom(), DistributeButtons(), DistributeCols(), DistributeRow(), GetCount(), InsertItem(), IsEmpty(), MoveDown(), RemoveItem(), Reset(), SetScrollBarPosition(), and updateLCD().
Definition at line 385 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), and MoveDown().
|
protected |
Definition at line 387 of file mythuibuttonlist.h.
Referenced by MythUISpinBox::AddSelection(), CalculateButtonPositions(), FindEnabledDown(), FindEnabledUp(), 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 388 of file mythuibuttonlist.h.
Referenced by customEvent(), LoadInBackground(), and StopLoad().
Definition at line 390 of file mythuibuttonlist.h.
Referenced by CalculateButtonPositions(), CopyFrom(), ParseElement(), and SetDrawFromBottom().
|
protected |
Definition at line 392 of file mythuibuttonlist.h.
Referenced by SetLCDTitles(), and updateLCD().
|
protected |
Definition at line 393 of file mythuibuttonlist.h.
Referenced by SetLCDTitles(), and updateLCD().