|
MythTV
0.26-pre
|
#include <netgrabbermanager.h>
Public Types | |
| typedef QList< GrabberScript * > | scriptList |
Signals | |
| void | finished (void) |
Public Member Functions | |
| GrabberScript (const QString &title, const QString &image, const ArticleType &type, const QString &author, const bool &search, const bool &tree, const QString &description, const QString &commandline, const double &version) | |
| ~GrabberScript () | |
| const QString & | GetTitle () const |
| const QString & | GetImage () const |
| const ArticleType & | GetType () const |
| const QString & | GetAuthor () const |
| const bool & | GetSearch () const |
| const bool & | GetTree () const |
| const QString & | GetDescription () const |
| const QString & | GetCommandline () const |
| const double & | GetVersion () const |
| virtual void | run (void) |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
Private Member Functions | |
| void | parseDBTree (const QString &feedtitle, const QString &path, const QString &pathThumb, QDomElement &domElem, const ArticleType &type) |
Private Attributes | |
| QMutex | m_lock |
| QString | m_title |
| QString | m_image |
| ArticleType | m_type |
| QString | m_author |
| bool | m_search |
| bool | m_tree |
| QString | m_description |
| QString | m_commandline |
| double | m_version |
Definition at line 16 of file netgrabbermanager.h.
| typedef QList<GrabberScript *> GrabberScript::scriptList |
Definition at line 46 of file netgrabbermanager.h.
| GrabberScript::GrabberScript | ( | const QString & | title, |
| const QString & | image, | ||
| const ArticleType & | type, | ||
| const QString & | author, | ||
| const bool & | search, | ||
| const bool & | tree, | ||
| const QString & | description, | ||
| const QString & | commandline, | ||
| const double & | version | ||
| ) |
Definition at line 23 of file netgrabbermanager.cpp.
Definition at line 41 of file netgrabbermanager.cpp.
| const QString& GrabberScript::GetTitle | ( | ) | const [inline] |
Definition at line 34 of file netgrabbermanager.h.
Referenced by insertSearchInDB(), insertTreeInDB(), and GrabberDownloadThread::run().
| const QString& GrabberScript::GetImage | ( | ) | const [inline] |
Definition at line 35 of file netgrabbermanager.h.
Referenced by insertSearchInDB(), and insertTreeInDB().
| const ArticleType& GrabberScript::GetType | ( | ) | const [inline] |
Definition at line 36 of file netgrabbermanager.h.
Referenced by run().
| const QString& GrabberScript::GetAuthor | ( | ) | const [inline] |
Definition at line 37 of file netgrabbermanager.h.
Referenced by insertSearchInDB(), and insertTreeInDB().
| const bool& GrabberScript::GetSearch | ( | ) | const [inline] |
Definition at line 38 of file netgrabbermanager.h.
| const bool& GrabberScript::GetTree | ( | ) | const [inline] |
Definition at line 39 of file netgrabbermanager.h.
| const QString& GrabberScript::GetDescription | ( | ) | const [inline] |
Definition at line 40 of file netgrabbermanager.h.
Referenced by insertSearchInDB(), and insertTreeInDB().
| const QString& GrabberScript::GetCommandline | ( | ) | const [inline] |
Definition at line 41 of file netgrabbermanager.h.
Referenced by insertSearchInDB(), insertTreeInDB(), lastUpdate(), markTreeUpdated(), removeSearchFromDB(), removeTreeFromDB(), and TreeEditor::toggleItem().
| const double& GrabberScript::GetVersion | ( | ) | const [inline] |
Definition at line 42 of file netgrabbermanager.h.
Referenced by insertSearchInDB(), and insertTreeInDB().
| void GrabberScript::run | ( | void | ) | [virtual] |
Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
Reimplemented from MThread.
Definition at line 46 of file netgrabbermanager.cpp.
Referenced by GrabberDownloadThread::run().
| void GrabberScript::finished | ( | void | ) | [signal] |
Referenced by run(), and NetTree::updateRSS().
| void GrabberScript::parseDBTree | ( | const QString & | feedtitle, |
| const QString & | path, | ||
| const QString & | pathThumb, | ||
| QDomElement & | domElem, | ||
| const ArticleType & | type | ||
| ) | [private] |
Definition at line 95 of file netgrabbermanager.cpp.
Referenced by run().
QMutex GrabberScript::m_lock [mutable, private] |
Definition at line 57 of file netgrabbermanager.h.
Referenced by parseDBTree(), and run().
QString GrabberScript::m_title [private] |
Definition at line 59 of file netgrabbermanager.h.
Referenced by GrabberScript(), and run().
QString GrabberScript::m_image [private] |
Definition at line 60 of file netgrabbermanager.h.
Referenced by GrabberScript().
ArticleType GrabberScript::m_type [private] |
Definition at line 61 of file netgrabbermanager.h.
Referenced by GrabberScript().
QString GrabberScript::m_author [private] |
Definition at line 62 of file netgrabbermanager.h.
Referenced by GrabberScript().
bool GrabberScript::m_search [private] |
Definition at line 63 of file netgrabbermanager.h.
Referenced by GrabberScript().
bool GrabberScript::m_tree [private] |
Definition at line 64 of file netgrabbermanager.h.
Referenced by GrabberScript().
QString GrabberScript::m_description [private] |
Definition at line 65 of file netgrabbermanager.h.
Referenced by GrabberScript().
QString GrabberScript::m_commandline [private] |
Definition at line 66 of file netgrabbermanager.h.
Referenced by GrabberScript(), and run().
double GrabberScript::m_version [private] |
Definition at line 67 of file netgrabbermanager.h.
Referenced by GrabberScript().
1.7.6.1