#include <PVRChannelGroupFactory.h>
◆ CPVRChannelGroupFactory()
PVR::CPVRChannelGroupFactory::CPVRChannelGroupFactory |
( |
| ) |
|
|
default |
◆ ~CPVRChannelGroupFactory()
virtual PVR::CPVRChannelGroupFactory::~CPVRChannelGroupFactory |
( |
| ) |
|
|
virtualdefault |
◆ CreateAllChannelsGroup()
Create an all channels group instance.
- Parameters
-
isRadio | Whether Radio or TV. |
- Returns
- The new group.
◆ CreateClientGroup()
Create an instance for a group provided by a PVR client add-on.
- Parameters
-
groupData | The group data. |
clientID | The id of the client that provided the group. |
allChannels | The all channels group. |
- Returns
- The new group.
◆ CreateGroup()
Create a channel group matching the given type.
- Parameters
-
groupType | The type of the group. |
groupPath | The path of the group. |
allChannels | The all channels group. |
- Returns
- The new group.
◆ CreateMissingGroups()
Create any missing channel groups (e.g. after an update of groups/members/clients).
- Parameters
-
allChannelsGroup | The all channels group. |
allChannelGroups | All channel groups. |
- Returns
- The newly created groups, if any.
◆ CreateUserGroup()
std::shared_ptr< CPVRChannelGroup > CPVRChannelGroupFactory::CreateUserGroup |
( |
bool | isRadio, |
|
|
const std::string & | name, |
|
|
const std::shared_ptr< const CPVRChannelGroup > & | allChannels ) |
Create an instance for a group created by the user.
- Parameters
-
isRadio | Whether Radio or TV. |
name | The name for the group. |
allChannels | The all channels group. |
- Returns
- The new group.
◆ GetGroupTypePriority()
int CPVRChannelGroupFactory::GetGroupTypePriority |
( |
const std::shared_ptr< const CPVRChannelGroup > & | group | ) |
const |
Get the priority (e.g. for sorting groups) for the type of the given group. Lower number means higher priority.
- Parameters
-
- Returns
- The group's type priority.
The documentation for this class was generated from the following files: