Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

CVideoOptions Struct Reference

Options per video device. More...

#include <VideoOptions.h>

Inheritance diagram for CVideoOptions:

COptionsXML List of all members.

Public Types

Public Member Functions

Protected Member Functions


Detailed Description

Options per video device.


Member Enumeration Documentation

enum CVideoOptions::MiddlePartOption
 

Enumeration values:
Overwrite 
Timestamp 
Sequence 


Constructor & Destructor Documentation

CVideoOptions::CVideoOptions (   ) 
 


Member Function Documentation

void CVideoOptions::DeclareVariables (   )  [protected, virtual]
 

Implements COptionsXML.

QString CVideoOptions::GetAudioDeviceName (   )  const
 

QString CVideoOptions::GetAudioNode (   )  const
 

QString CVideoOptions::GetBaseName (   )  const
 

QString CVideoOptions::GetCommand (   )  const
 

QString CVideoOptions::GetDeviceName (   )  const
 

QString CVideoOptions::GetFileFormat (   )  const
 

QString CVideoOptions::GetFTPPass (   )  const
 

bool CVideoOptions::GetFTPPassive (   )  const
 

QString CVideoOptions::GetFTPPath (   )  const
 

int CVideoOptions::GetFTPPort (   )  const
 

QString CVideoOptions::GetFTPServer (   )  const
 

bool CVideoOptions::GetFTPToServer (   )  const
 

bool CVideoOptions::GetFTPUnique (   )  const
 

QString CVideoOptions::GetFTPUser (   )  const
 

int CVideoOptions::GetMaxSequence (   )  const
 

CVideoOptions::MiddlePartOption CVideoOptions::GetMiddlePart (   )  const
 

QString CVideoOptions::GetNodeName (   )  const
 

bool CVideoOptions::GetRunCommand (   )  const
 

bool CVideoOptions::GetSaveToDisk (   )  const
 

int CVideoOptions::GetSequence (   )  const
 

int GetSaveOption() const; void SetSaveOption(int value);

int CVideoOptions::GetSnapInterval (   )  const
 

QColor CVideoOptions::GetTextColor (   )  const
 

QFont CVideoOptions::GetTextFont (   )  const
 

bool CVideoOptions::GetTimeInImage (   )  const
 

QString CVideoOptions::GetUserMessage (   )  const
 

void CVideoOptions::GetXML (  QDomNode &  node  )  const [virtual]
 

Return XML tree.

For every variable declared, set its value as a subnode in the XML node. In the XML file, it looks like this: <name>value

Note:
No subnodes are cleared, so existing subnodes that are not in our declared variables remain intact.

Reimplemented from COptionsXML.

void CVideoOptions::SetAudioDeviceName (  const QString &  name  ) 
 

void CVideoOptions::SetAudioNode (  const QString &  number  ) 
 

void CVideoOptions::SetBaseName (  const QString &  basename  ) 
 

void CVideoOptions::SetCommand (  const QString &  command  ) 
 

void CVideoOptions::SetDeviceName (  const QString &  name  ) 
 

void CVideoOptions::SetFileFormat (  const QString &  format  ) 
 

void CVideoOptions::SetFTPPass (  const QString &  pass  ) 
 

void CVideoOptions::SetFTPPassive (  bool  passive  ) 
 

void CVideoOptions::SetFTPPath (  const QString &  path  ) 
 

void CVideoOptions::SetFTPPort (  int  port_number  ) 
 

void CVideoOptions::SetFTPServer (  const QString &  server  ) 
 

void CVideoOptions::SetFTPToServer (  bool  value  ) 
 

void CVideoOptions::SetFTPUnique (  bool  unique  ) 
 

void CVideoOptions::SetFTPUser (  const QString &  user  ) 
 

void CVideoOptions::SetMaxSequence (  int  max  ) 
 

void CVideoOptions::SetMiddlePart (  MiddlePartOption  option  ) 
 

void CVideoOptions::SetNodeName (  const QString &  node  ) 
 

void CVideoOptions::SetRunCommand (  bool   ) 
 

void CVideoOptions::SetSaveToDisk (  bool  value  ) 
 

void CVideoOptions::SetSequence (  int  value  ) 
 

void CVideoOptions::SetSnapInterval (  int  value  ) 
 

void CVideoOptions::SetTextColor (  const QString &  color_name  ) 
 

void CVideoOptions::SetTextColor (  const QColor &  color  ) 
 

void CVideoOptions::SetTextFont (  const QFont &  font  ) 
 

void CVideoOptions::SetTimeInImage (  bool  value  ) 
 

void CVideoOptions::SetUserMessage (  const QString &  message  ) 
 

void CVideoOptions::SetXML (  const QDomNode &  node  )  [virtual]
 

Parse XML tree.

For every variable declared, retrieve the value from this node and store it.

Reimplemented from COptionsXML.


The documentation for this struct was generated from the following files:
Generated on Wed Dec 13 23:38:47 2006 for CamStream by doxygen 1.3.7