ReactOS 0.4.16-dev-306-g647d351
|
#include <CProgressDialog.h>
Classes | |
struct | progressMark |
Public Attributes | |
CRITICAL_SECTION | cs |
HWND | hwnd |
DWORD | dwFlags |
DWORD | dwUpdate |
LPWSTR | lines [3] |
LPWSTR | cancelMsg |
LPWSTR | title |
BOOL | isCancelled |
ULONGLONG | ullCompleted |
ULONGLONG | ullTotal |
HWND | hwndDisabledParent |
UINT | clockHand |
progressMark | progressClock [30] |
DWORD | dwStartTime |
Public Attributes inherited from ATL::CComObjectRootBase | |
LONG | m_dwRef |
Additional Inherited Members | |
Public Types inherited from IOleWindow | |
typedef IOleWindow * | LPOLEWINDOW |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Static Public Member Functions inherited from ATL::CComObjectRootBase | |
static void WINAPI | ObjectMain (bool) |
static const struct _ATL_CATMAP_ENTRY * | GetCategoryMap () |
static HRESULT WINAPI | InternalQueryInterface (void *pThis, const _ATL_INTMAP_ENTRY *pEntries, REFIID iid, void **ppvObject) |
Definition at line 24 of file CProgressDialog.h.
CProgressDialog::CProgressDialog | ( | ) |
Definition at line 45 of file CProgressDialog.cpp.
CProgressDialog::~CProgressDialog | ( | ) |
Definition at line 63 of file CProgressDialog.cpp.
Implements IOleWindow.
Definition at line 448 of file CProgressDialog.cpp.
void CProgressDialog::end_dialog | ( | ) |
Definition at line 140 of file CProgressDialog.cpp.
Referenced by StopProgressDialog(), and ~CProgressDialog().
Implements IOleWindow.
Definition at line 440 of file CProgressDialog.cpp.
void CProgressDialog::set_progress_marquee | ( | ) |
Definition at line 102 of file CProgressDialog.cpp.
Definition at line 344 of file CProgressDialog.cpp.
Definition at line 413 of file CProgressDialog.cpp.
|
override |
Definition at line 390 of file CProgressDialog.cpp.
Definition at line 385 of file CProgressDialog.cpp.
|
override |
Definition at line 361 of file CProgressDialog.cpp.
Referenced by SetProgress().
Definition at line 328 of file CProgressDialog.cpp.
|
override |
Definition at line 271 of file CProgressDialog.cpp.
|
override |
Definition at line 318 of file CProgressDialog.cpp.
Definition at line 109 of file CProgressDialog.cpp.
LPWSTR CProgressDialog::cancelMsg |
Definition at line 36 of file CProgressDialog.h.
Referenced by CProgressDialog(), SetCancelMsg(), update_dialog(), and ~CProgressDialog().
UINT CProgressDialog::clockHand |
Definition at line 46 of file CProgressDialog.h.
Referenced by CProgressDialog(), and SetProgress64().
CRITICAL_SECTION CProgressDialog::cs |
Definition at line 31 of file CProgressDialog.h.
Referenced by CProgressDialog(), GetWindow(), SetCancelMsg(), SetLine(), SetProgress64(), SetTitle(), StartProgressDialog(), StopProgressDialog(), and ~CProgressDialog().
DWORD CProgressDialog::dwFlags |
Definition at line 33 of file CProgressDialog.h.
Referenced by StartProgressDialog().
DWORD CProgressDialog::dwStartTime |
Definition at line 52 of file CProgressDialog.h.
Referenced by CProgressDialog().
DWORD CProgressDialog::dwUpdate |
Definition at line 34 of file CProgressDialog.h.
Referenced by SetCancelMsg(), SetLine(), SetProgress64(), SetTitle(), and update_dialog().
HWND CProgressDialog::hwnd |
Definition at line 32 of file CProgressDialog.h.
Referenced by GetWindow(), SetCancelMsg(), SetLine(), SetProgress64(), and SetTitle().
HWND CProgressDialog::hwndDisabledParent |
Definition at line 41 of file CProgressDialog.h.
Referenced by end_dialog(), and StartProgressDialog().
BOOL CProgressDialog::isCancelled |
Definition at line 38 of file CProgressDialog.h.
Referenced by SetCancelMsg(), SetLine(), and update_dialog().
LPWSTR CProgressDialog::lines[3] |
Definition at line 35 of file CProgressDialog.h.
Referenced by CProgressDialog(), SetLine(), update_dialog(), and ~CProgressDialog().
progressMark CProgressDialog::progressClock[30] |
Definition at line 51 of file CProgressDialog.h.
Referenced by CProgressDialog(), and SetProgress64().
LPWSTR CProgressDialog::title |
Definition at line 37 of file CProgressDialog.h.
Referenced by CProgressDialog(), SetTitle(), update_dialog(), and ~CProgressDialog().
ULONGLONG CProgressDialog::ullCompleted |
Definition at line 39 of file CProgressDialog.h.
Referenced by SetProgress64(), and update_dialog().
ULONGLONG CProgressDialog::ullTotal |
Definition at line 40 of file CProgressDialog.h.
Referenced by SetProgress64(), and update_dialog().