|
0.45.0
|
#include <iTaskGenerateThumbnails.h>
Inherits igor::iTask.
Public Member Functions | |
| iTaskGenerateThumbnails (iWindowPtr window) | |
| virtual | ~iTaskGenerateThumbnails ()=default |
| void | abort () override |
Public Member Functions inherited from igor::iTask | |
| iTask (iWindowPtr window=nullptr, uint32 priority=iTask::TASK_PRIORITY_DEFAULT, bool isRepeating=false, iTaskContext taskContext=iTaskContext::Default) | |
| virtual | ~iTask ()=default |
| virtual void | abort () |
| bool | isRunning () |
| iTaskContext | getContext () |
| uint32 | getPriority () |
| void | setPriority (uint32 priority) |
| bool | isRepeating () |
| iTaskID | getID () |
| uint64 | getWorldID () |
| void | setWorldID (uint64 worldID) |
| iWindowPtr | getWindow () |
Protected Member Functions | |
| void | run () override |
Protected Member Functions inherited from igor::iTask | |
| void | setRepeating (bool repeat) |
| virtual void | run ()=0 |
Additional Inherited Members | |
Static Public Attributes inherited from igor::iTask | |
| static const iTaskID | INVALID_TASK_ID = 0 |
| static const uint32 | TASK_PRIORITY_MAX = 0 |
| static const uint32 | TASK_PRIORITY_HIGH = 5 |
| static const uint32 | TASK_PRIORITY_DEFAULT = 10 |
| static const uint32 | TASK_PRIORITY_LOW = 20 |
task that generates thumbnails
| igor::iTaskGenerateThumbnails::iTaskGenerateThumbnails | ( | iWindowPtr | window | ) |
init
|
virtualdefault |
does nothing
|
overridevirtual |
aborts the task
Reimplemented from igor::iTask.
|
overrideprotectedvirtual |
runs the task
Implements igor::iTask.