#include <smartplaylist.h>

Definition at line 254 of file smartplaylist.h.
Public Member Functions | |
| SmartPLDateDialog (MythMainWindow *parent, const char *name=0) | |
| ~SmartPLDateDialog () | |
| QString | getDate (void) |
| void | setDate (QString date) |
Protected Slots | |
| void | fixedCheckToggled (bool on) |
| void | nowCheckToggled (bool on) |
| void | addDaysCheckToggled (bool on) |
| void | valueChanged (void) |
Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *e) |
Private Attributes | |
| QString | dateValue |
| QVBoxLayout * | vbox |
| QLabel * | caption |
| QLabel * | dayLabel |
| QLabel * | monthLabel |
| QLabel * | yearLabel |
| MythRadioButton * | fixedRadio |
| MythSpinBox * | daySpinEdit |
| MythSpinBox * | monthSpinEdit |
| MythSpinBox * | yearSpinEdit |
| MythRadioButton * | nowRadio |
| MythCheckBox * | addDaysCheck |
| MythSpinBox * | addDaysSpinEdit |
| QLabel * | statusLabel |
| QButton * | cancelButton |
| QButton * | okButton |
| SmartPLDateDialog::SmartPLDateDialog | ( | MythMainWindow * | parent, | |
| const char * | name = 0 | |||
| ) |
Definition at line 2414 of file smartplaylist.cpp.
| SmartPLDateDialog::~SmartPLDateDialog | ( | void | ) |
Definition at line 2567 of file smartplaylist.cpp.
| QString SmartPLDateDialog::getDate | ( | void | ) |
| void SmartPLDateDialog::setDate | ( | QString | date | ) |
| void SmartPLDateDialog::fixedCheckToggled | ( | bool | on | ) | [protected, slot] |
Definition at line 2686 of file smartplaylist.cpp.
Referenced by setDate(), and SmartPLDateDialog().
| void SmartPLDateDialog::nowCheckToggled | ( | bool | on | ) | [protected, slot] |
Definition at line 2702 of file smartplaylist.cpp.
Referenced by setDate(), and SmartPLDateDialog().
| void SmartPLDateDialog::addDaysCheckToggled | ( | bool | on | ) | [protected, slot] |
| void SmartPLDateDialog::valueChanged | ( | void | ) | [protected, slot] |
Definition at line 2727 of file smartplaylist.cpp.
Referenced by addDaysCheckToggled(), fixedCheckToggled(), nowCheckToggled(), and SmartPLDateDialog().
| void SmartPLDateDialog::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
QString SmartPLDateDialog::dateValue [private] |
Definition at line 276 of file smartplaylist.h.
QVBoxLayout* SmartPLDateDialog::vbox [private] |
Reimplemented from MythPopupBox.
Definition at line 278 of file smartplaylist.h.
Referenced by SmartPLDateDialog(), and ~SmartPLDateDialog().
QLabel* SmartPLDateDialog::caption [private] |
QLabel* SmartPLDateDialog::dayLabel [private] |
Definition at line 280 of file smartplaylist.h.
Referenced by fixedCheckToggled(), nowCheckToggled(), and SmartPLDateDialog().
QLabel* SmartPLDateDialog::monthLabel [private] |
Definition at line 281 of file smartplaylist.h.
Referenced by fixedCheckToggled(), nowCheckToggled(), and SmartPLDateDialog().
QLabel* SmartPLDateDialog::yearLabel [private] |
Definition at line 282 of file smartplaylist.h.
Referenced by fixedCheckToggled(), nowCheckToggled(), and SmartPLDateDialog().
MythRadioButton* SmartPLDateDialog::fixedRadio [private] |
Definition at line 283 of file smartplaylist.h.
Referenced by getDate(), nowCheckToggled(), SmartPLDateDialog(), and valueChanged().
MythSpinBox* SmartPLDateDialog::daySpinEdit [private] |
Definition at line 284 of file smartplaylist.h.
Referenced by fixedCheckToggled(), getDate(), nowCheckToggled(), setDate(), SmartPLDateDialog(), and valueChanged().
MythSpinBox* SmartPLDateDialog::monthSpinEdit [private] |
Definition at line 285 of file smartplaylist.h.
Referenced by fixedCheckToggled(), getDate(), nowCheckToggled(), setDate(), SmartPLDateDialog(), and valueChanged().
MythSpinBox* SmartPLDateDialog::yearSpinEdit [private] |
Definition at line 286 of file smartplaylist.h.
Referenced by fixedCheckToggled(), getDate(), nowCheckToggled(), setDate(), SmartPLDateDialog(), and valueChanged().
MythRadioButton* SmartPLDateDialog::nowRadio [private] |
Definition at line 288 of file smartplaylist.h.
Referenced by fixedCheckToggled(), nowCheckToggled(), setDate(), SmartPLDateDialog(), and valueChanged().
MythCheckBox* SmartPLDateDialog::addDaysCheck [private] |
Definition at line 290 of file smartplaylist.h.
Referenced by fixedCheckToggled(), nowCheckToggled(), setDate(), SmartPLDateDialog(), and valueChanged().
MythSpinBox* SmartPLDateDialog::addDaysSpinEdit [private] |
Definition at line 291 of file smartplaylist.h.
Referenced by addDaysCheckToggled(), fixedCheckToggled(), nowCheckToggled(), setDate(), SmartPLDateDialog(), and valueChanged().
QLabel* SmartPLDateDialog::statusLabel [private] |
Definition at line 292 of file smartplaylist.h.
Referenced by getDate(), SmartPLDateDialog(), and valueChanged().
QButton* SmartPLDateDialog::cancelButton [private] |
QButton* SmartPLDateDialog::okButton [private] |
Definition at line 295 of file smartplaylist.h.
Referenced by SmartPLDateDialog(), and valueChanged().
1.5.5