#include <smartplaylist.h>
Public Member Functions | |
| SmartPLCriteriaRow (const QString &_Field, const QString &_Operator, const QString &_Value1, const QString &_Value2) | |
| SmartPLCriteriaRow (void) | |
| ~SmartPLCriteriaRow (void) | |
| QString | getSQL (void) |
| bool | saveToDatabase (int smartPlaylistID) |
| QString | toString (void) |
Public Attributes | |
| QString | Field |
| QString | Operator |
| QString | Value1 |
| QString | Value2 |
Definition at line 42 of file smartplaylist.h.
| SmartPLCriteriaRow::SmartPLCriteriaRow | ( | const QString & | _Field, | |
| const QString & | _Operator, | |||
| const QString & | _Value1, | |||
| const QString & | _Value2 | |||
| ) |
Definition at line 289 of file smartplaylist.cpp.
| SmartPLCriteriaRow::SmartPLCriteriaRow | ( | void | ) |
Definition at line 298 of file smartplaylist.cpp.
| SmartPLCriteriaRow::~SmartPLCriteriaRow | ( | void | ) |
Definition at line 303 of file smartplaylist.cpp.
| QString SmartPLCriteriaRow::getSQL | ( | void | ) |
Definition at line 307 of file smartplaylist.cpp.
| bool SmartPLCriteriaRow::saveToDatabase | ( | int | smartPlaylistID | ) |
Definition at line 320 of file smartplaylist.cpp.
| QString SmartPLCriteriaRow::toString | ( | void | ) |
Definition at line 346 of file smartplaylist.cpp.
| QString SmartPLCriteriaRow::Field |
Definition at line 59 of file smartplaylist.h.
Referenced by getSQL(), CriteriaRowEditor::saveClicked(), saveToDatabase(), SmartPLCriteriaRow(), toString(), and CriteriaRowEditor::updateFields().
| QString SmartPLCriteriaRow::Operator |
Definition at line 60 of file smartplaylist.h.
Referenced by getSQL(), CriteriaRowEditor::saveClicked(), saveToDatabase(), SmartPLCriteriaRow(), toString(), and CriteriaRowEditor::updateOperators().
| QString SmartPLCriteriaRow::Value1 |
Definition at line 61 of file smartplaylist.h.
Referenced by CriteriaRowEditor::fieldChanged(), getSQL(), CriteriaRowEditor::saveClicked(), saveToDatabase(), SmartPLCriteriaRow(), toString(), and CriteriaRowEditor::updateValues().
| QString SmartPLCriteriaRow::Value2 |
Definition at line 62 of file smartplaylist.h.
Referenced by CriteriaRowEditor::fieldChanged(), getSQL(), CriteriaRowEditor::saveClicked(), saveToDatabase(), SmartPLCriteriaRow(), toString(), and CriteriaRowEditor::updateValues().
1.6.3