#include <libmythui/devices/mythcecadapter.h>
|
| static void | HandleSource (cec_logical_address Address, uint8_t Activated) |
| |
| static int | LogMessage (const cec_log_message &Message) |
| |
| static int | HandleAlert (libcec_alert Alert, libcec_parameter Data) |
| |
Definition at line 23 of file mythcecadapter.h.
◆ MythCECAction
| Enumerator |
|---|
| None | |
| PowerOffTV | |
| PowerOnTV | |
| SwitchInput | |
Definition at line 26 of file mythcecadapter.h.
◆ MythCECAdapter()
| MythCECAdapter::MythCECAdapter |
( |
| ) |
|
|
default |
◆ ~MythCECAdapter()
| MythCECAdapter::~MythCECAdapter |
( |
| ) |
|
◆ Action()
| void MythCECAdapter::Action |
( |
const QString & |
Action | ) |
|
◆ AddressToString()
| QString MythCECAdapter::AddressToString |
( |
int |
Address | ) |
|
|
static |
◆ AlertCallback()
| int MythCECAdapter::AlertCallback |
( |
void * |
, |
|
|
const libcec_alert |
Alert, |
|
|
const libcec_parameter |
Data |
|
) |
| |
|
static |
◆ Close()
| void MythCECAdapter::Close |
( |
void |
| ) |
|
◆ CommandCallback()
| int MythCECAdapter::CommandCallback |
( |
void * |
Adapter, |
|
|
const cec_command |
Command |
|
) |
| |
|
static |
◆ HandleActions()
| void MythCECAdapter::HandleActions |
( |
MythCECActions |
Actions | ) |
|
|
protected |
◆ HandleAlert()
| int MythCECAdapter::HandleAlert |
( |
libcec_alert |
Alert, |
|
|
libcec_parameter |
Data |
|
) |
| |
|
staticprotected |
◆ HandleCommand()
| int MythCECAdapter::HandleCommand |
( |
const cec_command & |
Command | ) |
|
|
protected |
◆ HandleKeyPress()
| int MythCECAdapter::HandleKeyPress |
( |
cec_keypress |
Key | ) |
const |
|
protected |
◆ HandleSource()
| void MythCECAdapter::HandleSource |
( |
cec_logical_address |
Address, |
|
|
uint8_t |
Activated |
|
) |
| |
|
staticprotected |
◆ IgnoreKeys()
| void MythCECAdapter::IgnoreKeys |
( |
bool |
Ignore | ) |
|
◆ KeyPressCallback()
| int MythCECAdapter::KeyPressCallback |
( |
void * |
Adapter, |
|
|
const cec_keypress |
Keypress |
|
) |
| |
|
static |
◆ LogMessage()
| int MythCECAdapter::LogMessage |
( |
const cec_log_message & |
Message | ) |
|
|
staticprotected |
◆ LogMessageCallback()
| int MythCECAdapter::LogMessageCallback |
( |
void * |
, |
|
|
const cec_log_message |
Message |
|
) |
| |
|
static |
◆ Open()
◆ SourceCallback()
| void MythCECAdapter::SourceCallback |
( |
void * |
, |
|
|
cec_logical_address |
Address, |
|
|
uint8_t |
Activated |
|
) |
| |
|
static |
◆ m_adapter
| ICECAdapter* MythCECAdapter::m_adapter { nullptr } |
|
protected |
◆ m_callbacks
| ICECCallbacks MythCECAdapter::m_callbacks |
|
protected |
◆ m_ignoreKeys
| bool MythCECAdapter::m_ignoreKeys { false } |
|
protected |
◆ m_powerOffTVAllowed
| bool MythCECAdapter::m_powerOffTVAllowed { false } |
|
protected |
◆ m_powerOffTVOnExit
| bool MythCECAdapter::m_powerOffTVOnExit { false } |
|
protected |
◆ m_powerOnTVAllowed
| bool MythCECAdapter::m_powerOnTVAllowed { false } |
|
protected |
◆ m_powerOnTVOnStart
| bool MythCECAdapter::m_powerOnTVOnStart { false } |
|
protected |
◆ m_switchInputAllowed
| bool MythCECAdapter::m_switchInputAllowed { true } |
|
protected |
◆ m_valid
| bool MythCECAdapter::m_valid { false } |
|
protected |
The documentation for this class was generated from the following files: