Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes

AP_Win32Dialog_Spell Class Reference

#include <ap_Win32Dialog_Spell.h>

Inheritance diagram for AP_Win32Dialog_Spell:
AP_Dialog_Spell XAP_Dialog_NonPersistent XAP_Dialog

List of all members.

Public Member Functions

 AP_Win32Dialog_Spell (XAP_DialogFactory *pDlgFactory, XAP_Dialog_Id id)
virtual ~AP_Win32Dialog_Spell (void)
virtual void runModal (XAP_Frame *pFrame)

Static Public Member Functions

static XAP_Dialogstatic_constructor (XAP_DialogFactory *, XAP_Dialog_Id id)
static BOOL CALLBACK s_dlgProc (HWND, UINT, WPARAM, LPARAM)

Protected Member Functions

BOOL _onInitDialog (HWND hWnd, WPARAM wParam, LPARAM lParam)
BOOL _onCommand (HWND hWnd, WPARAM wParam, LPARAM lParam)
void _toggleChangeButtons (bool bEnable) const
void _showMisspelledWord (void)
void _suggestChange (void)
void _change (void)
void _changeAll (void)
void _tryAgain (void)

Protected Attributes

HWND m_hwndDlg
HWND m_hwndSentence
HWND m_hwndChangeTo
HWND m_hwndSuggest
BOOL m_bChangingSelection
UT_sint32 m_iWordOffsetInSentence

Constructor & Destructor Documentation

AP_Win32Dialog_Spell::AP_Win32Dialog_Spell ( XAP_DialogFactory pDlgFactory,
XAP_Dialog_Id  id 
)

References m_bChangingSelection.

Referenced by static_constructor().

AP_Win32Dialog_Spell::~AP_Win32Dialog_Spell ( void   )  [virtual]

Member Function Documentation

void AP_Win32Dialog_Spell::_suggestChange ( void   )  [protected]
void AP_Win32Dialog_Spell::_toggleChangeButtons ( bool  bEnable  )  const [protected]

References m_hwndDlg.

Referenced by _onCommand(), and _showMisspelledWord().

BOOL CALLBACK AP_Win32Dialog_Spell::s_dlgProc ( HWND  hWnd,
UINT  msg,
WPARAM  wParam,
LPARAM  lParam 
) [static]

References _onCommand(), and _onInitDialog().

Referenced by runModal().

XAP_Dialog * AP_Win32Dialog_Spell::static_constructor ( XAP_DialogFactory pFactory,
XAP_Dialog_Id  id 
) [static]

Member Data Documentation


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