|
MythTV master
|
#include <algorithm>#include <cmath>#include "libmythbase/compat.h"#include "libmythbase/http/mythhttpmetaservice.h"#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythlogging.h"#include "libmythbase/mythversion.h"#include "libmythbase/storagegroup.h"#include "libmythtv/channelgroup.h"#include "libmythtv/channelutil.h"#include "autoexpire.h"#include "scheduler.h"#include "v2artworkInfoList.h"#include "v2castMemberList.h"#include "v2guide.h"Go to the source code of this file.
Functions | |
| Q_GLOBAL_STATIC_WITH_ARGS (MythHTTPMetaService, s_service,(GUIDE_HANDLE, V2Guide::staticMetaObject, &V2Guide::RegisterCustomTypes)) void V2Guide | |
Variables | |
| AutoExpire * | expirer |
| Scheduler * | sched |
| Q_GLOBAL_STATIC_WITH_ARGS | ( | MythHTTPMetaService | , |
| s_service | , | ||
| (GUIDE_HANDLE, V2Guide::staticMetaObject, &V2Guide::RegisterCustomTypes) | |||
| ) |
Definition at line 63 of file v2guide.cpp.
|
extern |