#include <videoscan.h>
Public Member Functions | |
| VideoScanChanges (QList< int > adds, QList< int > movs, QList< int >dels) | |
| ~VideoScanChanges () | |
Public Attributes | |
| QList< int > | additions |
| QList< int > | moved |
| QList< int > | deleted |
Static Public Attributes | |
| static Type | kEventType |
Definition at line 43 of file videoscan.h.
| VideoScanChanges::VideoScanChanges | ( | QList< int > | adds, | |
| QList< int > | movs, | |||
| QList< int > | dels | |||
| ) | [inline] |
Definition at line 46 of file videoscan.h.
| VideoScanChanges::~VideoScanChanges | ( | ) | [inline] |
Definition at line 50 of file videoscan.h.
| QList<int> VideoScanChanges::additions |
Definition at line 52 of file videoscan.h.
Referenced by MetadataFactory::customEvent().
| QList<int> VideoScanChanges::moved |
Definition at line 53 of file videoscan.h.
Referenced by MetadataFactory::customEvent().
| QList<int> VideoScanChanges::deleted |
Definition at line 54 of file videoscan.h.
Referenced by MetadataFactory::customEvent().
QEvent::Type VideoScanChanges::kEventType [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 56 of file videoscan.h.
Referenced by MetadataFactory::customEvent().
1.6.3