|
MythTV
0.27pre
|
Go to the source code of this file.
Classes | |
| struct | SmartPLField |
| struct | SmartPLOperator |
Functions | |
| static SmartPLOperator * | lookupOperator (QString name) |
| static SmartPLField * | lookupField (QString name) |
| QString | formattedFieldValue (const QVariant &value) |
| static QString | evaluateDateValue (QString sDate) |
| QString | getCriteriaSQL (QString fieldName, QString operatorName, QString value1, QString value2) |
| QString | getOrderBySQL (QString orderByFields) |
| QString | getSQLFieldName (QString fieldName) |
Variables | |
| static SmartPLField | SmartPLFields [] |
| static SmartPLOperator | SmartPLOperators [] |
| static int | SmartPLOperatorsCount = sizeof(SmartPLOperators) / sizeof(SmartPLOperators[0]) |
| static int | SmartPLFieldsCount = sizeof(SmartPLFields) / sizeof(SmartPLFields[0]) |
|
static |
Definition at line 87 of file smartplaylist.cpp.
Referenced by CriteriaRowEditor::enableSaveButton(), getCriteriaSQL(), CriteriaRowEditor::operatorChanged(), and SmartPLCriteriaRow::toString().
|
static |
Definition at line 97 of file smartplaylist.cpp.
Referenced by CriteriaRowEditor::enableSaveButton(), CriteriaRowEditor::fieldChanged(), getCriteriaSQL(), getOrderBySQL(), getSQLFieldName(), CriteriaRowEditor::operatorChanged(), and CriteriaRowEditor::saveClicked().
| QString formattedFieldValue | ( | const QVariant & | value | ) |
Definition at line 107 of file smartplaylist.cpp.
Referenced by MusicCommon::byAlbum(), MusicCommon::byArtist(), MusicCommon::byGenre(), MusicCommon::byTitle(), MusicCommon::byYear(), and getCriteriaSQL().
|
static |
Definition at line 120 of file smartplaylist.cpp.
Referenced by getCriteriaSQL().
| QString getCriteriaSQL | ( | QString | fieldName, |
| QString | operatorName, | ||
| QString | value1, | ||
| QString | value2 | ||
| ) |
Definition at line 148 of file smartplaylist.cpp.
Referenced by Playlist::fillSonglistFromSmartPlaylist(), and SmartPLCriteriaRow::getSQL().
| QString getOrderBySQL | ( | QString | orderByFields | ) |
Definition at line 241 of file smartplaylist.cpp.
Referenced by Playlist::fillSonglistFromSmartPlaylist().
| QString getSQLFieldName | ( | QString | fieldName | ) |
Definition at line 275 of file smartplaylist.cpp.
|
static |
Definition at line 42 of file smartplaylist.cpp.
Referenced by SmartPLOrderByDialog::getOrderByFields(), lookupField(), and CriteriaRowEditor::updateFields().
|
static |
Definition at line 69 of file smartplaylist.cpp.
Referenced by CriteriaRowEditor::getOperatorList(), lookupOperator(), and CriteriaRowEditor::updateOperators().
|
static |
Definition at line 84 of file smartplaylist.cpp.
Referenced by CriteriaRowEditor::getOperatorList(), lookupOperator(), and CriteriaRowEditor::updateOperators().
|
static |
Definition at line 85 of file smartplaylist.cpp.
Referenced by SmartPLOrderByDialog::getOrderByFields(), lookupField(), and CriteriaRowEditor::updateFields().
1.8.1.2