#include <dvdprobe.h>
Definition at line 159 of file dvdprobe.h.
Public Member Functions | |
| DVDProbe (const QString &dvd_device) | |
| ~DVDProbe () | |
| bool | probe () |
| QString | getName () |
| QPtrList< DVDTitle > * | getTitles () |
| DVDTitle * | getTitle (uint which_one) |
Private Member Functions | |
| void | wipeClean () |
Private Attributes | |
| bool | first_time |
| QString | device |
| dvd_reader_t * | dvd |
| QPtrList< DVDTitle > | titles |
| QString | volume_name |
| DVDProbe::DVDProbe | ( | const QString & | dvd_device | ) |
Definition at line 394 of file dvdprobe.cpp.
| DVDProbe::~DVDProbe | ( | ) |
Definition at line 770 of file dvdprobe.cpp.
| bool DVDProbe::probe | ( | ) |
Definition at line 412 of file dvdprobe.cpp.
Referenced by DiscCheckingThread::run(), and MTD::useDVD().
| QString DVDProbe::getName | ( | void | ) | [inline] |
Definition at line 171 of file dvdprobe.h.
Referenced by MTD::checkDisc(), and MTD::sendMediaReport().
| QPtrList<DVDTitle>* DVDProbe::getTitles | ( | ) | [inline] |
Definition at line 172 of file dvdprobe.h.
Referenced by MTD::checkDisc(), and MTD::sendMediaReport().
| void DVDProbe::wipeClean | ( | ) | [private] |
bool DVDProbe::first_time [private] |
QString DVDProbe::device [private] |
dvd_reader_t* DVDProbe::dvd [private] |
QPtrList<DVDTitle> DVDProbe::titles [private] |
Definition at line 181 of file dvdprobe.h.
Referenced by DVDProbe(), getTitle(), getTitles(), probe(), and wipeClean().
QString DVDProbe::volume_name [private] |
1.5.5