#include <smartplaylist.h>
Signals | |
| void | orderByChanged (QString orderBy) |
Public Member Functions | |
| SmartPLOrderByDialog (MythScreenStack *parent) | |
| ~SmartPLOrderByDialog () | |
| bool | Create (void) |
| QString | getFieldList (void) |
| void | setFieldList (const QString &fieldList) |
Protected Slots | |
| void | addPressed (void) |
| void | deletePressed (void) |
| void | moveUpPressed (void) |
| void | moveDownPressed (void) |
| void | ascendingPressed (void) |
| void | descendingPressed (void) |
| void | okPressed (void) |
| void | orderByChanged (void) |
| void | fieldListSelectionChanged (MythUIButtonListItem *item) |
Private Member Functions | |
| void | getOrderByFields (void) |
Private Attributes | |
| MythUIButtonList * | m_fieldList |
| MythUIButtonList * | m_orderSelector |
| MythUIButton * | m_addButton |
| MythUIButton * | m_deleteButton |
| MythUIButton * | m_moveUpButton |
| MythUIButton * | m_moveDownButton |
| MythUIButton * | m_ascendingButton |
| MythUIButton * | m_descendingButton |
| MythUIButton * | m_cancelButton |
| MythUIButton * | m_okButton |
Definition at line 230 of file smartplaylist.h.
| SmartPLOrderByDialog::SmartPLOrderByDialog | ( | MythScreenStack * | parent | ) |
Definition at line 1832 of file smartplaylist.cpp.
| SmartPLOrderByDialog::~SmartPLOrderByDialog | ( | void | ) |
Definition at line 1841 of file smartplaylist.cpp.
| bool SmartPLOrderByDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 1845 of file smartplaylist.cpp.
| QString SmartPLOrderByDialog::getFieldList | ( | void | ) |
Definition at line 1892 of file smartplaylist.cpp.
Referenced by okPressed().
| void SmartPLOrderByDialog::setFieldList | ( | const QString & | fieldList | ) |
Definition at line 1911 of file smartplaylist.cpp.
| void SmartPLOrderByDialog::orderByChanged | ( | QString | orderBy | ) | [signal] |
| void SmartPLOrderByDialog::addPressed | ( | void | ) | [protected, slot] |
Definition at line 1958 of file smartplaylist.cpp.
Referenced by Create().
| void SmartPLOrderByDialog::deletePressed | ( | void | ) | [protected, slot] |
Definition at line 1967 of file smartplaylist.cpp.
Referenced by Create().
| void SmartPLOrderByDialog::moveUpPressed | ( | void | ) | [protected, slot] |
Definition at line 1978 of file smartplaylist.cpp.
Referenced by Create().
| void SmartPLOrderByDialog::moveDownPressed | ( | void | ) | [protected, slot] |
Definition at line 1993 of file smartplaylist.cpp.
Referenced by Create().
| void SmartPLOrderByDialog::ascendingPressed | ( | void | ) | [protected, slot] |
Definition at line 1934 of file smartplaylist.cpp.
Referenced by Create().
| void SmartPLOrderByDialog::descendingPressed | ( | void | ) | [protected, slot] |
Definition at line 1946 of file smartplaylist.cpp.
Referenced by Create().
| void SmartPLOrderByDialog::okPressed | ( | void | ) | [protected, slot] |
Definition at line 2008 of file smartplaylist.cpp.
Referenced by Create().
| void SmartPLOrderByDialog::orderByChanged | ( | void | ) | [protected, slot] |
Definition at line 2014 of file smartplaylist.cpp.
Referenced by addPressed(), ascendingPressed(), Create(), deletePressed(), descendingPressed(), moveDownPressed(), moveUpPressed(), okPressed(), and setFieldList().
| void SmartPLOrderByDialog::fieldListSelectionChanged | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 1926 of file smartplaylist.cpp.
Referenced by Create().
| void SmartPLOrderByDialog::getOrderByFields | ( | void | ) | [private] |
Definition at line 2046 of file smartplaylist.cpp.
Referenced by Create().
Definition at line 261 of file smartplaylist.h.
Referenced by addPressed(), ascendingPressed(), Create(), deletePressed(), descendingPressed(), getFieldList(), moveDownPressed(), moveUpPressed(), orderByChanged(), and setFieldList().
Definition at line 262 of file smartplaylist.h.
Referenced by addPressed(), ascendingPressed(), Create(), descendingPressed(), fieldListSelectionChanged(), getOrderByFields(), and orderByChanged().
MythUIButton* SmartPLOrderByDialog::m_addButton [private] |
Definition at line 263 of file smartplaylist.h.
Referenced by Create(), deletePressed(), and orderByChanged().
MythUIButton* SmartPLOrderByDialog::m_deleteButton [private] |
Definition at line 264 of file smartplaylist.h.
Referenced by Create(), deletePressed(), and orderByChanged().
MythUIButton* SmartPLOrderByDialog::m_moveUpButton [private] |
Definition at line 265 of file smartplaylist.h.
Referenced by Create(), moveDownPressed(), moveUpPressed(), and orderByChanged().
Definition at line 266 of file smartplaylist.h.
Referenced by Create(), moveDownPressed(), moveUpPressed(), and orderByChanged().
Definition at line 267 of file smartplaylist.h.
Referenced by Create(), descendingPressed(), and orderByChanged().
Definition at line 268 of file smartplaylist.h.
Referenced by ascendingPressed(), Create(), and orderByChanged().
MythUIButton* SmartPLOrderByDialog::m_cancelButton [private] |
Definition at line 269 of file smartplaylist.h.
Referenced by Create().
MythUIButton* SmartPLOrderByDialog::m_okButton [private] |
Definition at line 270 of file smartplaylist.h.
Referenced by Create().
1.6.3