CLAM::AudioInFilename Class Reference

#include <AudioInFilename.hxx>

List of all members.

Public Member Functions

 AudioInFilename (const std::string &s="")
 AudioInFilename (const char *s)
virtual const char * TypeFamily () const
 Rewrite this method to set a name for the type family name. It is used to build messages such as 'Open the audio file' where 'audio' is the type family.
virtual const FilterFilters () const
 Rewrite this method to define the set of filters that subclasses bounds to. See the examples on how to return it. Last item should be {0,0} for class users to stop iterating.

Detailed Description

Definition at line 9 of file AudioInFilename.hxx.


Constructor & Destructor Documentation

CLAM::AudioInFilename::AudioInFilename ( const std::string &  s = ""  )  [inline]

Definition at line 12 of file AudioInFilename.hxx.

CLAM::AudioInFilename::AudioInFilename ( const char *  s  )  [inline]

Definition at line 13 of file AudioInFilename.hxx.


Member Function Documentation

virtual const Filter* CLAM::AudioInFilename::Filters (  )  const [inline, virtual]

Rewrite this method to define the set of filters that subclasses bounds to. See the examples on how to return it. Last item should be {0,0} for class users to stop iterating.

Reimplemented from CLAM::Filename.

Definition at line 15 of file AudioInFilename.hxx.

virtual const char* CLAM::AudioInFilename::TypeFamily (  )  const [inline, virtual]

Rewrite this method to set a name for the type family name. It is used to build messages such as 'Open the audio file' where 'audio' is the type family.

Reimplemented from CLAM::Filename.

Definition at line 14 of file AudioInFilename.hxx.


The documentation for this class was generated from the following file:
Generated by  doxygen 1.6.3