|
MythTV
0.26-pre
|
#include <selectdestination.h>
Definition at line 20 of file selectdestination.h.
| SelectDestination::SelectDestination | ( | MythScreenStack * | parent, |
| bool | nativeMode, | ||
| QString | name | ||
| ) |
Definition at line 29 of file selectdestination.cpp.
Definition at line 55 of file selectdestination.cpp.
| bool SelectDestination::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 61 of file selectdestination.cpp.
Referenced by runCreateArchive(), and runCreateDVD().
| bool SelectDestination::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 119 of file selectdestination.cpp.
| void SelectDestination::handleNextPage | ( | void | ) | [slot] |
Definition at line 146 of file selectdestination.cpp.
Referenced by Create().
| void SelectDestination::handlePrevPage | ( | void | ) | [slot] |
Definition at line 168 of file selectdestination.cpp.
Referenced by Create().
| void SelectDestination::handleCancel | ( | void | ) | [slot] |
Definition at line 173 of file selectdestination.cpp.
Referenced by Create().
| void SelectDestination::handleFind | ( | void | ) | [slot] |
Definition at line 301 of file selectdestination.cpp.
Referenced by Create().
| void SelectDestination::filenameEditLostFocus | ( | void | ) | [slot] |
Definition at line 324 of file selectdestination.cpp.
Referenced by Create(), and fileFinderClosed().
| void SelectDestination::setDestination | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 239 of file selectdestination.cpp.
Referenced by Create().
| void SelectDestination::fileFinderClosed | ( | QString | filename | ) | [slot] |
Definition at line 315 of file selectdestination.cpp.
Referenced by handleFind().
| void SelectDestination::loadConfiguration | ( | void | ) | [private] |
Definition at line 178 of file selectdestination.cpp.
Referenced by Create().
| void SelectDestination::saveConfiguration | ( | void | ) | [private] |
Definition at line 213 of file selectdestination.cpp.
Referenced by handleNextPage(), and ~SelectDestination().
bool SelectDestination::m_nativeMode [private] |
Definition at line 47 of file selectdestination.h.
Referenced by handleNextPage(), loadConfiguration(), and saveConfiguration().
Definition at line 49 of file selectdestination.h.
Referenced by filenameEditLostFocus(), handleNextPage(), SelectDestination(), and setDestination().
int SelectDestination::m_freeSpace [private] |
Definition at line 50 of file selectdestination.h.
Referenced by filenameEditLostFocus(), and setDestination().
MythUIButton* SelectDestination::m_nextButton [private] |
Definition at line 52 of file selectdestination.h.
Referenced by Create().
MythUIButton* SelectDestination::m_prevButton [private] |
Definition at line 53 of file selectdestination.h.
Referenced by Create().
MythUIButton* SelectDestination::m_cancelButton [private] |
Definition at line 54 of file selectdestination.h.
Referenced by Create().
Definition at line 56 of file selectdestination.h.
Referenced by Create(), loadConfiguration(), and saveConfiguration().
MythUIText* SelectDestination::m_destinationText [private] |
Definition at line 57 of file selectdestination.h.
Referenced by Create(), and setDestination().
MythUIText* SelectDestination::m_freespaceText [private] |
Definition at line 59 of file selectdestination.h.
Referenced by Create(), filenameEditLostFocus(), and setDestination().
MythUITextEdit* SelectDestination::m_filenameEdit [private] |
Definition at line 61 of file selectdestination.h.
Referenced by Create(), fileFinderClosed(), filenameEditLostFocus(), handleFind(), loadConfiguration(), saveConfiguration(), and setDestination().
MythUIButton* SelectDestination::m_findButton [private] |
Definition at line 62 of file selectdestination.h.
Referenced by Create(), and setDestination().
Definition at line 64 of file selectdestination.h.
Referenced by Create(), loadConfiguration(), and saveConfiguration().
MythUICheckBox* SelectDestination::m_doBurnCheck [private] |
Definition at line 65 of file selectdestination.h.
Referenced by Create(), loadConfiguration(), saveConfiguration(), and setDestination().
Definition at line 66 of file selectdestination.h.
Referenced by Create(), loadConfiguration(), saveConfiguration(), and setDestination().
MythUIText* SelectDestination::m_createISOText [private] |
Definition at line 67 of file selectdestination.h.
MythUIText* SelectDestination::m_doBurnText [private] |
Definition at line 68 of file selectdestination.h.
Referenced by Create(), and setDestination().
MythUIText* SelectDestination::m_eraseDvdRwText [private] |
Definition at line 69 of file selectdestination.h.
Referenced by Create(), and setDestination().
1.7.6.1