Go to the source code of this file.
Classes | |
| class | SmartPLCriteriaRow |
| class | SmartPlaylistEditor |
| class | SmartPLResultViewer |
| class | SmartPlaylistDialog |
| 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) |
| enum SmartPLFieldType |
| QString getCriteriaSQL | ( | QString | fieldName, | |
| QString | operatorName, | |||
| QString | value1, | |||
| QString | value2 | |||
| ) |
Definition at line 138 of file smartplaylist.cpp.
Referenced by Playlist::fillSonglistFromSmartPlaylist(), and SmartPLCriteriaRow::getSQL().
| QString getSQLFieldName | ( | QString | orderBy | ) |
Definition at line 258 of file smartplaylist.cpp.
| QString getOrderBySQL | ( | QString | orderByFields | ) |
Definition at line 224 of file smartplaylist.cpp.
Referenced by Playlist::fillSonglistFromSmartPlaylist(), and SmartPlaylistEditor::getOrderByClause().
| QString formattedFieldValue | ( | const QVariant & | value | ) |
Definition at line 97 of file smartplaylist.cpp.
Referenced by PlaybackBoxMusic::byAlbum(), PlaybackBoxMusic::byArtist(), PlaybackBoxMusic::byGenre(), PlaybackBoxMusic::byTitle(), PlaybackBoxMusic::byYear(), and getCriteriaSQL().
1.5.5