![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <PVRGUIActionsChannels.h>
Public Member Functions | |
void | GetChannelNumbers (std::vector< std::string > &channelNumbers) override |
Get the currently available channel numbers. | |
void | AppendChannelNumberCharacter (char cCharacter) override |
Appends a channel number character. | |
void | OnInputDone () override |
This method gets called after the channel number input timer has expired. | |
![]() | |
CPVRChannelNumberInputHandler () | |
~CPVRChannelNumberInputHandler () override=default | |
CEventStream< PVRChannelNumberInputChangedEvent > & | Events () |
Get the events available for CEventStream. | |
void | OnTimeout () override |
bool | HasChannelNumber () const |
Check whether a channel number was entered. | |
std::string | GetChannelNumberLabel () const |
Get the currently entered channel number as a formatted string. | |
bool | CheckInputAndExecuteAction () |
If a number was entered, execute the associated action. | |
Additional Inherited Members | |
![]() | |
CPVRChannelNumber | GetChannelNumber () const |
Get the currently entered channel number. | |
size_t | GetCurrentDigitCount () const |
Get the currently entered number of digits. | |
![]() | |
CCriticalSection | m_mutex |
|
overridevirtual |
Appends a channel number character.
cCharacter | The character to append. value must be CPVRChannelNumber::SEPARATOR ('.') or any char in the range from '0' to '9'. |
Reimplemented from PVR::CPVRChannelNumberInputHandler.
|
overridevirtual |
Get the currently available channel numbers.
channelNumbers | The list to fill with the channel numbers. |
Implements PVR::CPVRChannelNumberInputHandler.
|
overridevirtual |
This method gets called after the channel number input timer has expired.
Implements PVR::CPVRChannelNumberInputHandler.