#include <bcdelete.h>
Inherits BC_DialogThread.

Public Member Functions | |
| BC_DeleteThread (BC_FileBox *filebox) | |
| void | handle_done_event (int result) |
| BC_Window * | new_gui () |
Data Fields | |
| BC_FileBox * | filebox |
Definition at line 31 of file bcdelete.h.
| BC_DeleteThread::BC_DeleteThread | ( | BC_FileBox * | filebox | ) |
Definition at line 90 of file bcdelete.C.
| void BC_DeleteThread::handle_done_event | ( | int | result | ) | [virtual] |
Reimplemented from BC_DialogThread.
Definition at line 96 of file bcdelete.C.
References BC_FileBox::delete_files(), filebox, BC_WindowBase::lock_window(), and BC_WindowBase::unlock_window().

| BC_Window * BC_DeleteThread::new_gui | ( | ) | [virtual] |
Reimplemented from BC_DialogThread.
Definition at line 106 of file bcdelete.C.
References BC_DeleteFile::create_objects(), filebox, BC_WindowBase::get_abs_cursor_x(), and BC_WindowBase::get_abs_cursor_y().

1.5.5