class ChannelStore

A suite of channels. More...

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

Public Methods


Detailed Description

A suite of channels.

 ChannelStore ()

ChannelStore

 ~ChannelStore ()

~ChannelStore

ChannelListchannels ()

channels

uint  count ()

count

[const]

bool  isEmpty ()

isEmpty

[const]

bool  load ( const QString &filename=QString::null, const char *fmt=0 )

load

bool  save ( const QString &filename=QString::null, const char *fmt=0 )

save

void  addChannel ( Channel *channel )

addChannel

void  addChannel ( unsigned long freq )

addChannel

ChannelchannelAt ( int idx )

channelAt