MythTV
master
|
Public Attributes | |
QString | m_name |
QString | m_sqlName |
SmartPLFieldType | m_type |
int | m_minValue |
int | m_maxValue |
int | m_defaultValue |
Definition at line 32 of file smartplaylist.cpp.
QString SmartPLField::m_name |
Definition at line 34 of file smartplaylist.cpp.
QString SmartPLField::m_sqlName |
Definition at line 35 of file smartplaylist.cpp.
Referenced by getCriteriaSQL(), getOrderBySQL(), and getSQLFieldName().
SmartPLFieldType SmartPLField::m_type |
Definition at line 36 of file smartplaylist.cpp.
Referenced by CriteriaRowEditor::enableSaveButton(), CriteriaRowEditor::fieldChanged(), getCriteriaSQL(), CriteriaRowEditor::operatorChanged(), and CriteriaRowEditor::saveClicked().
int SmartPLField::m_minValue |
Definition at line 37 of file smartplaylist.cpp.
Referenced by CriteriaRowEditor::operatorChanged().
int SmartPLField::m_maxValue |
Definition at line 38 of file smartplaylist.cpp.
Referenced by CriteriaRowEditor::operatorChanged().
int SmartPLField::m_defaultValue |
Definition at line 39 of file smartplaylist.cpp.
Referenced by CriteriaRowEditor::operatorChanged().