kget
MmsThread Class Reference
#include <mmsthread.h>
Inheritance diagram for MmsThread:
Signals | |
void | signIsConnected (bool connected) |
void | signReading (int data, int m_end, int m_begin) |
Public Member Functions | |
MmsThread (const QString &url, const QString &name, int begin, int end) | |
void | run () |
void | stop () |
Detailed Description
Definition at line 29 of file mmsthread.h.
Constructor & Destructor Documentation
MmsThread::MmsThread | ( | const QString & | url, |
const QString & | name, | ||
int | begin, | ||
int | end | ||
) |
Definition at line 22 of file mmsthread.cpp.
Member Function Documentation
void MmsThread::run | ( | ) |
Seems that some times mmsx_read not read well.
Opening the file for write the information.
Connecting to the url
If the connections result succefull it start the download.
Writing the readed to the file
Writing the readed to the file
If the connections not result succefully then stop all the download
Definition at line 31 of file mmsthread.cpp.
|
signal |
|
signal |
void MmsThread::stop | ( | ) |
Definition at line 86 of file mmsthread.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.