#include <qtvisioniface.h>
Inheritance diagram for QtVisionIface::
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 |
|
Ask the user to select a device.
Reimplemented in QtVision. |
|
Sets the source to use.
Reimplemented in QtVision. |
|
Starts capture.
Reimplemented in QtVision. |
|
Stops capture.
Reimplemented in QtVision. |
|
Starts video stream, leaving the audio alone.
Reimplemented in QtVision. |
|
Stops video stream, leaving the audio alone.
Reimplemented in QtVision. |
|
Returns a DCOP reference to the ChannelStore.
Reimplemented in QtVision. |
|
Returns a DCOP reference to the current Channel.
Reimplemented in QtVision. |
|
Returns the name of the current Channel.
Reimplemented in QtVision. |
|
Returns the number of the current Channel.
Reimplemented in QtVision. |
|
Changes the channel to the one preceding the current, wrapping round if we are currently showing the first channel.
Reimplemented in QtVision. |
|
Changes the channel to the one following the current, wrapping round if we are currently showing the last channel.
Reimplemented in QtVision. |
|
Recall the previous channel.
Reimplemented in QtVision. |
|
Mutes the sound.
Reimplemented in QtVision. |
|
Increases the volume.
Reimplemented in QtVision. |
|
Decreases the volume.
Reimplemented in QtVision. |
|
Sets the volume.
Reimplemented in QtVision. |
|
Sets the volume.
Reimplemented in QtVision. |
|
Launches the default channel import dialog.
Reimplemented in QtVision. |
|
Launched a file open dialog.
Reimplemented in QtVision. |
|
Loads channels from the given filename.
Reimplemented in QtVision. |
|
Toggle video desktop on or off.
Reimplemented in QtVision. |
|
Launches the settings dialog.
Reimplemented in QtVision. |
|
Launches the channel wizard and returns the dialog return value.
Reimplemented in QtVision. |