MythTV
master
|
Go to the source code of this file.
Functions | |
bool | findInDB (const QString &name) |
bool | insertInDB (NewsSiteItem *site) |
bool | insertInDB (const QString &name, const QString &url, const QString &icon, const QString &category, bool podcast) |
bool | removeFromDB (NewsSiteItem *site) |
bool | removeFromDB (const QString &name) |
bool findInDB | ( | const QString & | name | ) |
Definition at line 8 of file newsdbutil.cpp.
Referenced by insertInDB().
bool insertInDB | ( | NewsSiteItem * | site | ) |
Definition at line 21 of file newsdbutil.cpp.
Referenced by insertInDB().
bool insertInDB | ( | const QString & | name, |
const QString & | url, | ||
const QString & | icon, | ||
const QString & | category, | ||
bool | podcast | ||
) |
Definition at line 29 of file newsdbutil.cpp.
bool removeFromDB | ( | NewsSiteItem * | site | ) |
Definition at line 52 of file newsdbutil.cpp.
Referenced by removeFromDB().
bool removeFromDB | ( | const QString & | name | ) |
Definition at line 59 of file newsdbutil.cpp.