#include <newfolder.h>
Public Member Functions | |
| NewFolderThread (MWindow *mwindow, AWindowGUI *awindow) | |
| ~NewFolderThread () | |
| void | run () |
| int | interrupt () |
| int | start_new_folder () |
Private Attributes | |
| Mutex | change_lock |
| Mutex | completion_lock |
| int | active |
| MWindow * | mwindow |
| AWindowGUI * | awindow |
| NewFolder * | window |
Definition at line 25 of file newfolder.h.
|
||||||||||||
|
Definition at line 56 of file newfolder.C. References active. |
|
|
Definition at line 64 of file newfolder.C. |
|
|
Definition at line 84 of file newfolder.C. References active, change_lock, completion_lock, and window. |
|
|
Definition at line 68 of file newfolder.C. References active, change_lock, completion_lock, NewFolder::get_text(), mwindow, MWindow::new_folder(), and window. |
|
|
Definition at line 101 of file newfolder.C. References active, awindow, change_lock, completion_lock, NewFolder::create_objects(), mwindow, and window. Referenced by AWindowNewFolder::handle_event(). |
|
|
Definition at line 37 of file newfolder.h. Referenced by interrupt(), NewFolderThread(), run(), and start_new_folder(). |
|
|
Definition at line 39 of file newfolder.h. Referenced by start_new_folder(). |
|
|
Definition at line 36 of file newfolder.h. Referenced by interrupt(), run(), and start_new_folder(). |
|
|
Definition at line 36 of file newfolder.h. Referenced by interrupt(), run(), and start_new_folder(). |
|
|
Definition at line 38 of file newfolder.h. Referenced by run(), and start_new_folder(). |
|
|
Definition at line 40 of file newfolder.h. Referenced by interrupt(), run(), and start_new_folder(). |
1.4.4