MeVisLabToolboxReference
macx::QTComponentDesc Class Reference

QTComponentDesc. More...

#include <macQuickTimeMovie.h>

List of all members.

Public Member Functions

 QTComponentDesc ()
 Construct a default description.
 QTComponentDesc (UInt32 subtype, UInt32 manufacturer)
 Construct a description from the given fourcc component subtype and manufacturer.
 QTComponentDesc (const QTComponentDesc &comp)
 Copy constructor.
QTComponentDescoperator= (const QTComponentDesc &comp)
 Assignment operator.
 QTComponentDesc (const std::string &str)
 Construct a description from a string-encoding (e.g. "MooV,aapl")
 operator const std::string () const
 Returns a string-encoded description.

Detailed Description

QTComponentDesc.

Definition at line 22 of file macQuickTimeMovie.h.


Constructor & Destructor Documentation

macx::QTComponentDesc::QTComponentDesc ( ) [inline]

Construct a default description.

Definition at line 27 of file macQuickTimeMovie.h.

macx::QTComponentDesc::QTComponentDesc ( UInt32  subtype,
UInt32  manufacturer 
) [inline]

Construct a description from the given fourcc component subtype and manufacturer.

Definition at line 29 of file macQuickTimeMovie.h.

macx::QTComponentDesc::QTComponentDesc ( const QTComponentDesc comp) [inline]

Copy constructor.

Definition at line 31 of file macQuickTimeMovie.h.

macx::QTComponentDesc::QTComponentDesc ( const std::string &  str)

Construct a description from a string-encoding (e.g. "MooV,aapl")


Member Function Documentation

macx::QTComponentDesc::operator const std::string ( ) const

Returns a string-encoded description.

QTComponentDesc& macx::QTComponentDesc::operator= ( const QTComponentDesc comp) [inline]

Assignment operator.

Definition at line 33 of file macQuickTimeMovie.h.


The documentation for this class was generated from the following file: