|
MythTV
0.26-pre
|
#include <programdata.h>
Public Member Functions | |
| ProgInfo () | |
| ProgInfo (const ProgInfo &other) | |
| uint | InsertDB (MSqlQuery &query, uint chanid) const |
| void | Squeeze (void) |
| ProgInfo & | operator= (const ProgInfo &) |
Public Attributes | |
| QString | channel |
| QString | startts |
| QString | endts |
| QString | stars |
| QString | title_pronounce |
| QString | showtype |
| QString | colorcode |
| QString | clumpidx |
| QString | clumpmax |
Definition at line 219 of file programdata.h.
| ProgInfo::ProgInfo | ( | ) | [inline] |
Definition at line 222 of file programdata.h.
| ProgInfo::ProgInfo | ( | const ProgInfo & | other | ) |
Definition at line 752 of file programdata.cpp.
| uint ProgInfo::InsertDB | ( | MSqlQuery & | query, |
| uint | chanid | ||
| ) | const [virtual] |
Reimplemented from DBEvent.
Definition at line 802 of file programdata.cpp.
| void ProgInfo::Squeeze | ( | void | ) | [virtual] |
Reimplemented from DBEvent.
Definition at line 788 of file programdata.cpp.
Definition at line 758 of file programdata.cpp.
| QString ProgInfo::channel |
Definition at line 245 of file programdata.h.
Referenced by ProgramData::DeleteOverlaps(), nv_python_libs.mashups.mashups_api.Videos::displayTreeView(), nv_python_libs.hulu.hulu_api.Videos::displayTreeView(), nv_python_libs.bbciplayer.bbciplayer_api.Videos::displayTreeView(), nv_python_libs.rev3.rev3_api.Videos::displayTreeView(), nv_python_libs.vimeo.vimeo_api.Videos::getTreeVideos(), nv_python_libs.mtv.mtv_api.Videos::getVideosForURL(), nv_python_libs.youtube.youtube_api.Videos::getVideosForURL(), InsertDB(), operator=(), XMLTVParser::parseFile(), XMLTVParser::parseProgram(), nv_python_libs.mnvsearch.mnvsearch_api.Videos::searchForVideos(), nv_python_libs.mashups.mashups_api.Videos::searchForVideos(), nv_python_libs.tedtalks.tedtalks_api.Videos::searchForVideos(), nv_python_libs.hulu.hulu_api.Videos::searchForVideos(), nv_python_libs.bbciplayer.bbciplayer_api.Videos::searchForVideos(), nv_python_libs.thewb.thewb_api.Videos::searchForVideos(), nv_python_libs.rev3.rev3_api.Videos::searchForVideos(), nv_python_libs.mnvsearch.mnvsearch_api.Videos::searchTitle(), nv_python_libs.hulu.hulu_api.Videos::searchTitle(), nv_python_libs.bbciplayer.bbciplayer_api.Videos::searchTitle(), nv_python_libs.thewb.thewb_api.Videos::searchTitle(), nv_python_libs.youtube.youtube_api.Videos::searchTitle(), nv_python_libs.rev3.rev3_api.Videos::searchTitle(), nv_python_libs.vimeo.vimeo_api.Videos::searchTitle(), and Squeeze().
| QString ProgInfo::startts |
Definition at line 246 of file programdata.h.
Referenced by operator=(), XMLTVParser::parseFile(), XMLTVParser::parseProgram(), and Squeeze().
| QString ProgInfo::endts |
Definition at line 247 of file programdata.h.
Referenced by operator=(), XMLTVParser::parseFile(), XMLTVParser::parseProgram(), and Squeeze().
| QString ProgInfo::stars |
Reimplemented from DBEvent.
Definition at line 248 of file programdata.h.
Referenced by InsertDB(), ProgramData::IsUnchanged(), operator=(), XMLTVParser::parseProgram(), and Squeeze().
| QString ProgInfo::title_pronounce |
Definition at line 249 of file programdata.h.
Referenced by InsertDB(), ProgramData::IsUnchanged(), operator=(), XMLTVParser::parseProgram(), and Squeeze().
| QString ProgInfo::showtype |
Definition at line 250 of file programdata.h.
Referenced by InsertDB(), ProgramData::IsUnchanged(), operator=(), and Squeeze().
| QString ProgInfo::colorcode |
Definition at line 251 of file programdata.h.
Referenced by InsertDB(), ProgramData::IsUnchanged(), operator=(), and Squeeze().
| QString ProgInfo::clumpidx |
Definition at line 252 of file programdata.h.
Referenced by operator=(), XMLTVParser::parseFile(), XMLTVParser::parseProgram(), and Squeeze().
| QString ProgInfo::clumpmax |
Definition at line 253 of file programdata.h.
Referenced by operator=(), XMLTVParser::parseFile(), XMLTVParser::parseProgram(), and Squeeze().
1.7.6.1