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

Public Member Functions

const QStringList & Actions ()
 
const QStringList & SelectActions ()
 
const QStringList & ValueActions ()
 
const ActionDescsDescriptions ()
 
 FrontendActions ()
 

Private Attributes

QStringList m_actions
 
QStringList m_selectActions
 
QStringList m_valueActions
 
QHash< QString, QStringList > m_actionDescriptions
 

Detailed Description

A private, static singleton that performs thread safe initialisation of the available actions when first required.

Definition at line 36 of file mythfrontendservice.cpp.

Constructor & Destructor Documentation

◆ FrontendActions()

FrontendActions::FrontendActions ( )
inline

Definition at line 44 of file mythfrontendservice.cpp.

Member Function Documentation

◆ Actions()

const QStringList& FrontendActions::Actions ( )
inline

Definition at line 39 of file mythfrontendservice.cpp.

◆ SelectActions()

const QStringList& FrontendActions::SelectActions ( )
inline

Definition at line 40 of file mythfrontendservice.cpp.

◆ ValueActions()

const QStringList& FrontendActions::ValueActions ( )
inline

Definition at line 41 of file mythfrontendservice.cpp.

◆ Descriptions()

const ActionDescs& FrontendActions::Descriptions ( )
inline

Definition at line 42 of file mythfrontendservice.cpp.

Member Data Documentation

◆ m_actions

QStringList FrontendActions::m_actions
private

Definition at line 83 of file mythfrontendservice.cpp.

Referenced by Actions(), and FrontendActions().

◆ m_selectActions

QStringList FrontendActions::m_selectActions
private

Definition at line 84 of file mythfrontendservice.cpp.

Referenced by FrontendActions(), and SelectActions().

◆ m_valueActions

QStringList FrontendActions::m_valueActions
private

Definition at line 85 of file mythfrontendservice.cpp.

Referenced by FrontendActions(), and ValueActions().

◆ m_actionDescriptions

QHash<QString,QStringList> FrontendActions::m_actionDescriptions
private

Definition at line 86 of file mythfrontendservice.cpp.

Referenced by Descriptions(), and FrontendActions().


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