Public Member Functions | Static Public Member Functions | Private Attributes

AP_Win32Dialog_GenericProgress Class Reference

#include <ap_Win32Dialog_GenericProgress.h>

Inheritance diagram for AP_Win32Dialog_GenericProgress:
AP_Dialog_GenericProgress XAP_Dialog_NonPersistent XAP_Dialog

List of all members.

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_Dialogstatic_constructor (XAP_DialogFactory *pFactory, XAP_Dialog_Id id)
static BOOL CALLBACK s_dlgProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)

Private Attributes

XAP_Win32DialogHelperm_pWin32Dialog
HINSTANCE m_hInstance
HWND m_hWnd
HWND m_hProgress

Constructor & Destructor Documentation

AP_Win32Dialog_GenericProgress::AP_Win32Dialog_GenericProgress ( XAP_DialogFactory pDlgFactory,
XAP_Dialog_Id  id 
)

Member Function Documentation

BOOL AP_Win32Dialog_GenericProgress::_onCommand ( HWND  hWnd,
WPARAM  wParam,
LPARAM  lParam 
)
void AP_Win32Dialog_GenericProgress::close ( bool  cancel = false  )  [virtual]
void AP_Win32Dialog_GenericProgress::runModal ( XAP_Frame pFrame  )  [virtual]
BOOL CALLBACK AP_Win32Dialog_GenericProgress::s_dlgProc ( HWND  hWnd,
UINT  msg,
WPARAM  wParam,
LPARAM  lParam 
) [static]
void AP_Win32Dialog_GenericProgress::setProgress ( UT_uint32  progress  )  [virtual]
XAP_Dialog * AP_Win32Dialog_GenericProgress::static_constructor ( XAP_DialogFactory pFactory,
XAP_Dialog_Id  id 
) [static]

Member Data Documentation


The documentation for this class was generated from the following files: