MythTV
master
|
#include <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 | 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) |
![]() | |
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) |
![]() | |
~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 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 | changeSpeed (bool up) |
static void | toggleUpmix (void) |
static void | showVolume (void) |
static void | showSpeed (bool show) |
static void | playFirstTrack () |
![]() | |
static int | NormX (int width) |
static int | NormY (int height) |
Additional Inherited Members | |
![]() | |
virtual void | Close () |
![]() | |
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) |
![]() | |
void | Exiting () |
![]() | |
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) |
![]() | |
MythScreenType (MythScreenStack *parent, const QString &name, bool fullscreen=true) | |
~MythScreenType () override | |
virtual bool | Create (void) |
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... | |
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 |
![]() | |
MythUIComposite (QObject *parent, const QString &name) | |
~MythUIComposite () override=default | |
virtual void | SetTextFromMap (const InfoMap &infoMap) |
virtual void | ResetMap (const InfoMap &infoMap) |
![]() | |
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) |
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 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... | |
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 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 48 of file musiccommon.h.
|
protected |
Definition at line 44 of file musiccommon.cpp.
|
overrideprotected |
Definition at line 58 of file musiccommon.cpp.
|
protected |
Definition at line 76 of file musiccommon.cpp.
Referenced by MiniPlayer::Create(), PlaylistView::Create(), VisualizerView::Create(), SearchView::Create(), LyricsView::Create(), StreamView::Create(), and PlaylistEditorView::Create().
|
protected |
Definition at line 372 of file musiccommon.cpp.
Referenced by customEvent(), and keyPressEvent().
|
overrideprotected |
Definition at line 1180 of file musiccommon.cpp.
Referenced by PlaylistView::customEvent(), VisualizerView::customEvent(), SearchView::customEvent(), LyricsView::customEvent(), StreamView::customEvent(), and PlaylistEditorView::customEvent().
|
overrideprotectedvirtual |
Key event handler.
event | Keypress event |
Reimplemented from MythScreenType.
Reimplemented in PlaylistEditorView, StreamView, SearchView, PlaylistView, and VisualizerView.
Definition at line 576 of file musiccommon.cpp.
Referenced by MiniPlayer::keyPressEvent(), PlaylistView::keyPressEvent(), VisualizerView::keyPressEvent(), SearchView::keyPressEvent(), LyricsView::keyPressEvent(), StreamView::keyPressEvent(), and PlaylistEditorView::keyPressEvent().
|
overrideprotectedvirtual |
Reimplemented from MythScreenType.
Reimplemented in PlaylistEditorView, StreamView, SearchView, and VisualizerView.
Definition at line 2157 of file musiccommon.cpp.
Referenced by keyPressEvent(), SearchView::ShowMenu(), and PlaylistEditorView::ShowMenu().
|
protectedslot |
Definition at line 571 of file musiccommon.cpp.
Referenced by switchView().
|
staticprotectedslot |
Definition at line 1056 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), and keyPressEvent().
|
protectedslot |
Definition at line 1066 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), and keyPressEvent().
|
staticprotectedslot |
Definition at line 1061 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), doUpdatePlaylist(), and keyPressEvent().
|
protectedslot |
Definition at line 1087 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), and keyPressEvent().
|
protectedslot |
Definition at line 1078 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), and keyPressEvent().
|
protectedslot |
Definition at line 1095 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), and keyPressEvent().
|
protectedslot |
Definition at line 1102 of file musiccommon.cpp.
Referenced by CreateCommon(), customEvent(), and keyPressEvent().
|
protectedslot |
Definition at line 1109 of file musiccommon.cpp.
Referenced by seekback(), and seekforward().
|
protectedslot |
Definition at line 1044 of file musiccommon.cpp.
Referenced by customEvent(), and keyPressEvent().
|
staticprotectedslot |
Definition at line 1156 of file musiccommon.cpp.
Referenced by keyPressEvent().
|
protectedslot |
Definition at line 2146 of file musiccommon.cpp.
Referenced by SearchView::customEvent(), and customEvent().
|
protectedslot |
Definition at line 2171 of file musiccommon.cpp.
Referenced by VisualizerView::ShowMenu(), LyricsView::ShowMenu(), ShowMenu(), PlaylistEditorView::ShowMenu(), and showPlaylistOptionsMenu().
|
protectedslot |
Definition at line 2206 of file musiccommon.cpp.
Referenced by createMainMenu(), SearchView::ShowMenu(), and StreamView::ShowMenu().
|
protectedslot |
Definition at line 2234 of file musiccommon.cpp.
Referenced by createSubMenu().
|
protectedslot |
Definition at line 2286 of file musiccommon.cpp.
Referenced by createSubMenu().
|
protectedslot |
Definition at line 2344 of file musiccommon.cpp.
Referenced by createSubMenu().
|
protectedslot |
Definition at line 2312 of file musiccommon.cpp.
Referenced by createSubMenu().
|
protectedslot |
Definition at line 2327 of file musiccommon.cpp.
Referenced by createSubMenu().
|
protectedslot |
Definition at line 2367 of file musiccommon.cpp.
Referenced by createSubMenu(), and VisualizerView::ShowMenu().
|
protectedslot |
Definition at line 2381 of file musiccommon.cpp.
Referenced by PlaylistEditorView::ShowMenu(), and showPlaylistOptionsMenu().
|
protectedslot |
Definition at line 1960 of file musiccommon.cpp.
Referenced by CreateCommon(), and SearchView::customEvent().
|
staticprotectedslot |
Definition at line 1981 of file musiccommon.cpp.
Referenced by CreateCommon().
|
protectedslot |
Definition at line 2399 of file musiccommon.cpp.
Referenced by customEvent().
|
protectedslot |
Definition at line 2393 of file musiccommon.cpp.
Referenced by customEvent().
|
protectedslot |
Definition at line 2417 of file musiccommon.cpp.
Referenced by customEvent().
|
protectedslot |
Definition at line 2430 of file musiccommon.cpp.
Referenced by customEvent().
|
protectedslot |
Definition at line 2443 of file musiccommon.cpp.
Referenced by customEvent().
|
protectedslot |
Definition at line 2456 of file musiccommon.cpp.
Referenced by customEvent().
|
protectedslot |
Definition at line 2469 of file musiccommon.cpp.
Referenced by customEvent().
|
protectedslot |
Definition at line 2512 of file musiccommon.cpp.
Referenced by customEvent(), PlaylistEditorView::customEvent(), PlaylistEditorView::keyPressEvent(), and showPlaylistOptionsMenu().
|
protected |
Definition at line 2262 of file musiccommon.cpp.
Referenced by keyPressEvent().
Definition at line 2482 of file musiccommon.cpp.
Referenced by allTracks(), byAlbum(), byArtist(), byGenre(), byTitle(), byYear(), and fromCD().
Definition at line 160 of file musiccommon.cpp.
Referenced by CreateCommon(), and viewExited().
|
staticprotected |
Definition at line 2136 of file musiccommon.cpp.
Referenced by customEvent(), seek(), stop(), and updatePlaylistStats().
|
protected |
Definition at line 910 of file musiccommon.cpp.
Referenced by customEvent(), init(), and seek().
|
staticprotected |
Definition at line 1032 of file musiccommon.cpp.
Referenced by updateTrackInfo().
|
staticprotected |
Definition at line 1862 of file musiccommon.cpp.
Referenced by SearchView::keyPressEvent(), keyPressEvent(), and PlaylistEditorView::keyPressEvent().
|
protected |
Definition at line 1880 of file musiccommon.cpp.
Referenced by StreamView::customEvent(), customEvent(), doUpdatePlaylist(), init(), keyPressEvent(), updateRepeatMode(), and updateShuffleMode().
|
staticprotected |
Definition at line 1942 of file musiccommon.cpp.
Referenced by SearchView::keyPressEvent(), keyPressEvent(), and PlaylistEditorView::keyPressEvent().
|
protected |
Definition at line 2012 of file musiccommon.cpp.
Referenced by customEvent(), doUpdatePlaylist(), init(), and updateShuffleMode().
|
protected |
Definition at line 2093 of file musiccommon.cpp.
Referenced by customEvent(), doUpdatePlaylist(), init(), keyPressEvent(), and updateShuffleMode().
|
protected |
Definition at line 2067 of file musiccommon.cpp.
Referenced by StreamView::Create(), and init().
|
protected |
Definition at line 282 of file musiccommon.cpp.
Referenced by customEvent(), init(), and keyPressEvent().
Definition at line 317 of file musiccommon.cpp.
Referenced by customEvent(), init(), and keyPressEvent().
|
protected |
Definition at line 871 of file musiccommon.cpp.
Referenced by keyPressEvent().
|
staticprotected |
Definition at line 883 of file musiccommon.cpp.
Referenced by keyPressEvent().
|
protected |
Definition at line 895 of file musiccommon.cpp.
Referenced by customEvent(), and keyPressEvent().
|
staticprotected |
Definition at line 904 of file musiccommon.cpp.
Referenced by keyPressEvent().
|
staticprotected |
Definition at line 945 of file musiccommon.cpp.
Referenced by changeVolume(), customEvent(), and toggleMute().
|
protected |
Definition at line 1835 of file musiccommon.cpp.
Referenced by customEvent(), and init().
|
staticprotected |
Definition at line 960 of file musiccommon.cpp.
Referenced by changeSpeed().
|
protected |
Definition at line 1016 of file musiccommon.cpp.
Referenced by customEvent(), and init().
|
protected |
Definition at line 1024 of file musiccommon.cpp.
Referenced by customEvent(), PlaylistEditorView::keyPressEvent(), stopAll(), switchView(), and ~MusicCommon().
|
protected |
Definition at line 986 of file musiccommon.cpp.
Referenced by keyPressEvent(), next(), playlistItemClicked(), and previous().
|
protected |
Definition at line 965 of file musiccommon.cpp.
Referenced by customEvent(), cycleVisualizer(), init(), and keyPressEvent().
|
protected |
Definition at line 970 of file musiccommon.cpp.
|
staticprotected |
Definition at line 2636 of file musiccommon.cpp.
Referenced by doUpdatePlaylist().
|
protected |
Definition at line 2602 of file musiccommon.cpp.
Referenced by doUpdatePlaylist().
|
protected |
Definition at line 139 of file musiccommon.h.
Referenced by keyPressEvent(), and switchView().
|
protected |
Definition at line 140 of file musiccommon.h.
Referenced by PlaylistEditorView::Create(), createMainMenu(), init(), keyPressEvent(), LyricsView::LyricsView(), MiniPlayer::MiniPlayer(), PlaylistView::PlaylistView(), SearchView::SearchView(), StreamView::StreamView(), switchView(), and VisualizerView::VisualizerView().
|
protected |
Definition at line 143 of file musiccommon.h.
Referenced by cycleVisualizer(), init(), keyPressEvent(), PlaylistEditorView::keyPressEvent(), seek(), startVisualizer(), stopVisualizer(), switchView(), switchVisualizer(), updateTrackInfo(), and ~MusicCommon().
Definition at line 144 of file musiccommon.h.
Referenced by init().
Definition at line 145 of file musiccommon.h.
Referenced by MusicCommon(), next(), playlistItemClicked(), and previous().
Definition at line 146 of file musiccommon.h.
Referenced by cycleVisualizer(), and init().
|
protected |
Definition at line 148 of file musiccommon.h.
Referenced by createVisualizerMenu(), cycleVisualizer(), init(), switchVisualizer(), and updateTrackInfo().
|
protected |
Definition at line 149 of file musiccommon.h.
Referenced by createVisualizerMenu(), customEvent(), cycleVisualizer(), init(), switchVisualizer(), and updateTrackInfo().
Definition at line 151 of file musiccommon.h.
Referenced by createPlaylistMenu(), customEvent(), PlaylistView::keyPressEvent(), SearchView::keyPressEvent(), keyPressEvent(), PlaylistEditorView::keyPressEvent(), and playlistItemClicked().
Definition at line 152 of file musiccommon.h.
Referenced by customEvent(), keyPressEvent(), and playlistItemClicked().
Definition at line 154 of file musiccommon.h.
Referenced by changeVolume(), init(), toggleMute(), and updateVolume().
|
protected |
Definition at line 156 of file musiccommon.h.
Referenced by customEvent(), doUpdatePlaylist(), init(), keyPressEvent(), restorePosition(), updatePlaylistStats(), and updateUIPlaylist().
|
protected |
Definition at line 157 of file musiccommon.h.
Referenced by customEvent(), keyPressEvent(), seek(), seekback(), seekforward(), updatePlaylistStats(), and updateProgressBar().
|
protected |
Definition at line 158 of file musiccommon.h.
Referenced by customEvent(), seek(), seekback(), seekforward(), stop(), updateProgressBar(), and updateTrackInfo().
|
protected |
Definition at line 160 of file musiccommon.h.
Referenced by customEvent(), doUpdatePlaylist(), init(), keyPressEvent(), and updateShuffleMode().
|
protected |
Definition at line 161 of file musiccommon.h.
Referenced by customEvent(), doUpdatePlaylist(), init(), keyPressEvent(), updatePlaylistStats(), and updateShuffleMode().
|
protected |
Definition at line 162 of file musiccommon.h.
Referenced by customEvent(), doUpdatePlaylist(), init(), keyPressEvent(), updatePlaylistStats(), and updateShuffleMode().
|
protected |
Definition at line 165 of file musiccommon.h.
Referenced by customEvent(), PlaylistEditorView::customEvent(), doUpdatePlaylist(), PlaylistEditorView::keyPressEvent(), PlaylistEditorView::ShowMenu(), and showPlaylistOptionsMenu().
|
protected |
Definition at line 166 of file musiccommon.h.
Referenced by allTracks(), byAlbum(), byArtist(), byGenre(), byTitle(), byYear(), doUpdatePlaylist(), and fromCD().
|
protected |
Definition at line 169 of file musiccommon.h.
Referenced by doUpdatePlaylist(), fromCD(), PlaylistEditorView::keyPressEvent(), and PlaylistEditorView::updateSonglist().
|
protected |
Definition at line 172 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), seek(), stop(), and updateTrackInfo().
|
protected |
Definition at line 173 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), stop(), updateProgressBar(), and updateTrackInfo().
|
protected |
Definition at line 174 of file musiccommon.h.
Referenced by CreateCommon(), and switchVisualizer().
|
protected |
Definition at line 175 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), and updateUIPlaylist().
|
protected |
Definition at line 177 of file musiccommon.h.
Referenced by CreateCommon(), and updateShuffleMode().
|
protected |
Definition at line 178 of file musiccommon.h.
Referenced by CreateCommon(), and updateRepeatMode().
|
protected |
Definition at line 180 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), init(), and keyPressEvent().
|
protected |
Definition at line 182 of file musiccommon.h.
Referenced by CreateCommon(), and updateTrackInfo().
|
protected |
Definition at line 184 of file musiccommon.h.
Referenced by CreateCommon(), updateProgressBar(), and updateTrackInfo().
|
protected |
Definition at line 185 of file musiccommon.h.
Referenced by CreateCommon().
|
protected |
Definition at line 186 of file musiccommon.h.
Referenced by CreateCommon().
|
protected |
Definition at line 187 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), and init().
|
protected |
Definition at line 189 of file musiccommon.h.
Referenced by CreateCommon(), and updateVolume().
|
protected |
Definition at line 190 of file musiccommon.h.
Referenced by CreateCommon(), and updateVolume().
|
protected |
Definition at line 192 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), init(), and updatePlaylistStats().
|
protected |
Definition at line 194 of file musiccommon.h.
Referenced by CreateCommon(), and keyPressEvent().
|
protected |
Definition at line 195 of file musiccommon.h.
Referenced by CreateCommon(), and keyPressEvent().
|
protected |
Definition at line 196 of file musiccommon.h.
Referenced by CreateCommon(), customEvent(), init(), and keyPressEvent().
|
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 199 of file musiccommon.h.
Referenced by CreateCommon(), and keyPressEvent().
|
protected |
Definition at line 200 of file musiccommon.h.
Referenced by CreateCommon(), and keyPressEvent().
|
protected |
Definition at line 202 of file musiccommon.h.
Referenced by CreateCommon(), and updateTrackInfo().
|
protected |
Definition at line 204 of file musiccommon.h.
Referenced by CreateCommon(), createPlaylistMenu(), SearchView::customEvent(), customEvent(), init(), keyPressEvent(), playlistItemClicked(), restorePosition(), SearchView::ShowMenu(), and updateUIPlaylist().
|
protected |
Definition at line 205 of file musiccommon.h.
Referenced by CreateCommon(), StreamView::customEvent(), customEvent(), StreamView::updateStream(), and updateUIPlayedList().
|
protected |
Definition at line 207 of file musiccommon.h.
Referenced by CreateCommon(), createSubMenu(), init(), startVisualizer(), and stopVisualizer().