#include <ap_Win32Dialog_GenericProgress.h>
Public Member Functions | |
| AP_Win32Dialog_GenericProgress (XAP_DialogFactory *pDlgFactory, XAP_Dialog_Id id) | |
| void | runModal (XAP_Frame *pFrame) |
| BOOL | _onInitDialog (HWND hWnd, WPARAM wParam, LPARAM lParam) |
| BOOL | _onCommand (HWND hWnd, WPARAM wParam, LPARAM lParam) |
| virtual void | close (bool cancel=false) |
| virtual void | setProgress (UT_uint32 progress) |
Static Public Member Functions | |
| static XAP_Dialog * | static_constructor (XAP_DialogFactory *pFactory, XAP_Dialog_Id id) |
| static BOOL CALLBACK | s_dlgProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
Private Attributes | |
| XAP_Win32DialogHelper * | m_pWin32Dialog |
| HINSTANCE | m_hInstance |
| HWND | m_hWnd |
| HWND | m_hProgress |
| AP_Win32Dialog_GenericProgress::AP_Win32Dialog_GenericProgress | ( | XAP_DialogFactory * | pDlgFactory, | |
| XAP_Dialog_Id | id | |||
| ) |
References AbiCollabSessionManager::getManager(), and m_hInstance.
Referenced by static_constructor().
| BOOL AP_Win32Dialog_GenericProgress::_onCommand | ( | HWND | hWnd, | |
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) |
References AP_Dialog_GenericProgress::m_answer.
Referenced by s_dlgProc().
| BOOL AP_Win32Dialog_GenericProgress::_onInitDialog | ( | HWND | hWnd, | |
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) |
| void AP_Win32Dialog_GenericProgress::close | ( | bool | cancel = false |
) | [virtual] |
Implements AP_Dialog_GenericProgress.
References AP_Dialog_GenericProgress::a_CANCEL, AP_Dialog_GenericProgress::m_answer, m_hWnd, UT_DEBUGMSG, and UT_return_if_fail.
| void AP_Win32Dialog_GenericProgress::runModal | ( | XAP_Frame * | pFrame | ) | [virtual] |
Implements AP_Dialog_GenericProgress.
References XAP_Frame::getFrameImpl(), AP_Dialog_GenericProgress::m_answer, m_hInstance, s_dlgProc(), this, UT_DEBUGMSG, and UT_return_if_fail.
| BOOL CALLBACK AP_Win32Dialog_GenericProgress::s_dlgProc | ( | HWND | hWnd, | |
| UINT | msg, | |||
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) | [static] |
References _onCommand(), _onInitDialog(), DELETEP, m_pWin32Dialog, and UT_return_val_if_fail.
Referenced by runModal().
| void AP_Win32Dialog_GenericProgress::setProgress | ( | UT_uint32 | progress | ) | [virtual] |
Implements AP_Dialog_GenericProgress.
References m_hProgress, UT_DEBUGMSG, and UT_return_if_fail.
| XAP_Dialog * AP_Win32Dialog_GenericProgress::static_constructor | ( | XAP_DialogFactory * | pFactory, | |
| XAP_Dialog_Id | id | |||
| ) | [static] |
References AP_Win32Dialog_GenericProgress().
HINSTANCE AP_Win32Dialog_GenericProgress::m_hInstance [private] |
Referenced by _onInitDialog(), AP_Win32Dialog_GenericProgress(), and runModal().
HWND AP_Win32Dialog_GenericProgress::m_hProgress [private] |
Referenced by _onInitDialog(), and setProgress().
HWND AP_Win32Dialog_GenericProgress::m_hWnd [private] |
Referenced by _onInitDialog(), and close().
Referenced by _onInitDialog(), and s_dlgProc().
1.7.1