Lines Matching refs:NWindows
54 NWindows::NSynchronization::CCriticalSection _cs;
60 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in Get_Stopped()
65 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in Set_Stopped()
72 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in Set_Paused()
78 NWindows::NSynchronization::CCriticalSectionLock lock(_cs); in Set_BytesProgressMode()
103 class CProgressDialog: public NWindows::NControl::CModalDialog
150 NWindows::NControl::CProgressBar m_ProgressBar;
151 NWindows::NControl::CListView _messageList;
212 NWindows::NSynchronization::CManualResetEvent _createDialogEvent;
213 NWindows::NSynchronization::CManualResetEvent _dialogCreatedEvent;
261 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0);