![]() |
Sayonara Player
|
#include <Expression.h>
The TagExpression class.
Public Member Functions | |
Expression (const QString &tag_str, const QString &filename) | |
bool | update_tag (const QString &tag_str, const QString &filepath) |
fills the _cap_map More... | |
bool | check_tag (const Tag &tag, const QString &str) |
checks, if one specific tag can be applied to the string More... | |
QMap< Tag, ReplacedString > | get_tag_val_map () const |
bool Tagging::Expression::check_tag | ( | const Tag & | tag, |
const QString & | str | ||
) |
checks, if one specific tag can be applied to the string
tag | e.g. <t> |
str | usually the filepath |
bool Tagging::Expression::update_tag | ( | const QString & | tag_str, |
const QString & | filepath | ||
) |
fills the _cap_map
tag_str | the tag string entered in UI |
filepath | the filepath |