Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

SVideoOptions Struct Reference

Options per video device. More...

#include <VideoOptions.h>

List of all members.

Public Methods


Detailed Description

Options per video device.


Constructor & Destructor Documentation

SVideoOptions::SVideoOptions ( QDomDocument & doc )
 

SVideoOptions::SVideoOptions ( const SVideoOptions & org )
 

Copy constructor; makes deep copy.

SVideoOptions::~SVideoOptions ( )
 


Member Function Documentation

QString SVideoOptions::GetBaseName ( ) const
 

QString SVideoOptions::GetDeviceName ( ) const
 

QString SVideoOptions::GetFTPPass ( ) const
 

bool SVideoOptions::GetFTPPassive ( ) const
 

QString SVideoOptions::GetFTPPath ( ) const
 

QString SVideoOptions::GetFTPServer ( ) const
 

bool SVideoOptions::GetFTPToServer ( ) const
 

bool SVideoOptions::GetFTPUnique ( ) const
 

QString SVideoOptions::GetFTPUser ( ) const
 

QString SVideoOptions::GetFileFormat ( ) const
 

int SVideoOptions::GetMaxSequence ( ) const
 

QString SVideoOptions::GetNodeName ( ) const
 

int SVideoOptions::GetSaveOption ( ) const
 

bool SVideoOptions::GetSaveToDisk ( ) const
 

int SVideoOptions::GetSequence ( ) const
 

QColor SVideoOptions::GetTextColor ( ) const
 

QFont SVideoOptions::GetTextFont ( ) const
 

bool SVideoOptions::GetTimeInImage ( ) const
 

QDomNode SVideoOptions::GetXML ( )
 

Returns an XML structure with the current settings.

void SVideoOptions::SetBaseName ( const QString & basename )
 

void SVideoOptions::SetDeviceName ( const QString & name )
 

void SVideoOptions::SetFTPPass ( const QString & pass )
 

void SVideoOptions::SetFTPPassive ( bool passive )
 

void SVideoOptions::SetFTPPath ( const QString & path )
 

void SVideoOptions::SetFTPServer ( const QString & server )
 

void SVideoOptions::SetFTPToServer ( bool )
 

void SVideoOptions::SetFTPUnique ( bool unique )
 

void SVideoOptions::SetFTPUser ( const QString & user )
 

void SVideoOptions::SetFileFormat ( const QString & format )
 

void SVideoOptions::SetMaxSequence ( int )
 

void SVideoOptions::SetNodeName ( const QString & node )
 

void SVideoOptions::SetSaveOption ( int )
 

void SVideoOptions::SetSaveToDisk ( bool )
 

void SVideoOptions::SetSequence ( int )
 

void SVideoOptions::SetTextColor ( const QString & color_name )
 

void SVideoOptions::SetTextColor ( const QColor & color )
 

void SVideoOptions::SetTextFont ( const QString & font_name )
 

void SVideoOptions::SetTextFont ( const QFont & font )
 

void SVideoOptions::SetTimeInImage ( bool )
 

void SVideoOptions::SetXML ( const QDomElement & el )
 

Parse contents of node, apply to our own tree.


The documentation for this struct was generated from the following files:
Generated at Sat May 18 02:56:56 2002 for Camstream by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001