class ChannelScannerRegion

Loader for region defined tuner settings. More...

Definition#include <channelscannerregion.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Protected Methods


Detailed Description

Loader for region defined tuner settings.

enum PictureFormat { NTSC, PAL, SECAM, UNKNOWN }

PictureFormat

 ChannelScannerRegion ()

ChannelScannerRegion

 ~ChannelScannerRegion ()

~ChannelScannerRegion

bool  load ( const QString &filename )

load

bool  first ()

first

Move to the first defined tuning.

bool  next ()

next

Move to the next defined tuning.

QString  name ()

name

[const]

PictureFormat  format ()

format

[const]

QString  id ()

id

[const]

unsigned long  frequency ()

frequency

[const]

bool  setup ()

setup

[protected]

bool  readTuning ()

readTuning

[protected]

bool  readInfo ()

readInfo

[protected]

unsigned long  readTextULong ( const QDomElement &elem, const QString &tag )

readTextULong

[protected]

QString  readText ( const QDomElement &elem, const QString &tag )

readText

[protected]

QDomElement  readElement ( const QDomNode &n, const QString &tag )

readElement

[protected]