Public Member Functions | |
| void | clear () |
Public Attributes | |
| std::string | filename |
| rules to generate an output file | |
| StringList | chained_formats |
| a list of formats we should run before this one | |
| std::string | begin |
| text for start of output file | |
| std::string | track |
| text genrated for each track | |
| std::string | end |
| text generated at the end of a track | |
| std::string | exec |
| command to execute after generation | |
Definition at line 76 of file PlayListConverter.h.
|
|
Definition at line 42 of file PlayListConverter.cpp. References begin, end, exec, filename, and track. Referenced by PlayListConverter::load_format(). |
|
|
text for start of output file
Definition at line 79 of file PlayListConverter.h. Referenced by clear(), PlayListConverter::load_format(), and PlayListConverter::write_output(). |
|
|
a list of formats we should run before this one
Definition at line 78 of file PlayListConverter.h. Referenced by PlayListConverter::load_format(), and PlayListConverter::write_output(). |
|
|
text generated at the end of a track
Definition at line 81 of file PlayListConverter.h. Referenced by clear(), PlayListConverter::load_format(), and PlayListConverter::write_output(). |
|
|
command to execute after generation
Definition at line 82 of file PlayListConverter.h. Referenced by clear(), PlayListConverter::exec_output(), PlayListConverter::load_format(), and PlayListConverter::write_output(). |
|
|
rules to generate an output file
Definition at line 77 of file PlayListConverter.h. Referenced by clear(), PlayListConverter::load_format(), and PlayListConverter::write_output(). |
|
|
text genrated for each track
Definition at line 80 of file PlayListConverter.h. Referenced by clear(), PlayListConverter::load_format(), and PlayListConverter::write_output(). |
1.3-rc3