#include <channelscannerregion.h>
Public Types | |
enum | PictureFormat { AUTO, NTSC, PAL, SECAM, UNKNOWN } |
Public Methods | |
ChannelScannerRegion () | |
~ChannelScannerRegion () | |
bool | load (const QString &filename) |
bool | first () |
bool | next () |
QString | name () const |
PictureFormat | format () const |
QString | id () const |
unsigned long | frequency () const |
Protected Methods | |
bool | setup () |
bool | readTuning () |
bool | readInfo () |
unsigned long | readTextULong (const QDomElement &elem, const QString &tag) |
QString | readText (const QDomElement &elem, const QString &tag) |
QDomElement | readElement (const QDomNode &n, const QString &tag) |
|
Move to the first defined tuning.
|
|
Move to the next defined tuning.
|