MythTV  master
Functions
newsdbutil.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ findInDB()

bool findInDB ( const QString &  name)

Definition at line 8 of file newsdbutil.cpp.

Referenced by insertInDB().

◆ insertInDB() [1/2]

bool insertInDB ( NewsSiteItem site)

Definition at line 21 of file newsdbutil.cpp.

Referenced by insertInDB().

◆ insertInDB() [2/2]

bool insertInDB ( const QString &  name,
const QString &  url,
const QString &  icon,
const QString &  category,
bool  podcast 
)

Definition at line 29 of file newsdbutil.cpp.

◆ removeFromDB() [1/2]

bool removeFromDB ( NewsSiteItem site)

Definition at line 52 of file newsdbutil.cpp.

Referenced by removeFromDB().

◆ removeFromDB() [2/2]

bool removeFromDB ( const QString &  name)

Definition at line 59 of file newsdbutil.cpp.