#include <invertwindow.h>
Inherits Thread.

Public Member Functions | |
| InvertThread (InvertMain *client) | |
| ~InvertThread () | |
| void | run () |
Data Fields | |
| Mutex | gui_started |
| InvertMain * | client |
| InvertWindow * | window |
Definition at line 13 of file invertwindow.h.
| InvertThread::InvertThread | ( | InvertMain * | client | ) |
| InvertThread::~InvertThread | ( | ) |
| void InvertThread::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 21 of file invertwindow.h.
Definition at line 22 of file invertwindow.h.
Definition at line 23 of file invertwindow.h.
1.5.5