MythTV
master
|
#include <libmythui/mythuilocation.h>
Public Member Functions | |
void | AddCurrentLocation (const QString &Location) |
QString | RemoveCurrentLocation () |
QString | GetCurrentLocation (bool FullPath=false, bool MainStackOnly=true) |
Private Attributes | |
QReadWriteLock | m_locationLock |
QStringList | m_currentLocation |
Definition at line 11 of file mythuilocation.h.
void MythUILocation::AddCurrentLocation | ( | const QString & | Location | ) |
Definition at line 5 of file mythuilocation.cpp.
Referenced by GameHandler::Launchgame(), playDisc(), runMusicPlayback(), runMusicSelection(), runMusicStreamPlayback(), and SettingsHelper::RunProlog().
QString MythUILocation::RemoveCurrentLocation | ( | ) |
Definition at line 12 of file mythuilocation.cpp.
Referenced by GameHandler::Launchgame(), playDisc(), SettingsHelper::RunEpilog(), runMusicPlayback(), runMusicSelection(), and runMusicStreamPlayback().
Definition at line 20 of file mythuilocation.cpp.
Referenced by ThemeUpdateChecker::checkForUpdate(), MythFrontendService::PlayRecording(), and NetworkControl::processQuery().
|
private |
Definition at line 19 of file mythuilocation.h.
Referenced by AddCurrentLocation(), GetCurrentLocation(), and RemoveCurrentLocation().
|
private |
Definition at line 20 of file mythuilocation.h.
Referenced by AddCurrentLocation(), GetCurrentLocation(), and RemoveCurrentLocation().