CLAM-Development  1.4.0
Public Member Functions
CLAM::ControlTraceOutFilename Class Reference

#include <ControlTrace.hxx>

List of all members.

Public Member Functions

 ControlTraceOutFilename (const std::string &s="")
 ControlTraceOutFilename (const char *s)
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.
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.
- Public Member Functions inherited from CLAM::OutFilename
 OutFilename (const std::string &s="")
 OutFilename (const char *s)
- Public Member Functions inherited from CLAM::Filename
 Filename ()
 Filename (const std::string &s)
 Filename (const char *s)
virtual ~Filename ()
- Public Member Functions inherited from CLAM::Text
 Text ()
 Text (const std::string &value)
 Text (const char *value)

Detailed Description

Definition at line 142 of file ControlTrace.hxx.


Constructor & Destructor Documentation

CLAM::ControlTraceOutFilename::ControlTraceOutFilename ( const std::string &  s = "")
inline

Definition at line 145 of file ControlTrace.hxx.

CLAM::ControlTraceOutFilename::ControlTraceOutFilename ( const char *  s)
inline

Definition at line 146 of file ControlTrace.hxx.


Member Function Documentation

const Filename::Filter * CLAM::ControlTraceOutFilename::Filters ( ) const
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 183 of file ControlTrace.cxx.

References CLAM::clamControlTraceFileFilters.

const char * CLAM::ControlTraceOutFilename::TypeFamily ( ) const
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 179 of file ControlTrace.cxx.

References CLAM::clamControlTraceFileTypeFamily.


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