|
MythTV
0.27pre
|
#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 291 of file smartplaylist.cpp.
| SmartPLCriteriaRow::SmartPLCriteriaRow | ( | void | ) |
Definition at line 300 of file smartplaylist.cpp.
| SmartPLCriteriaRow::~SmartPLCriteriaRow | ( | void | ) |
Definition at line 305 of file smartplaylist.cpp.
| QString SmartPLCriteriaRow::getSQL | ( | void | ) |
Definition at line 309 of file smartplaylist.cpp.
Definition at line 322 of file smartplaylist.cpp.
| QString SmartPLCriteriaRow::toString | ( | void | ) |
Definition at line 348 of file smartplaylist.cpp.
| QString SmartPLCriteriaRow::Field |
Definition at line 59 of file smartplaylist.h.
Referenced by getSQL(), CriteriaRowEditor::saveClicked(), saveToDatabase(), toString(), and CriteriaRowEditor::updateFields().
| QString SmartPLCriteriaRow::Operator |
Definition at line 60 of file smartplaylist.h.
Referenced by getSQL(), CriteriaRowEditor::saveClicked(), saveToDatabase(), toString(), and CriteriaRowEditor::updateOperators().
| QString SmartPLCriteriaRow::Value1 |
Definition at line 61 of file smartplaylist.h.
Referenced by CriteriaRowEditor::fieldChanged(), getSQL(), CriteriaRowEditor::saveClicked(), saveToDatabase(), toString(), and CriteriaRowEditor::updateValues().
| QString SmartPLCriteriaRow::Value2 |
Definition at line 62 of file smartplaylist.h.
Referenced by CriteriaRowEditor::fieldChanged(), getSQL(), CriteriaRowEditor::saveClicked(), saveToDatabase(), toString(), and CriteriaRowEditor::updateValues().
1.8.1.2