|
MythTV
0.27pre
|
Go to the source code of this file.
Classes | |
| class | SmartPLCriteriaRow |
| class | CriteriaRowEditor |
| class | SmartPLResultViewer |
| class | SmartPLOrderByDialog |
| class | SmartPLDateDialog |
Enumerations | |
| enum | SmartPLFieldType { ftString = 1, ftNumeric, ftDate, ftBoolean } |
Functions | |
| QString | getCriteriaSQL (QString fieldName, QString operatorName, QString value1, QString value2) |
| QString | getSQLFieldName (QString orderBy) |
| QString | getOrderBySQL (QString orderByFields) |
| QString | formattedFieldValue (const QVariant &value) |
| Q_DECLARE_METATYPE (SmartPLCriteriaRow *) class SmartPlaylistEditor | |
| enum SmartPLFieldType |
Definition at line 20 of file smartplaylist.h.
| 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 getSQLFieldName | ( | QString | orderBy | ) |
Definition at line 275 of file smartplaylist.cpp.
| QString getOrderBySQL | ( | QString | orderByFields | ) |
Definition at line 241 of file smartplaylist.cpp.
Referenced by Playlist::fillSonglistFromSmartPlaylist().
| 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().
| Q_DECLARE_METATYPE | ( | SmartPLCriteriaRow * | ) |
Definition at line 65 of file smartplaylist.h.
1.8.1.2