#include <smartplaylist.h>

Definition at line 213 of file smartplaylist.h.
Public Member Functions | |
| SmartPLOrderByDialog (MythMainWindow *parent, const char *name=0) | |
| ~SmartPLOrderByDialog () | |
| QString | getFieldList (void) |
| void | setFieldList (QString fieldList) |
Protected Slots | |
| void | addPressed (void) |
| void | deletePressed (void) |
| void | moveUpPressed (void) |
| void | moveDownPressed (void) |
| void | ascendingPressed (void) |
| void | descendingPressed (void) |
| void | orderByChanged (void) |
| void | listBoxSelectionChanged (QListBoxItem *item) |
Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *e) |
Private Member Functions | |
| void | getOrderByFields (void) |
Private Attributes | |
| QVBoxLayout * | vbox |
| QLabel * | caption |
| MythComboBox * | orderByCombo |
| MythListBox * | listbox |
| QButton * | addButton |
| QButton * | deleteButton |
| QButton * | moveUpButton |
| QButton * | moveDownButton |
| QButton * | ascendingButton |
| QButton * | descendingButton |
| QButton * | okButton |
| SmartPLOrderByDialog::SmartPLOrderByDialog | ( | MythMainWindow * | parent, | |
| const char * | name = 0 | |||
| ) |
Definition at line 2075 of file smartplaylist.cpp.
| SmartPLOrderByDialog::~SmartPLOrderByDialog | ( | void | ) |
Definition at line 2186 of file smartplaylist.cpp.
| QString SmartPLOrderByDialog::getFieldList | ( | void | ) |
Definition at line 2195 of file smartplaylist.cpp.
Referenced by SmartPlaylistEditor::orderByClicked().
| void SmartPLOrderByDialog::setFieldList | ( | QString | fieldList | ) |
Definition at line 2214 of file smartplaylist.cpp.
Referenced by SmartPlaylistEditor::orderByClicked().
| void SmartPLOrderByDialog::addPressed | ( | void | ) | [protected, slot] |
Definition at line 2322 of file smartplaylist.cpp.
Referenced by keyPressEvent(), and SmartPLOrderByDialog().
| void SmartPLOrderByDialog::deletePressed | ( | void | ) | [protected, slot] |
Definition at line 2329 of file smartplaylist.cpp.
Referenced by keyPressEvent(), and SmartPLOrderByDialog().
| void SmartPLOrderByDialog::moveUpPressed | ( | void | ) | [protected, slot] |
Definition at line 2335 of file smartplaylist.cpp.
Referenced by keyPressEvent(), and SmartPLOrderByDialog().
| void SmartPLOrderByDialog::moveDownPressed | ( | void | ) | [protected, slot] |
Definition at line 2352 of file smartplaylist.cpp.
Referenced by keyPressEvent(), and SmartPLOrderByDialog().
| void SmartPLOrderByDialog::ascendingPressed | ( | void | ) | [protected, slot] |
Definition at line 2308 of file smartplaylist.cpp.
Referenced by keyPressEvent(), and SmartPLOrderByDialog().
| void SmartPLOrderByDialog::descendingPressed | ( | void | ) | [protected, slot] |
Definition at line 2315 of file smartplaylist.cpp.
Referenced by keyPressEvent(), and SmartPLOrderByDialog().
| void SmartPLOrderByDialog::orderByChanged | ( | void | ) | [protected, slot] |
Definition at line 2369 of file smartplaylist.cpp.
Referenced by addPressed(), ascendingPressed(), deletePressed(), descendingPressed(), setFieldList(), and SmartPLOrderByDialog().
| void SmartPLOrderByDialog::listBoxSelectionChanged | ( | QListBoxItem * | item | ) | [protected, slot] |
| void SmartPLOrderByDialog::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
| void SmartPLOrderByDialog::getOrderByFields | ( | void | ) | [private] |
QVBoxLayout* SmartPLOrderByDialog::vbox [private] |
Reimplemented from MythPopupBox.
Definition at line 241 of file smartplaylist.h.
Referenced by SmartPLOrderByDialog(), and ~SmartPLOrderByDialog().
QLabel* SmartPLOrderByDialog::caption [private] |
MythComboBox* SmartPLOrderByDialog::orderByCombo [private] |
Definition at line 243 of file smartplaylist.h.
Referenced by addPressed(), ascendingPressed(), descendingPressed(), getOrderByFields(), listBoxSelectionChanged(), orderByChanged(), and SmartPLOrderByDialog().
MythListBox* SmartPLOrderByDialog::listbox [private] |
Definition at line 244 of file smartplaylist.h.
Referenced by addPressed(), ascendingPressed(), deletePressed(), descendingPressed(), getFieldList(), moveDownPressed(), moveUpPressed(), orderByChanged(), setFieldList(), and SmartPLOrderByDialog().
QButton* SmartPLOrderByDialog::addButton [private] |
Definition at line 245 of file smartplaylist.h.
Referenced by orderByChanged(), and SmartPLOrderByDialog().
QButton* SmartPLOrderByDialog::deleteButton [private] |
Definition at line 246 of file smartplaylist.h.
Referenced by orderByChanged(), and SmartPLOrderByDialog().
QButton* SmartPLOrderByDialog::moveUpButton [private] |
Definition at line 247 of file smartplaylist.h.
Referenced by orderByChanged(), and SmartPLOrderByDialog().
QButton* SmartPLOrderByDialog::moveDownButton [private] |
Definition at line 248 of file smartplaylist.h.
Referenced by orderByChanged(), and SmartPLOrderByDialog().
QButton* SmartPLOrderByDialog::ascendingButton [private] |
Definition at line 249 of file smartplaylist.h.
Referenced by descendingPressed(), orderByChanged(), and SmartPLOrderByDialog().
QButton* SmartPLOrderByDialog::descendingButton [private] |
Definition at line 250 of file smartplaylist.h.
Referenced by ascendingPressed(), orderByChanged(), and SmartPLOrderByDialog().
QButton* SmartPLOrderByDialog::okButton [private] |
1.5.5