#include <titledialog.h>

Definition at line 22 of file titledialog.h.
| TitleDialog::TitleDialog | ( | QSocket * | a_socket, | |
| QString | d_name, | |||
| QPtrList< DVDTitleInfo > * | titles, | |||
| MythMainWindow * | parent, | |||
| QString | window_name, | |||
| QString | theme_filename, | |||
| const char * | name = 0 | |||
| ) |
Definition at line 24 of file titledialog.cpp.
| TitleDialog::~TitleDialog | ( | ) |
Definition at line 507 of file titledialog.cpp.
| void TitleDialog::keyPressEvent | ( | QKeyEvent * | e | ) |
| void TitleDialog::showCurrentTitle | ( | ) | [slot] |
Definition at line 81 of file titledialog.cpp.
Referenced by gotoTitle(), nextTitle(), prevTitle(), and TitleDialog().
| void TitleDialog::viewTitle | ( | ) | [slot] |
| void TitleDialog::nextTitle | ( | ) | [slot] |
| void TitleDialog::prevTitle | ( | ) | [slot] |
| void TitleDialog::gotoTitle | ( | uint | title_number | ) | [slot] |
| void TitleDialog::toggleTitle | ( | bool | on_or_off | ) | [slot] |
| void TitleDialog::changeName | ( | QString | new_name | ) | [slot] |
| void TitleDialog::setAudio | ( | int | audio_index | ) | [slot] |
| void TitleDialog::setQuality | ( | int | which_quality | ) | [slot] |
| void TitleDialog::setSubTitle | ( | int | which_subtitle | ) | [slot] |
| void TitleDialog::toggleAC3 | ( | bool | on_or_off | ) | [slot] |
| void TitleDialog::ripTitles | ( | ) | [slot] |
| void TitleDialog::wireUpTheme | ( | void | ) | [private] |
QTimer* TitleDialog::check_dvd_timer [private] |
Definition at line 59 of file titledialog.h.
QString TitleDialog::disc_name [private] |
QPtrList<DVDTitleInfo>* TitleDialog::dvd_titles [private] |
Definition at line 61 of file titledialog.h.
Referenced by gotoTitle(), nextTitle(), prevTitle(), ripTitles(), showCurrentTitle(), TitleDialog(), and toggleTitle().
DVDTitleInfo* TitleDialog::current_title [private] |
Definition at line 62 of file titledialog.h.
Referenced by changeName(), gotoTitle(), nextTitle(), prevTitle(), setAudio(), setQuality(), setSubTitle(), showCurrentTitle(), TitleDialog(), toggleAC3(), toggleTitle(), and viewTitle().
QSocket* TitleDialog::socket_to_mtd [private] |
UIRemoteEditType* TitleDialog::name_editor [private] |
Definition at line 69 of file titledialog.h.
Referenced by showCurrentTitle(), TitleDialog(), wireUpTheme(), and ~TitleDialog().
UISelectorType* TitleDialog::audio_select [private] |
UISelectorType* TitleDialog::quality_select [private] |
UISelectorType* TitleDialog::subtitle_select [private] |
UICheckBoxType* TitleDialog::ripcheck [private] |
UICheckBoxType* TitleDialog::ripacthree [private] |
UITextType* TitleDialog::playlength_text [private] |
UITextType* TitleDialog::numb_titles_text [private] |
UIPushButtonType* TitleDialog::view_button [private] |
UIPushButtonType* TitleDialog::next_title_button [private] |
UIPushButtonType* TitleDialog::prev_title_button [private] |
UITextButtonType* TitleDialog::ripaway_button [private] |
1.5.5