MythTV  master
Macros | Functions
newssite.cpp File Reference
#include <QFile>
#include <libmythbase/mythdate.h>
#include <libmythbase/mythdirs.h>
#include <libmythbase/mythdownloadmanager.h>
#include <libmythbase/mythevent.h>
#include <libmythbase/mythlogging.h>
#include <libmythbase/mythsorthelper.h>
#include "newssite.h"
Include dependency graph for newssite.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("NewsSite: ")
 
#define LOC_WARN   QString("NewsSite, Warning: ")
 
#define LOC_ERR   QString("NewsSite, Error: ")
 

Functions

static bool isImage (const QString &mimeType)
 
static bool isVideo (const QString &mimeType)
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("NewsSite: ")

Definition at line 15 of file newssite.cpp.

◆ LOC_WARN

#define LOC_WARN   QString("NewsSite, Warning: ")

Definition at line 16 of file newssite.cpp.

◆ LOC_ERR

#define LOC_ERR   QString("NewsSite, Error: ")

Definition at line 17 of file newssite.cpp.

Function Documentation

◆ isImage()

static bool isImage ( const QString &  mimeType)
static

Definition at line 291 of file newssite.cpp.

Referenced by NewsSite::parseRSS().

◆ isVideo()

static bool isVideo ( const QString &  mimeType)
static

Definition at line 298 of file newssite.cpp.

Referenced by main(), and NewsSite::parseRSS().