#include <dvdripbox.h>

Definition at line 77 of file dvdripbox.h.
| typedef QValueVector<int> DVDRipBox::IntVector |
Definition at line 84 of file dvdripbox.h.
| DVDRipBox::DVDRipBox | ( | MythMainWindow * | parent, | |
| QString | window_name, | |||
| QString | dev, | |||
| QString | theme_filename, | |||
| const char * | name = 0 | |||
| ) |
Definition at line 77 of file dvdripbox.cpp.
| DVDRipBox::~DVDRipBox | ( | void | ) |
Definition at line 1060 of file dvdripbox.cpp.
| void DVDRipBox::connectToMtd | ( | bool | try_to_run_mtd | ) |
| void DVDRipBox::keyPressEvent | ( | QKeyEvent * | e | ) |
| void DVDRipBox::connectionError | ( | int | error_id | ) | [slot] |
| void DVDRipBox::connectionMade | ( | ) | [slot] |
| void DVDRipBox::connectionClosed | ( | ) | [slot] |
| void DVDRipBox::readFromServer | ( | ) | [slot] |
| void DVDRipBox::parseTokens | ( | QStringList | tokens | ) | [slot] |
| void DVDRipBox::sendToServer | ( | const QString & | some_text | ) | [slot] |
Definition at line 464 of file dvdripbox.cpp.
Referenced by cancelJob(), checkDisc(), connectionMade(), and pollStatus().
| void DVDRipBox::startStatusPolling | ( | ) | [slot] |
Definition at line 496 of file dvdripbox.cpp.
Referenced by cancelJob(), goRipScreen(), and parseTokens().
| void DVDRipBox::stopStatusPolling | ( | ) | [slot] |
Definition at line 501 of file dvdripbox.cpp.
Referenced by cancelJob(), connectionClosed(), and goRipScreen().
| void DVDRipBox::pollStatus | ( | ) | [slot] |
| void DVDRipBox::handleStatus | ( | QStringList | tokens | ) | [slot] |
| void DVDRipBox::handleMedia | ( | QStringList | tokens | ) | [slot] |
| void DVDRipBox::setOverallJobStatus | ( | int | job_number, | |
| double | status, | |||
| QString | title | |||
| ) | [slot] |
| void DVDRipBox::setSubJobStatus | ( | int | job_number, | |
| double | status, | |||
| QString | subjob_string | |||
| ) | [slot] |
| void DVDRipBox::adjustJobs | ( | uint | new_number | ) | [slot] |
| void DVDRipBox::nextJob | ( | ) | [slot] |
| void DVDRipBox::prevJob | ( | ) | [slot] |
| void DVDRipBox::goToJob | ( | int | which_job | ) | [slot] |
| void DVDRipBox::showCurrentJob | ( | ) | [slot] |
Definition at line 516 of file dvdripbox.cpp.
Referenced by cancelJob(), goRipScreen(), goToJob(), handleStatus(), nextJob(), and prevJob().
| void DVDRipBox::goRipScreen | ( | ) | [slot] |
| void DVDRipBox::checkDisc | ( | ) | [slot] |
| void DVDRipBox::cancelJob | ( | ) | [slot] |
| void DVDRipBox::toggleCancel | ( | ) | [slot] |
| void DVDRipBox::wireUpTheme | ( | void | ) | [private] |
| void DVDRipBox::createSocket | ( | ) | [private] |
QSocket* DVDRipBox::client_socket [private] |
Definition at line 124 of file dvdripbox.h.
Referenced by connectionClosed(), connectToMtd(), createSocket(), DVDRipBox(), goRipScreen(), readFromServer(), sendToServer(), and ~DVDRipBox().
QTimer* DVDRipBox::status_timer [private] |
Definition at line 125 of file dvdripbox.h.
Referenced by DVDRipBox(), startStatusPolling(), and stopStatusPolling().
bool DVDRipBox::tried_mtd [private] |
bool DVDRipBox::connected [private] |
Definition at line 127 of file dvdripbox.h.
Referenced by checkDisc(), connectionClosed(), connectionMade(), createSocket(), DVDRipBox(), and sendToServer().
bool DVDRipBox::first_time_through [private] |
bool DVDRipBox::have_disc [private] |
Definition at line 129 of file dvdripbox.h.
Referenced by checkDisc(), connectionClosed(), DVDRipBox(), handleMedia(), handleStatus(), and keyPressEvent().
bool DVDRipBox::first_disc_found [private] |
bool DVDRipBox::block_media_requests [private] |
Definition at line 131 of file dvdripbox.h.
Referenced by checkDisc(), DVDRipBox(), goRipScreen(), and handleMedia().
QPtrList<MTDJob> DVDRipBox::jobs [private] |
Definition at line 132 of file dvdripbox.h.
Referenced by adjustJobs(), cancelJob(), DVDRipBox(), setOverallJobStatus(), setSubJobStatus(), showCurrentJob(), and ~DVDRipBox().
uint DVDRipBox::numb_jobs [private] |
Definition at line 133 of file dvdripbox.h.
Referenced by adjustJobs(), DVDRipBox(), goToJob(), handleStatus(), nextJob(), and showCurrentJob().
int DVDRipBox::current_job [private] |
Definition at line 134 of file dvdripbox.h.
Referenced by adjustJobs(), cancelJob(), DVDRipBox(), goToJob(), nextJob(), prevJob(), and showCurrentJob().
bool DVDRipBox::ignore_cancels [private] |
Definition at line 135 of file dvdripbox.h.
Referenced by adjustJobs(), cancelJob(), DVDRipBox(), and toggleCancel().
QString DVDRipBox::m_device [private] |
DVDInfo* DVDRipBox::dvd_info [private] |
> The most recent usable DVD drive
Definition at line 138 of file dvdripbox.h.
Referenced by DVDRipBox(), goRipScreen(), and handleMedia().
QTimer* DVDRipBox::disc_checking_timer [private] |
UITextType* DVDRipBox::warning_text [private] |
Definition at line 145 of file dvdripbox.h.
Referenced by connectionClosed(), connectionError(), goRipScreen(), handleStatus(), and wireUpTheme().
UITextType* DVDRipBox::overall_text [private] |
UITextType* DVDRipBox::job_text [private] |
UITextType* DVDRipBox::numb_jobs_text [private] |
UITextType* DVDRipBox::nodvd_text [private] |
UIStatusBarType* DVDRipBox::overall_status [private] |
UIStatusBarType* DVDRipBox::job_status [private] |
UIPushButtonType* DVDRipBox::nextjob_button [private] |
UIPushButtonType* DVDRipBox::prevjob_button [private] |
UITextButtonType* DVDRipBox::ripscreen_button [private] |
Definition at line 154 of file dvdripbox.h.
Referenced by checkDisc(), connectionClosed(), handleMedia(), keyPressEvent(), and wireUpTheme().
UITextButtonType* DVDRipBox::cancel_button [private] |
Definition at line 155 of file dvdripbox.h.
Referenced by connectionClosed(), handleStatus(), keyPressEvent(), and wireUpTheme().
1.5.5