#include <oilwindow.h>
Inherits Thread.

Public Member Functions | |
| OilThread (OilMain *client) | |
| ~OilThread () | |
| void | run () |
Data Fields | |
| Mutex | gui_started |
| OilMain * | client |
| OilWindow * | window |
Definition at line 13 of file oilwindow.h.
| OilThread::OilThread | ( | OilMain * | client | ) |
Definition at line 9 of file oilwindow.C.
References gui_started, Mutex::lock(), and Thread::synchronous.

| OilThread::~OilThread | ( | ) |
Definition at line 17 of file oilwindow.C.
| void OilThread::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 21 of file oilwindow.C.
References client, OilWindow::create_objects(), gui_started, BC_WindowBase::run_window(), Mutex::unlock(), and window.

1.5.5