#include <dummychannel.h>

Definition at line 15 of file dummychannel.h.
Public Member Functions | |
| DummyChannel (TVRec *parent) | |
| ~DummyChannel (void) | |
| bool | Open (void) |
| Opens the channel changing hardware for use. | |
| void | Close (void) |
| Closes the channel changing hardware to use. | |
| bool | SetChannelByString (const QString &chan) |
| void | SetExternalChanger (void) |
| QString | GetCurrentInput (void) const |
| bool | IsOpen (void) const |
| Reports whether channel is already open. | |
| QString | GetDevice (void) const |
| Returns String representing device, useful for debugging. | |
| bool | SwitchToInput (const QString &inputname, const QString &chan) |
| bool | SwitchToInput (int newcapchannel, bool setstarting) |
| Switches to another input on hardware, and sets the channel is setstarting is true. | |
Private Attributes | |
| QString | curinputname |
| DummyChannel::DummyChannel | ( | TVRec * | parent | ) | [inline] |
Definition at line 18 of file dummychannel.h.
| DummyChannel::~DummyChannel | ( | void | ) | [inline] |
Definition at line 20 of file dummychannel.h.
| bool DummyChannel::Open | ( | void | ) | [inline, virtual] |
Opens the channel changing hardware for use.
Implements ChannelBase.
Definition at line 22 of file dummychannel.h.
| void DummyChannel::Close | ( | void | ) | [inline, virtual] |
Closes the channel changing hardware to use.
Implements ChannelBase.
Definition at line 23 of file dummychannel.h.
| bool DummyChannel::SetChannelByString | ( | const QString & | chan | ) | [inline, virtual] |
| void DummyChannel::SetExternalChanger | ( | void | ) | [inline] |
Definition at line 28 of file dummychannel.h.
| QString DummyChannel::GetCurrentInput | ( | void | ) | const [inline, virtual] |
| bool DummyChannel::IsOpen | ( | void | ) | const [inline, virtual] |
Reports whether channel is already open.
Implements ChannelBase.
Definition at line 32 of file dummychannel.h.
| QString DummyChannel::GetDevice | ( | void | ) | const [inline, virtual] |
Returns String representing device, useful for debugging.
Reimplemented from ChannelBase.
Definition at line 33 of file dummychannel.h.
| bool DummyChannel::SwitchToInput | ( | const QString & | inputname, | |
| const QString & | chan | |||
| ) | [inline, virtual] |
Switches to another input on hardware, and sets the channel is setstarting is true.
Reimplemented from ChannelBase.
Definition at line 38 of file dummychannel.h.
QString DummyChannel::curinputname [private] |
Definition at line 42 of file dummychannel.h.
Referenced by DummyChannel(), GetCurrentInput(), and SwitchToInput().
1.5.5