MythTV  master
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
VideoScanChanges Class Reference

#include <videoscan.h>

Inheritance diagram for VideoScanChanges:
Inheritance graph
[legend]
Collaboration diagram for VideoScanChanges:
Collaboration graph
[legend]

Public Member Functions

 VideoScanChanges (QList< int > adds, QList< int > movs, QList< int >dels)
 
 ~VideoScanChanges () override=default
 

Public Attributes

QList< int > m_additions
 
QList< int > m_moved
 
QList< int > m_deleted
 

Static Public Attributes

static const Type kEventType
 

Detailed Description

Definition at line 44 of file videoscan.h.

Constructor & Destructor Documentation

◆ VideoScanChanges()

VideoScanChanges::VideoScanChanges ( QList< int >  adds,
QList< int >  movs,
QList< int >  dels 
)
inline

Definition at line 47 of file videoscan.h.

◆ ~VideoScanChanges()

VideoScanChanges::~VideoScanChanges ( )
overridedefault

Member Data Documentation

◆ m_additions

QList<int> VideoScanChanges::m_additions

Definition at line 53 of file videoscan.h.

Referenced by MetadataFactory::customEvent().

◆ m_moved

QList<int> VideoScanChanges::m_moved

Definition at line 54 of file videoscan.h.

◆ m_deleted

QList<int> VideoScanChanges::m_deleted

Definition at line 55 of file videoscan.h.

◆ kEventType

const QEvent::Type VideoScanChanges::kEventType
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 57 of file videoscan.h.

Referenced by MetadataFactory::customEvent().


The documentation for this class was generated from the following files: