|
MythTV
0.26-pre
|
Public Member Functions | |
| CECAdapterPriv () | |
| bool | Open (void) |
| void | Close (void) |
| void | LogMessages (void) |
| void | HandleCommands (void) |
| void | HandleKeyPresses (void) |
| void | HandleActions (void) |
Static Public Member Functions | |
| static QString | addressToString (enum cec_logical_address addr, bool source) |
| static QStringList | GetDeviceList (void) |
Public Attributes | |
| ICECAdapter * | adapter |
| QString | defaultDevice |
| int | defaultHDMIPort |
| cec_logical_address | defaultDeviceID |
| QTimer * | timer |
| bool | valid |
| bool | powerOffTV |
| bool | powerOffTVAllowed |
| bool | powerOffTVOnExit |
| bool | powerOnTV |
| bool | powerOnTVAllowed |
| bool | powerOnTVOnStart |
| bool | switchInput |
| bool | switchInputAllowed |
Definition at line 29 of file cecadapter.cpp.
| CECAdapterPriv::CECAdapterPriv | ( | ) | [inline] |
Definition at line 32 of file cecadapter.cpp.
| static QString CECAdapterPriv::addressToString | ( | enum cec_logical_address | addr, |
| bool | source | ||
| ) | [inline, static] |
Definition at line 41 of file cecadapter.cpp.
| static QStringList CECAdapterPriv::GetDeviceList | ( | void | ) | [inline, static] |
Definition at line 69 of file cecadapter.cpp.
Referenced by CECAdapter::GetDeviceList().
| bool CECAdapterPriv::Open | ( | void | ) | [inline] |
Definition at line 88 of file cecadapter.cpp.
Referenced by CECAdapter::CECAdapter().
| void CECAdapterPriv::Close | ( | void | ) | [inline] |
Definition at line 203 of file cecadapter.cpp.
Referenced by CECAdapter::~CECAdapter().
| void CECAdapterPriv::LogMessages | ( | void | ) | [inline] |
Definition at line 222 of file cecadapter.cpp.
| void CECAdapterPriv::HandleCommands | ( | void | ) | [inline] |
Definition at line 243 of file cecadapter.cpp.
Referenced by CECAdapter::Process().
| void CECAdapterPriv::HandleKeyPresses | ( | void | ) | [inline] |
Definition at line 272 of file cecadapter.cpp.
Referenced by CECAdapter::Process().
| void CECAdapterPriv::HandleActions | ( | void | ) | [inline] |
Definition at line 607 of file cecadapter.cpp.
Referenced by CECAdapter::Process().
| ICECAdapter* CECAdapterPriv::adapter |
Definition at line 645 of file cecadapter.cpp.
| QString CECAdapterPriv::defaultDevice |
Definition at line 646 of file cecadapter.cpp.
Definition at line 647 of file cecadapter.cpp.
| cec_logical_address CECAdapterPriv::defaultDeviceID |
Definition at line 648 of file cecadapter.cpp.
| QTimer* CECAdapterPriv::timer |
Definition at line 649 of file cecadapter.cpp.
Referenced by CECAdapter::CECAdapter(), and CECAdapter::~CECAdapter().
Definition at line 650 of file cecadapter.cpp.
Referenced by CECAdapter::IsValid().
Definition at line 651 of file cecadapter.cpp.
Referenced by CECAdapter::Action().
Definition at line 652 of file cecadapter.cpp.
Definition at line 653 of file cecadapter.cpp.
Definition at line 654 of file cecadapter.cpp.
Referenced by CECAdapter::Action().
Definition at line 655 of file cecadapter.cpp.
Definition at line 656 of file cecadapter.cpp.
Definition at line 657 of file cecadapter.cpp.
Definition at line 658 of file cecadapter.cpp.
1.7.6.1