MythTV  master
Public Member Functions | Private Attributes | List of all members
MythUILocation Class Reference

#include <libmythui/mythuilocation.h>

Inheritance diagram for MythUILocation:
[legend]

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
 

Detailed Description

Definition at line 11 of file mythuilocation.h.

Member Function Documentation

◆ AddCurrentLocation()

void MythUILocation::AddCurrentLocation ( const QString &  Location)

◆ RemoveCurrentLocation()

QString MythUILocation::RemoveCurrentLocation ( )

◆ GetCurrentLocation()

QString MythUILocation::GetCurrentLocation ( bool  FullPath = false,
bool  MainStackOnly = true 
)

Member Data Documentation

◆ m_locationLock

QReadWriteLock MythUILocation::m_locationLock
private

Definition at line 19 of file mythuilocation.h.

Referenced by AddCurrentLocation(), GetCurrentLocation(), and RemoveCurrentLocation().

◆ m_currentLocation

QStringList MythUILocation::m_currentLocation
private

Definition at line 20 of file mythuilocation.h.

Referenced by AddCurrentLocation(), GetCurrentLocation(), and RemoveCurrentLocation().


The documentation for this class was generated from the following files: