MythTV
master
mythplugins
mythnews
mythnews
newsdbutil.h
Go to the documentation of this file.
1
#ifndef NEWSDBUTIL_H_
2
#define NEWSDBUTIL_H_
3
4
class
QString;
5
class
NewsSiteItem
;
6
7
bool
findInDB
(
const
QString &name);
8
bool
insertInDB
(
NewsSiteItem
*site);
9
bool
insertInDB
(
const
QString &name,
const
QString &url,
10
const
QString &icon,
const
QString &category,
11
bool
podcast);
12
13
bool
removeFromDB
(
NewsSiteItem
*site);
14
bool
removeFromDB
(
const
QString &name);
15
16
#endif
removeFromDB
bool removeFromDB(NewsSiteItem *site)
Definition:
newsdbutil.cpp:52
findInDB
bool findInDB(const QString &name)
Definition:
newsdbutil.cpp:8
NewsSiteItem
Definition:
newssite.h:27
insertInDB
bool insertInDB(NewsSiteItem *site)
Definition:
newsdbutil.cpp:21
Generated on Tue May 30 2023 03:19:32 for MythTV by
1.8.17