CLAM-Development
1.4.0
|
#include <SDIFInConfig.hxx>
Public Member Functions | |
InSDIFFilename (const std::string &s="") | |
InSDIFFilename (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 Filter * | Filters () 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. | |
![]() | |
InFilename (const std::string &s="") | |
InFilename (const char *s) | |
![]() | |
Filename () | |
Filename (const std::string &s) | |
Filename (const char *s) | |
virtual | ~Filename () |
![]() | |
Text () | |
Text (const std::string &value) | |
Text (const char *value) |
Definition at line 12 of file SDIFInConfig.hxx.
|
inline |
Definition at line 15 of file SDIFInConfig.hxx.
|
inline |
Definition at line 16 of file SDIFInConfig.hxx.
|
inlinevirtual |
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 18 of file SDIFInConfig.hxx.
|
inlinevirtual |
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 17 of file SDIFInConfig.hxx.