26 int UniqueClientChannelId()
const;
29 bool IsHidden()
const;
30 void SetHidden(
bool bIsHidden);
32 bool IsLocked()
const;
33 void SetLocked(
bool bIsLocked);
35 bool IsEPGEnabled()
const;
36 void SetEPGEnabled(
bool bIsEPGEnabled);
38 int ChannelId()
const;
39 void SetChannelId(
int iChannelId);
41 const std::string& ChannelName()
const;
42 void SetChannelName(
const std::string& strChannelName);
44 const std::string& ChannelIconPath()
const;
45 void SetChannelIconPath(
const std::string& strChannelIconPath);
48 const bool m_bIsRadio =
false;
49 const int m_iClientId = -1;
50 const int m_iUniqueClientChannelId = -1;
52 bool m_bIsHidden =
false;
53 bool m_bIsLocked =
false;
54 bool m_bIsEPGEnabled =
true;
55 int m_iChannelId = -1;
56 std::string m_strChannelName;
57 std::string m_strChannelIconPath;
Definition: PVRChannel.h:35
Definition: ContextMenuManager.h:24
Definition: EpgChannelData.h:18