MythTV
master
|
A generator request that is queued. More...
#include <libmythmetadata/imagethumbs.h>
Public Member Functions | |
ThumbTask (QString action, const ImagePtrK &im, int priority=kUrgentPriority, bool notify=false) | |
Construct request for a single image. More... | |
ThumbTask (QString action, ImageListK list, int priority=kUrgentPriority, bool notify=false) | |
Construct request for a list of images/dirs. More... | |
Public Attributes | |
ImageListK | m_images |
Images for thumbnail task. More... | |
QString | m_action |
Request action: Create, delete etc. More... | |
int | m_priority |
Request reason/priority. More... | |
bool | m_notify |
If true, a "THUMBNAIL_CREATED" event is broadcast. More... | |
A generator request that is queued.
Definition at line 41 of file imagethumbs.h.
|
inline |
Construct request for a single image.
action | Request action |
im | Image object that will be deleted. |
priority | Request priority |
notify | If true a 'thumbnail exists' event will be broadcast when done. |
Definition at line 52 of file imagethumbs.h.
|
inline |
Construct request for a list of images/dirs.
Assumes ownership of list contents. Items will be deleted after processing
action | Request action |
list | Image objects that will be deleted. |
priority | Request priority |
notify | If true a 'thumbnail exists' event will be broadcast when done. |
Definition at line 65 of file imagethumbs.h.
ImageListK ThumbTask::m_images |
Images for thumbnail task.
Definition at line 73 of file imagethumbs.h.
QString ThumbTask::m_action |
Request action: Create, delete etc.
Definition at line 75 of file imagethumbs.h.
int ThumbTask::m_priority |
Request reason/priority.
Definition at line 77 of file imagethumbs.h.
bool ThumbTask::m_notify |
If true, a "THUMBNAIL_CREATED" event is broadcast.
Definition at line 79 of file imagethumbs.h.