#include <ap_Win32Dialog_InsertTable.h>
Public Member Functions | |
AP_Win32Dialog_InsertTable (XAP_DialogFactory *pDlgFactory, XAP_Dialog_Id id) | |
virtual | ~AP_Win32Dialog_InsertTable (void) |
virtual void | runModal (XAP_Frame *pFrame) |
BOOL | _onDeltaPos (NM_UPDOWN *pnmud) |
Static Public Member Functions | |
static XAP_Dialog * | static_constructor (XAP_DialogFactory *, XAP_Dialog_Id id) |
Protected Member Functions | |
BOOL | _onInitDialog (HWND hWnd, WPARAM wParam, LPARAM lParam) |
BOOL | _onCommand (HWND hWnd, WPARAM wParam, LPARAM lParam) |
void | getCtrlValues (void) |
AP_Win32Dialog_InsertTable::AP_Win32Dialog_InsertTable | ( | XAP_DialogFactory * | pDlgFactory, | |
XAP_Dialog_Id | id | |||
) |
Referenced by static_constructor().
AP_Win32Dialog_InsertTable::~AP_Win32Dialog_InsertTable | ( | void | ) | [virtual] |
BOOL AP_Win32Dialog_InsertTable::_onCommand | ( | HWND | hWnd, | |
WPARAM | wParam, | |||
LPARAM | lParam | |||
) | [protected, virtual] |
Reimplemented from XAP_Win32DialogBase.
References BOOL(), getCtrlValues(), AP_Dialog_InsertTable::m_answer, XAP_Win32DialogBase::m_hDlg, and UT_DEBUGMSG.
BOOL AP_Win32Dialog_InsertTable::_onDeltaPos | ( | NM_UPDOWN * | pnmud | ) | [virtual] |
Reimplemented from XAP_Win32DialogBase.
References AP_Dialog_InsertTable::_doSpin(), atofw(), XAP_Win32DialogBase::m_hDlg, and UT_DEBUGMSG.
BOOL AP_Win32Dialog_InsertTable::_onInitDialog | ( | HWND | hWnd, | |
WPARAM | wParam, | |||
LPARAM | lParam | |||
) | [protected, virtual] |
Reimplemented from XAP_Win32DialogBase.
References _DS, _DSX, XAP_Win32DialogBase::centerDialog(), AP_Dialog_InsertTable::getColumnWidth(), AP_Dialog_InsertTable::getNumCols(), AP_Dialog_InsertTable::getNumRows(), XAP_App::getStringSet(), XAP_StringSet::getValue(), AP_Dialog_InsertTable::m_dim, XAP_Win32DialogBase::m_hDlg, XAP_Dialog::m_pApp, XAP_Win32DialogBase::setDialogTitle(), XAP_Win32DialogBase::setDlgItemText(), TEXT_COLUMN, and UT_dimensionName().
void AP_Win32Dialog_InsertTable::getCtrlValues | ( | void | ) | [protected] |
References atofw(), AP_Dialog_InsertTable::b_AUTOSIZE, AP_Dialog_InsertTable::b_FIXEDSIZE, UT_Win32LocaleString::c_str(), XAP_Win32DialogBase::getDlgItemText(), AP_Dialog_InsertTable::m_columnType, XAP_Win32DialogBase::m_hDlg, AP_Dialog_InsertTable::m_numCols, AP_Dialog_InsertTable::m_numRows, and AP_Dialog_InsertTable::setColumnWidth().
Referenced by _onCommand().
void AP_Win32Dialog_InsertTable::runModal | ( | XAP_Frame * | pFrame | ) | [virtual] |
References XAP_Win32DialogBase::createModal().
XAP_Dialog * AP_Win32Dialog_InsertTable::static_constructor | ( | XAP_DialogFactory * | pDlgFactory, | |
XAP_Dialog_Id | id | |||
) | [static] |
References AP_Win32Dialog_InsertTable().