|
MythTV master
|
#include <mythplugins/mythmusic/mythmusic/musiccommon.h>
Protected Slots | |
| void | viewExited (void) |
| static void | play (void) |
| void | stop (void) |
| static void | pause (void) |
| void | previous (void) |
| void | next (void) |
| void | seekforward (void) |
| void | seekback (void) |
| void | seek (std::chrono::seconds pos) |
| void | stopAll (void) |
| static void | changeRating (bool increase) |
| void | searchButtonList (void) |
| MythMenu * | createMainMenu (void) |
| MythMenu * | createSubMenu (void) |
| MythMenu * | createPlaylistMenu (void) |
| MythMenu * | createPlayerMenu (void) |
| MythMenu * | createQuickPlaylistsMenu (void) |
| MythMenu * | createRepeatMenu (void) |
| MythMenu * | createShuffleMenu (void) |
| MythMenu * | createVisualizerMenu (void) |
| MythMenu * | createPlaylistOptionsMenu (void) |
| void | playlistItemClicked (MythUIButtonListItem *item) |
| static void | playlistItemVisible (MythUIButtonListItem *item) |
| void | fromCD (void) |
| void | allTracks (void) |
| void | byArtist (void) |
| void | byAlbum (void) |
| void | byGenre (void) |
| void | byYear (void) |
| void | byTitle (void) |
| void | doUpdatePlaylist (void) |
Protected Member Functions | |
| MusicCommon (MythScreenStack *parent, MythScreenType *parentScreen, const QString &name) | |
| ~MusicCommon (void) override | |
| bool | CreateCommon (void) |
| void | switchView (MusicView view) |
| void | customEvent (QEvent *event) override |
| bool | keyPressEvent (QKeyEvent *e) override |
| Key event handler. More... | |
| void | ShowMenu (void) override |
| void | showExitMenu (void) |
| void | showPlaylistOptionsMenu (bool addMainMenu=false) |
| void | init (bool startPlayback=true) |
| void | updateProgressBar (void) |
| void | updateTrackInfo (MusicMetadata *mdata) |
| void | updateUIPlaylist (void) |
| void | updatePlaylistStats (void) |
| void | updateUIPlayedList (void) |
| void | updateRepeatMode (void) |
| void | updateShuffleMode (bool updateUIList=false) |
| void | changeVolume (bool up) const |
| void | changeSpeed (bool up) |
| void | toggleMute (void) const |
| void | updateVolume (void) |
| void | startVisualizer (void) |
| void | stopVisualizer (void) |
| void | cycleVisualizer (void) |
| void | switchVisualizer (const QString &visual) |
| void | switchVisualizer (int visual) |
| bool | restorePosition (int trackID) |
Protected Member Functions inherited from MythScreenType | |
| MythScreenType (MythUIType *parent, const QString &name, bool fullscreen=true) | |
| 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... | |
| 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... | |
| virtual void | Load (void) |
| Load data which will ultimately be displayed on-screen or used to determine what appears on-screen (See Warning) More... | |
| virtual void | Init (void) |
| Used after calling Load() to assign data to widgets and other UI initilisation which is prohibited in Load() More... | |
| void | LoadInBackground (const QString &message="") |
| void | ReloadInBackground (void) |
| void | OpenBusyPopup (const QString &message="") |
| void | CloseBusyPopup (void) |
| void | SetBusyPopupMessage (const QString &message) |
| void | ResetBusyPopup (void) |
Protected Member Functions inherited from MythUIType | |
| ~MythUIType () override | |
| void | customEvent (QEvent *event) override |
| virtual void | DrawSelf (MythPainter *p, int xoffset, int yoffset, int alphaMod, QRect clipRect) |
| 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) |
| virtual bool | ParseElement (const QString &filename, QDomElement &element, bool showWarnings) |
| Parse the xml definition of this widget setting the state of the object accordingly. More... | |
| virtual void | CopyFrom (MythUIType *base) |
| Copy this widgets state from another. More... | |
| virtual void | CreateCopy (MythUIType *parent) |
| Copy the state of this widget to the one given, it must be of the same type. More... | |
| virtual void | Finalize (void) |
| Perform any post-xml parsing initialisation tasks. More... | |
Static Protected Member Functions | |
| static QString | getTimeString (std::chrono::seconds exTime, std::chrono::seconds maxTime) |
| static void | setTrackOnLCD (MusicMetadata *mdata) |
| static void | editTrackInfo (MusicMetadata *mdata) |
| static void | showTrackInfo (MusicMetadata *mdata) |
| static void | toggleUpmix (void) |
| static void | showVolume (void) |
| static void | showSpeed (bool show) |
| static void | playFirstTrack () |
Static Protected Member Functions inherited from MythUIType | |
| static int | NormX (int width) |
| static int | NormY (int height) |
Additional Inherited Members | |
Public Slots inherited from MythScreenType | |
| virtual void | Close () |
Public Slots inherited from MythUIType | |
| void | LoseFocus (void) |
| bool | TakeFocus (void) |
| void | Activate (void) |
| void | Hide (void) |
| void | Show (void) |
| void | Refresh (void) |
| void | UpdateDependState (bool isDefault) |
| void | UpdateDependState (MythUIType *dependee, bool isDefault) |
Signals inherited from MythScreenType | |
| void | Exiting () |
Signals inherited from MythUIType | |
| void | RequestUpdate (void) |
| void | RequestRegionUpdate (const QRect &) |
| void | TakingFocus (void) |
| void | LosingFocus (void) |
| void | VisibilityChanged (bool Visible) |
| void | Showing (void) |
| void | Hiding (void) |
| void | Enabling (void) |
| void | Disabling (void) |
| void | FinishedMoving (void) |
| void | FinishedFading (void) |
| void | DependChanged (bool isDefault) |
Public Member Functions inherited from MythScreenType | |
| MythScreenType (MythScreenStack *parent, const QString &name, bool fullscreen=true) | |
| ~MythScreenType () override | |
| virtual bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *event) override |
| Key event handler. More... | |
| bool | inputMethodEvent (QInputMethodEvent *event) override |
| Input Method event handler. More... | |
| bool | gestureEvent (MythGestureEvent *event) override |
| Mouse click/movement handler, receives mouse gesture events from the QCoreApplication event loop. More... | |
| virtual void | ShowMenu (void) |
| void | doInit (void) |
| void | LoadInForeground (void) |
| bool | IsInitialized (void) const |
| Has Init() been called on this screen? More... | |
| bool | IsFullscreen (void) const |
| void | SetFullscreen (bool full) |
| MythUIType * | GetFocusWidget (void) const |
| bool | SetFocusWidget (MythUIType *widget=nullptr) |
| virtual bool | NextPrevWidgetFocus (bool up_or_down) |
| void | BuildFocusList (void) |
| MythScreenStack * | GetScreenStack () const |
| virtual void | aboutToHide (void) |
| virtual void | aboutToShow (void) |
| bool | IsDeleting (void) const |
| void | SetDeleting (bool deleting) |
| bool | IsLoading (void) const |
| bool | IsLoaded (void) const |
| MythPainter * | GetPainter (void) override |
Public Member Functions inherited from MythUIComposite | |
| MythUIComposite (QObject *parent, const QString &name) | |
| ~MythUIComposite () override=default | |
| virtual void | SetTextFromMap (const InfoMap &infoMap) |
| virtual void | ResetMap (const InfoMap &infoMap) |
Public Member Functions inherited from MythUIType | |
| MythUIType (QObject *parent, const QString &name) | |
| virtual void | Reset (void) |
| Reset the widget to it's original state, should not reset changes made by the theme. More... | |
| 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) |
| void | SetFocusedName (const QString &widgetname) |
| QString | GetFocusedName (void) const |
| 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 | keyPressEvent (QKeyEvent *event) |
| Key event handler. More... | |
| virtual bool | inputMethodEvent (QInputMethodEvent *event) |
| Input Method event handler. More... | |
| virtual bool | gestureEvent (MythGestureEvent *event) |
| Mouse click/movement handler, receives mouse gesture events from the QCoreApplication event loop. 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 |
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) |
Definition at line 49 of file musiccommon.h.
|
protected |
Definition at line 46 of file musiccommon.cpp.
|
overrideprotected |
Definition at line 60 of file musiccommon.cpp.
|
protectedslot |
Definition at line 2517 of file musiccommon.cpp.
Referenced by customEvent().
|
protectedslot |
Definition at line 2554 of file musiccommon.cpp.
Referenced by customEvent().
|
protectedslot |
Definition at line 2541 of file musiccommon.cpp.
Referenced by customEvent().
|
protectedslot |
Definition at line 2567 of file musiccommon.cpp.
Referenced by customEvent().
|
protectedslot |
Definition at line 2593 of file musiccommon.cpp.
Referenced by customEvent().
|
protectedslot |
Definition at line 2580 of file musiccommon.cpp.
Referenced by customEvent().
|
staticprotectedslot |
Definition at line 1207 of file musiccommon.cpp.
Referenced by keyPressEvent().
|
protected |
Definition at line 932 of file musiccommon.cpp.
Referenced by keyPressEvent().
|
protected |
Definition at line 920 of file musiccommon.cpp.
Referenced by keyPressEvent().
|
protected |
Definition at line 78 of file musiccommon.cpp.
Referenced by LyricsView::Create(), MiniPlayer::Create(), PlaylistEditorView::Create(), PlaylistView::Create(), SearchView::Create(), StreamView::Create(), VisualizerView::Create(), and TrackInfoPopup::Create().
|
protectedslot |
Definition at line 2276 of file musiccommon.cpp.
Referenced by LyricsView::ShowMenu(), ShowMenu(), PlaylistEditorView::ShowMenu(), VisualizerView::ShowMenu(), and showPlaylistOptionsMenu().
|
protectedslot |
Definition at line 2398 of file musiccommon.cpp.
Referenced by createSubMenu().
|
protectedslot |
Definition at line 2346 of file musiccommon.cpp.
Referenced by createSubMenu().
|
protectedslot |
Definition at line 2493 of file musiccommon.cpp.
Referenced by PlaylistEditorView::ShowMenu(), and showPlaylistOptionsMenu().
|
protectedslot |
Definition at line 2456 of file musiccommon.cpp.
Referenced by createSubMenu().
|
protectedslot |
Definition at line 2424 of file musiccommon.cpp.
Referenced by createSubMenu().
|
protectedslot |
Definition at line 2439 of file musiccommon.cpp.
Referenced by createSubMenu().
|
protectedslot |
Definition at line 2318 of file musiccommon.cpp.
Referenced by createMainMenu(), SearchView::ShowMenu(), and StreamView::ShowMenu().
|
protectedslot |
Definition at line 2479 of file musiccommon.cpp.
Referenced by createSubMenu(), and VisualizerView::ShowMenu().
|
overrideprotected |
Definition at line 1231 of file musiccommon.cpp.
Referenced by LyricsView::customEvent(), PlaylistEditorView::customEvent(), PlaylistView::customEvent(), SearchView::customEvent(), StreamView::customEvent(), and VisualizerView::customEvent().
|
protected |
Definition at line 1035 of file musiccommon.cpp.
Referenced by keyPressEvent(), next(), playlistItemClicked(), and previous().
|
protectedslot |
Definition at line 2636 of file musiccommon.cpp.
Referenced by customEvent(), PlaylistEditorView::customEvent(), PlaylistEditorView::keyPressEvent(), and showPlaylistOptionsMenu().
|
staticprotected |
Definition at line 1946 of file musiccommon.cpp.
Referenced by keyPressEvent(), PlaylistEditorView::keyPressEvent(), and SearchView::keyPressEvent().
|
protectedslot |
Definition at line 2523 of file musiccommon.cpp.
Referenced by customEvent().
|
staticprotected |
Definition at line 2230 of file musiccommon.cpp.
Referenced by customEvent(), seek(), stop(), and updatePlaylistStats().
Definition at line 162 of file musiccommon.cpp.
Referenced by CreateCommon(), and viewExited().
|
overrideprotectedvirtual |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Reimplemented in PlaylistEditorView, PlaylistView, SearchView, StreamView, VisualizerView, and TrackInfoPopup.
Definition at line 587 of file musiccommon.cpp.
Referenced by LyricsView::keyPressEvent(), MiniPlayer::keyPressEvent(), PlaylistEditorView::keyPressEvent(), PlaylistView::keyPressEvent(), SearchView::keyPressEvent(), StreamView::keyPressEvent(), and VisualizerView::keyPressEvent().
|
protectedslot |
Definition at line 1124 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), keyPressEvent(), and VisualizerView::keyPressEvent().
|
staticprotectedslot |
Definition at line 1109 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), doUpdatePlaylist(), and keyPressEvent().
|
staticprotectedslot |
Definition at line 1104 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), and keyPressEvent().
|
staticprotected |
Definition at line 2763 of file musiccommon.cpp.
Referenced by doUpdatePlaylist().
|
protectedslot |
Definition at line 2046 of file musiccommon.cpp.
Referenced by CreateCommon(), and SearchView::customEvent().
|
staticprotectedslot |
Definition at line 2069 of file musiccommon.cpp.
Referenced by CreateCommon().
|
protectedslot |
Definition at line 1133 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), keyPressEvent(), and VisualizerView::keyPressEvent().
|
protected |
Definition at line 2725 of file musiccommon.cpp.
Referenced by doUpdatePlaylist().
|
protectedslot |
Definition at line 2251 of file musiccommon.cpp.
Referenced by customEvent(), and SearchView::customEvent().
|
protectedslot |
Definition at line 1160 of file musiccommon.cpp.
Referenced by seekback(), and seekforward().
|
protectedslot |
Definition at line 1148 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), keyPressEvent(), and VisualizerView::keyPressEvent().
|
protectedslot |
Definition at line 1141 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), keyPressEvent(), and VisualizerView::keyPressEvent().
|
staticprotected |
Definition at line 1080 of file musiccommon.cpp.
Referenced by updateTrackInfo().
|
protected |
Definition at line 2374 of file musiccommon.cpp.
Referenced by keyPressEvent().
|
overrideprotectedvirtual |
Reimplemented from MythScreenType.
Reimplemented in PlaylistEditorView, SearchView, StreamView, and VisualizerView.
Definition at line 2262 of file musiccommon.cpp.
Referenced by keyPressEvent(), PlaylistEditorView::ShowMenu(), and SearchView::ShowMenu().
Definition at line 2606 of file musiccommon.cpp.
Referenced by allTracks(), byAlbum(), byArtist(), byGenre(), byTitle(), byYear(), and fromCD().
|
staticprotected |
Definition at line 1010 of file musiccommon.cpp.
Referenced by changeSpeed().
|
staticprotected |
Definition at line 2028 of file musiccommon.cpp.
Referenced by keyPressEvent(), PlaylistEditorView::keyPressEvent(), SearchView::keyPressEvent(), and TrackInfoPopup::keyPressEvent().
|
staticprotected |
Definition at line 995 of file musiccommon.cpp.
Referenced by changeVolume(), customEvent(), and toggleMute().
|
protected |
Definition at line 1064 of file musiccommon.cpp.
Referenced by customEvent(), and init().
|
protectedslot |
Definition at line 1114 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), and keyPressEvent().
|
protectedslot |
Definition at line 1092 of file musiccommon.cpp.
Referenced by customEvent(), and keyPressEvent().
|
protected |
Definition at line 1072 of file musiccommon.cpp.
Referenced by customEvent(), PlaylistEditorView::keyPressEvent(), stopAll(), switchView(), and ~MusicCommon().
|
protected |
Definition at line 377 of file musiccommon.cpp.
Referenced by customEvent(), and keyPressEvent().
|
protected |
Definition at line 1014 of file musiccommon.cpp.
Referenced by customEvent(), cycleVisualizer(), init(), keyPressEvent(), and switchVisualizer().
|
protected |
Definition at line 1019 of file musiccommon.cpp.
|
protected |
Definition at line 945 of file musiccommon.cpp.
Referenced by customEvent(), and keyPressEvent().
|
staticprotected |
Definition at line 954 of file musiccommon.cpp.
Referenced by keyPressEvent().
|
protected |
Definition at line 2181 of file musiccommon.cpp.
Referenced by changeSpeed(), customEvent(), doUpdatePlaylist(), init(), keyPressEvent(), and updateShuffleMode().
|
protected |
Definition at line 960 of file musiccommon.cpp.
Referenced by customEvent(), init(), and seek().
|
protected |
Definition at line 287 of file musiccommon.cpp.
Referenced by customEvent(), init(), and keyPressEvent().
Definition at line 322 of file musiccommon.cpp.
Referenced by customEvent(), PlaylistEditorView::customEvent(), init(), and keyPressEvent().
|
protected |
Definition at line 1964 of file musiccommon.cpp.
Referenced by customEvent(), StreamView::customEvent(), doUpdatePlaylist(), init(), keyPressEvent(), updateRepeatMode(), and updateShuffleMode().
|
protected |
Definition at line 2155 of file musiccommon.cpp.
Referenced by StreamView::Create(), and init().
|
protected |
Definition at line 2100 of file musiccommon.cpp.
Referenced by customEvent(), doUpdatePlaylist(), init(), PlaylistEditorView::treeItemClicked(), and updateShuffleMode().
|
protected |
Definition at line 1919 of file musiccommon.cpp.
Referenced by customEvent(), and init().
|
protectedslot |
Definition at line 582 of file musiccommon.cpp.
Referenced by switchView().
Definition at line 155 of file musiccommon.h.
Referenced by changeVolume(), init(), toggleMute(), and updateVolume().
|
protected |
Definition at line 203 of file musiccommon.h.
Referenced by CreateCommon(), and updateTrackInfo().
|
protected |
Definition at line 205 of file musiccommon.h.
Referenced by CreateCommon(), createPlaylistMenu(), customEvent(), SearchView::customEvent(), init(), keyPressEvent(), playlistItemClicked(), restorePosition(), SearchView::ShowMenu(), and updateUIPlaylist().
|
protected |
Definition at line 158 of file musiccommon.h.
Referenced by customEvent(), keyPressEvent(), seek(), seekback(), seekforward(), updatePlaylistStats(), and updateProgressBar().
|
protected |
Definition at line 157 of file musiccommon.h.
Referenced by customEvent(), doUpdatePlaylist(), init(), keyPressEvent(), restorePosition(), updatePlaylistStats(), and updateUIPlaylist().
|
protected |
Definition at line 141 of file musiccommon.h.
Referenced by PlaylistEditorView::Create(), VisualizerView::Create(), TrackInfoPopup::Create(), createMainMenu(), init(), keyPressEvent(), TrackInfoPopup::keyPressEvent(), LyricsView::LyricsView(), MiniPlayer::MiniPlayer(), PlaylistView::PlaylistView(), SearchView::SearchView(), VisualizerView::showTrackInfoPopup(), StreamView::StreamView(), switchView(), and VisualizerView::VisualizerView().
|
protected |
Definition at line 150 of file musiccommon.h.
Referenced by createVisualizerMenu(), customEvent(), cycleVisualizer(), init(), switchVisualizer(), and updateTrackInfo().
Definition at line 146 of file musiccommon.h.
Referenced by MusicCommon(), next(), playlistItemClicked(), and previous().
|
protected |
Definition at line 200 of file musiccommon.h.
Referenced by CreateCommon(), and keyPressEvent().
Definition at line 145 of file musiccommon.h.
Referenced by init().
|
protected |
Definition at line 174 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), stop(), updateProgressBar(), and updateTrackInfo().
|
protected |
Definition at line 144 of file musiccommon.h.
Referenced by cycleVisualizer(), init(), keyPressEvent(), PlaylistEditorView::keyPressEvent(), VisualizerView::keyPressEvent(), seek(), startVisualizer(), stopVisualizer(), switchView(), switchVisualizer(), updateTrackInfo(), and ~MusicCommon().
|
protected |
Definition at line 159 of file musiccommon.h.
Referenced by customEvent(), seek(), seekback(), seekforward(), stop(), updatePlaylistStats(), updateProgressBar(), and updateTrackInfo().
Definition at line 152 of file musiccommon.h.
Referenced by createPlaylistMenu(), customEvent(), keyPressEvent(), PlaylistEditorView::keyPressEvent(), PlaylistView::keyPressEvent(), SearchView::keyPressEvent(), and playlistItemClicked().
Definition at line 153 of file musiccommon.h.
Referenced by customEvent(), keyPressEvent(), and playlistItemClicked().
|
protected |
Definition at line 181 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), init(), and keyPressEvent().
|
protected |
Definition at line 190 of file musiccommon.h.
Referenced by CreateCommon(), and updateVolume().
|
protected |
Definition at line 201 of file musiccommon.h.
Referenced by CreateCommon(), and keyPressEvent().
|
protected |
Definition at line 176 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), and updateUIPlaylist().
|
protected |
Definition at line 140 of file musiccommon.h.
Referenced by keyPressEvent(), and switchView().
|
protected |
Definition at line 197 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), init(), and keyPressEvent().
|
protected |
Definition at line 198 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), init(), and keyPressEvent().
|
protected |
Definition at line 206 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), StreamView::customEvent(), StreamView::updateStream(), and updateUIPlayedList().
|
protected |
Definition at line 163 of file musiccommon.h.
Referenced by customEvent(), doUpdatePlaylist(), init(), keyPressEvent(), updatePlaylistStats(), and updateShuffleMode().
|
protected |
Definition at line 166 of file musiccommon.h.
Referenced by customEvent(), PlaylistEditorView::customEvent(), doUpdatePlaylist(), PlaylistEditorView::keyPressEvent(), PlaylistEditorView::ShowMenu(), and showPlaylistOptionsMenu().
|
protected |
Definition at line 162 of file musiccommon.h.
Referenced by customEvent(), doUpdatePlaylist(), init(), keyPressEvent(), updatePlaylistStats(), and updateShuffleMode().
|
protected |
Definition at line 193 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), init(), and updatePlaylistStats().
|
protected |
Definition at line 161 of file musiccommon.h.
Referenced by customEvent(), doUpdatePlaylist(), init(), keyPressEvent(), and updateShuffleMode().
|
protected |
Definition at line 195 of file musiccommon.h.
Referenced by CreateCommon(), and keyPressEvent().
Definition at line 147 of file musiccommon.h.
Referenced by cycleVisualizer(), and init().
|
protected |
Definition at line 183 of file musiccommon.h.
Referenced by CreateCommon(), and updateTrackInfo().
|
protected |
Definition at line 179 of file musiccommon.h.
Referenced by CreateCommon(), and updateRepeatMode().
|
protected |
Definition at line 196 of file musiccommon.h.
Referenced by CreateCommon(), and keyPressEvent().
|
protected |
Definition at line 178 of file musiccommon.h.
Referenced by CreateCommon(), and updateShuffleMode().
|
protected |
Definition at line 170 of file musiccommon.h.
Referenced by doUpdatePlaylist(), fromCD(), PlaylistEditorView::keyPressEvent(), and PlaylistEditorView::updateSonglist().
|
protected |
Definition at line 199 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), init(), and keyPressEvent().
|
protected |
Definition at line 173 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), seek(), stop(), and updateTrackInfo().
|
protected |
Definition at line 185 of file musiccommon.h.
Referenced by CreateCommon(), updateProgressBar(), and updateTrackInfo().
|
protected |
Definition at line 186 of file musiccommon.h.
Referenced by CreateCommon().
|
protected |
Definition at line 187 of file musiccommon.h.
Referenced by CreateCommon().
|
protected |
Definition at line 188 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), and init().
|
protected |
Definition at line 208 of file musiccommon.h.
Referenced by CreateCommon(), createSubMenu(), init(), startVisualizer(), and stopVisualizer().
|
protected |
Definition at line 149 of file musiccommon.h.
Referenced by createVisualizerMenu(), cycleVisualizer(), init(), switchVisualizer(), and updateTrackInfo().
|
protected |
Definition at line 175 of file musiccommon.h.
Referenced by CreateCommon(), and switchVisualizer().
|
protected |
Definition at line 191 of file musiccommon.h.
Referenced by CreateCommon(), and updateVolume().
|
protected |
Definition at line 167 of file musiccommon.h.
Referenced by allTracks(), byAlbum(), byArtist(), byGenre(), byTitle(), byYear(), doUpdatePlaylist(), and fromCD().