class QtVision

A reusable TV object. More...

Definition#include <qtvision.h>
InheritsQObject (qt) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Signals

Protected Types

Protected Methods


Detailed Description

A reusable TV object.

 QtVision (QObject *parent = 0, const char* name = 0)

QtVision

 ~QtVision ()

~QtVision

void  setScreen ( QWidget *view )

setScreen

void  stopDevice ()

stopDevice

bool  tryAutoStart ()

tryAutoStart

Try to start using the previous device. Returns true iff it succeeds.

bool  hasDevice ()

hasDevice

[const]

V4LDevdevice ()

device

[const]

ChannelStorechannels ()

channels

QWidgetcreateScreen ( QWidget *parent=0, const char *name=0 )

createScreen

[virtual]

Factory method for creating the screen the picture will be displayed on. This widget returned will depend on the facilities supported by the TV card and X server (eg. there will be special screen widgets for Xv support).

void  start ()

start

[slot]

int  launchWizard ()

launchWizard

[slot]

Launches the channel wizard and returns the dialog return value.

void  selectDevice ()

selectDevice

[slot]

Ask the user to select a device.

void  startCapture ()

startCapture

[slot]

void  grabImage ()

grabImage

[slot]

void  channelDown ()

channelDown

[slot]

void  channelUp ()

channelUp

[slot]

void  snapshot ()

snapshot

[slot]

void  settings ()

settings

[slot]

void  sliderChanged (int)

sliderChanged

[slot]

void  changeFrameRate (int x)

changeFrameRate

[slot]

void  ssdlgChangeSources (const QString& dev)

ssdlgChangeSources

[slot]

void  volumeMute ()

volumeMute

[slot]

void  volumeUp ()

volumeUp

[slot]

void  volumeDown ()

volumeDown

[slot]

void  setTunerMode ( int mode )

setTunerMode

[slot]

void  channelChanged ( int num )

channelChanged

[signal]

void  deviceChanged ( V4LDev *dev )

deviceChanged

[signal]

void  setChannel ( Channel *channel )

setChannel

[protected]

SourceSelection * createSourceDialog ()

createSourceDialog

[protected]

typedef QMap<QString,QString> DeviceMap

DeviceMap

[protected]

typedef QMap<QString,QStringList> SourceMap

SourceMap

[protected]