Main Page   Class Hierarchy   Compound List   File List   Compound Members  

QtVisionIface Class Reference

A DCOP interface for QtVision. More...

#include <qtvisioniface.h>

Inheritance diagram for QtVisionIface::

QtVision List of all members.

DCOP Methods

virtual void selectDevice ()=0
virtual void setSource (const QString &src)=0
virtual void start ()=0
virtual void stop ()=0
virtual void startVideo ()=0
virtual void stopVideo ()=0
virtual DCOPRef channelStoreIface ()=0
virtual DCOPRef channelIface ()=0
virtual QString channelName () const=0
virtual int channelNumber () const=0
virtual void channelDown ()=0
virtual void channelUp ()=0
virtual void previousChannel ()=0
virtual void volumeMute ()=0
virtual void volumeUp ()=0
virtual void volumeDown ()=0
virtual void setVolume (int vol)=0
virtual void setVolume (int left, int right)=0
virtual void importDefaultChannels ()=0
virtual void openChannelFile ()=0
virtual void openChannelFile (const QString &filename)=0
virtual void setVideoDesktop (bool on)=0
virtual void settings ()=0
virtual int launchWizard ()=0

Detailed Description

A DCOP interface for QtVision.

Author:
Richard Moore, rich@kde.org


Member Function Documentation

virtual void QtVisionIface::selectDevice [pure virtual]
 

Ask the user to select a device.

Reimplemented in QtVision.

virtual void QtVisionIface::setSource const QString & src [pure virtual]
 

Sets the source to use.

Reimplemented in QtVision.

virtual void QtVisionIface::start [pure virtual]
 

Starts capture.

Reimplemented in QtVision.

virtual void QtVisionIface::stop [pure virtual]
 

Stops capture.

Reimplemented in QtVision.

virtual void QtVisionIface::startVideo [pure virtual]
 

Starts video stream, leaving the audio alone.

Reimplemented in QtVision.

virtual void QtVisionIface::stopVideo [pure virtual]
 

Stops video stream, leaving the audio alone.

Reimplemented in QtVision.

virtual DCOPRef QtVisionIface::channelStoreIface [pure virtual]
 

Returns a DCOP reference to the ChannelStore.

Reimplemented in QtVision.

virtual DCOPRef QtVisionIface::channelIface [pure virtual]
 

Returns a DCOP reference to the current Channel.

Reimplemented in QtVision.

virtual QString QtVisionIface::channelName const [pure virtual]
 

Returns the name of the current Channel.

Reimplemented in QtVision.

virtual int QtVisionIface::channelNumber const [pure virtual]
 

Returns the number of the current Channel.

Reimplemented in QtVision.

virtual void QtVisionIface::channelDown [pure virtual]
 

Changes the channel to the one preceding the current, wrapping round if we are currently showing the first channel.

Reimplemented in QtVision.

virtual void QtVisionIface::channelUp [pure virtual]
 

Changes the channel to the one following the current, wrapping round if we are currently showing the last channel.

Reimplemented in QtVision.

virtual void QtVisionIface::previousChannel [pure virtual]
 

Recall the previous channel.

Reimplemented in QtVision.

virtual void QtVisionIface::volumeMute [pure virtual]
 

Mutes the sound.

Reimplemented in QtVision.

virtual void QtVisionIface::volumeUp [pure virtual]
 

Increases the volume.

Reimplemented in QtVision.

virtual void QtVisionIface::volumeDown [pure virtual]
 

Decreases the volume.

Reimplemented in QtVision.

virtual void QtVisionIface::setVolume int vol [pure virtual]
 

Sets the volume.

Reimplemented in QtVision.

virtual void QtVisionIface::setVolume int left,
int right
[pure virtual]
 

Sets the volume.

Reimplemented in QtVision.

virtual void QtVisionIface::importDefaultChannels [pure virtual]
 

Launches the default channel import dialog.

Reimplemented in QtVision.

virtual void QtVisionIface::openChannelFile [pure virtual]
 

Launched a file open dialog.

Reimplemented in QtVision.

virtual void QtVisionIface::openChannelFile const QString & filename [pure virtual]
 

Loads channels from the given filename.

Reimplemented in QtVision.

virtual void QtVisionIface::setVideoDesktop bool on [pure virtual]
 

Toggle video desktop on or off.

Reimplemented in QtVision.

virtual void QtVisionIface::settings [pure virtual]
 

Launches the settings dialog.

Reimplemented in QtVision.

virtual int QtVisionIface::launchWizard [pure virtual]
 

Launches the channel wizard and returns the dialog return value.

Reimplemented in QtVision.


The documentation for this class was generated from the following file:
Generated at Thu Jan 30 02:56:03 2003 for QtVision by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001