|
MythTV
0.26-pre
|
#include <smartplaylist.h>
Signals | |
| void | dateChanged (QString date) |
Public Member Functions | |
| SmartPLDateDialog (MythScreenStack *parent) | |
| ~SmartPLDateDialog () | |
| bool | Create (void) |
| QString | getDate (void) |
| void | setDate (QString date) |
Protected Slots | |
| void | okPressed (void) |
| void | fixedCheckToggled (bool on) |
| void | nowCheckToggled (bool on) |
| void | valueChanged (void) |
Private Attributes | |
| bool | m_updating |
| MythUICheckBox * | m_fixedRadio |
| MythUISpinBox * | m_daySpin |
| MythUISpinBox * | m_monthSpin |
| MythUISpinBox * | m_yearSpin |
| MythUICheckBox * | m_nowRadio |
| MythUISpinBox * | m_addDaysSpin |
| MythUIText * | m_statusText |
| MythUIButton * | m_cancelButton |
| MythUIButton * | m_okButton |
Definition at line 273 of file smartplaylist.h.
| SmartPLDateDialog::SmartPLDateDialog | ( | MythScreenStack * | parent | ) |
Definition at line 2383 of file smartplaylist.cpp.
Definition at line 2444 of file smartplaylist.cpp.
| bool SmartPLDateDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 2393 of file smartplaylist.cpp.
Referenced by CriteriaRowEditor::editDate().
| QString SmartPLDateDialog::getDate | ( | void | ) |
Definition at line 2448 of file smartplaylist.cpp.
Referenced by okPressed().
| void SmartPLDateDialog::setDate | ( | QString | date | ) |
Definition at line 2470 of file smartplaylist.cpp.
Referenced by CriteriaRowEditor::editDate().
| void SmartPLDateDialog::dateChanged | ( | QString | date | ) | [signal] |
Referenced by okPressed().
| void SmartPLDateDialog::okPressed | ( | void | ) | [protected, slot] |
Definition at line 2548 of file smartplaylist.cpp.
Referenced by Create().
| void SmartPLDateDialog::fixedCheckToggled | ( | bool | on | ) | [protected, slot] |
Definition at line 2511 of file smartplaylist.cpp.
| void SmartPLDateDialog::nowCheckToggled | ( | bool | on | ) | [protected, slot] |
Definition at line 2529 of file smartplaylist.cpp.
| void SmartPLDateDialog::valueChanged | ( | void | ) | [protected, slot] |
Definition at line 2557 of file smartplaylist.cpp.
Referenced by Create(), fixedCheckToggled(), and nowCheckToggled().
bool SmartPLDateDialog::m_updating [private] |
Definition at line 298 of file smartplaylist.h.
Referenced by fixedCheckToggled(), nowCheckToggled(), and SmartPLDateDialog().
MythUICheckBox* SmartPLDateDialog::m_fixedRadio [private] |
Definition at line 300 of file smartplaylist.h.
Referenced by Create(), getDate(), nowCheckToggled(), setDate(), and valueChanged().
MythUISpinBox* SmartPLDateDialog::m_daySpin [private] |
Definition at line 301 of file smartplaylist.h.
Referenced by Create(), fixedCheckToggled(), getDate(), nowCheckToggled(), setDate(), and valueChanged().
MythUISpinBox* SmartPLDateDialog::m_monthSpin [private] |
Definition at line 302 of file smartplaylist.h.
Referenced by Create(), fixedCheckToggled(), getDate(), nowCheckToggled(), setDate(), and valueChanged().
MythUISpinBox* SmartPLDateDialog::m_yearSpin [private] |
Definition at line 303 of file smartplaylist.h.
Referenced by Create(), fixedCheckToggled(), getDate(), nowCheckToggled(), setDate(), and valueChanged().
MythUICheckBox* SmartPLDateDialog::m_nowRadio [private] |
Definition at line 305 of file smartplaylist.h.
Referenced by Create(), fixedCheckToggled(), setDate(), and valueChanged().
MythUISpinBox* SmartPLDateDialog::m_addDaysSpin [private] |
Definition at line 306 of file smartplaylist.h.
Referenced by Create(), fixedCheckToggled(), nowCheckToggled(), setDate(), and valueChanged().
MythUIText* SmartPLDateDialog::m_statusText [private] |
Definition at line 308 of file smartplaylist.h.
Referenced by Create(), getDate(), and valueChanged().
MythUIButton* SmartPLDateDialog::m_cancelButton [private] |
Definition at line 310 of file smartplaylist.h.
Referenced by Create().
MythUIButton* SmartPLDateDialog::m_okButton [private] |
Definition at line 311 of file smartplaylist.h.
Referenced by Create(), and valueChanged().
1.7.6.1