MythTV  master
Classes | Functions
scanmonitor.h File Reference
#include <QObject>
#include <QEvent>
#include "libmythtv/signalmonitorlistener.h"
Include dependency graph for scanmonitor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScanMonitor
 
class  ScannerEvent
 

Functions

void post_event (QObject *dest, QEvent::Type type, int val)
 Percentage to set to after the first tune. More...
 
void post_event (QObject *dest, QEvent::Type type, const QString &val)
 
void post_event (QObject *dest, QEvent::Type type, int val, Configurable *spp)
 

Function Documentation

◆ post_event() [1/3]

void post_event ( QObject *  dest,
QEvent::Type  type,
int  val 
)

◆ post_event() [2/3]

void post_event ( QObject *  dest,
QEvent::Type  type,
const QString &  val 
)

Definition at line 75 of file scanmonitor.cpp.

◆ post_event() [3/3]

void post_event ( QObject *  dest,
QEvent::Type  type,
int  val,
Configurable *  spp 
)

Definition at line 82 of file scanmonitor.cpp.