This is the first task for text plugin. It is executed by worker thread once text view is initialized. More...
#include <text_tasks.h>


| Public Member Functions | |
| InitializationTask (TextView *view) | |
| Constructors and destructors. | |
| virtual | ~InitializationTask () | 
| virtual void | execute () | 
| Execute task with task context. | |
This is the first task for text plugin. It is executed by worker thread once text view is initialized.
Definition at line 45 of file text_tasks.h.
| text::InitializationTask::InitializationTask | ( | TextView * | view | ) | 
Constructors and destructors.
Definition at line 36 of file text_tasks.cpp.
| text::InitializationTask::~InitializationTask | ( | ) |  [virtual] | 
Definition at line 41 of file text_tasks.cpp.
| void text::InitializationTask::execute | ( | ) |  [virtual] | 
Execute task with task context.
Implements common::Task.
Definition at line 45 of file text_tasks.cpp.
References text::TextView::initialize().

 1.6.2-20100208
 1.6.2-20100208