class Channel

Defines a TV channel. More...

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

Public Methods


Detailed Description

Defines a TV channel.

 Channel ( int num = -1, unsigned long freq = 0 )

Channel

 Channel ( const QString &name_, int num = -1, unsigned long freq = 0 )

Channel

 ~Channel ()

~Channel

inline int  number ()

number

[const]

inline void  setNumber (int x)

setNumber

inline unsigned long  freq ()

freq

[const]

inline void  setFreq (unsigned long x)

setFreq

QString  name ()

name

[const]

void  setName ( const QString &name )

setName