Lines Matching refs:sprite_edit_dialog
56 BEGIN_MESSAGE_MAP(sprite_edit_dialog, express_dialog) in BEGIN_MESSAGE_MAP() argument
58 ON_NOTIFY(UDN_DELTAPOS, IDC_SPIN_NUM_FRAMES, &sprite_edit_dialog::OnDeltaposSpinNumFrames) in BEGIN_MESSAGE_MAP()
59 ON_NOTIFY(UDN_DELTAPOS, IDC_SPIN_EDIT_FRAME, &sprite_edit_dialog::OnDeltaposSpinEditFrame) in BEGIN_MESSAGE_MAP()
60 ON_EN_KILLFOCUS(IDC_NUM_FRAMES, &sprite_edit_dialog::OnEnKillfocusNumFrames) in BEGIN_MESSAGE_MAP()
61 ON_EN_KILLFOCUS(IDC_EDIT_FRAME, &sprite_edit_dialog::OnEnKillfocusEditFrame) in BEGIN_MESSAGE_MAP()
62 ON_EN_KILLFOCUS(IDC_ALPHA_VALUE, &sprite_edit_dialog::OnEnKillfocusAlphaValue) in BEGIN_MESSAGE_MAP()
63 ON_EN_KILLFOCUS(IDC_X_OFFSET, &sprite_edit_dialog::OnEnKillfocusXOffset) in BEGIN_MESSAGE_MAP()
64 ON_EN_KILLFOCUS(IDC_Y_OFFSET, &sprite_edit_dialog::OnEnKillfocusYOffset) in BEGIN_MESSAGE_MAP()
65 ON_EN_KILLFOCUS(IDC_DELAY, &sprite_edit_dialog::OnEnKillfocusDelay) in BEGIN_MESSAGE_MAP()
76 sprite_edit_dialog::sprite_edit_dialog(widget_info *info, CWnd* pParent /*=NULL*/) in BEGIN_MESSAGE_MAP()
77 : express_dialog(sprite_edit_dialog::IDD, pParent) in BEGIN_MESSAGE_MAP()
106 sprite_edit_dialog::~sprite_edit_dialog() in ~sprite_edit_dialog()
111 void sprite_edit_dialog::OnOK() in OnOK()
128 void sprite_edit_dialog::SelectDropListItem(CComboBox* box, long val) in SelectDropListItem()
142 void sprite_edit_dialog::SetFrameFields() in SetFrameFields()
197 void sprite_edit_dialog::ReadFrameFields() in ReadFrameFields()
244 void sprite_edit_dialog::DoDataExchange(CDataExchange* pDX) in DoDataExchange()
337 void sprite_edit_dialog::OnDeltaposSpinNumFrames(NMHDR *pNMHDR, LRESULT *pResult) in OnDeltaposSpinNumFrames()
389 void sprite_edit_dialog::OnDeltaposSpinEditFrame(NMHDR *pNMHDR, LRESULT *pResult) in OnDeltaposSpinEditFrame()
420 void sprite_edit_dialog::OnEnKillfocusNumFrames() in OnEnKillfocusNumFrames()
466 void sprite_edit_dialog::OnEnKillfocusEditFrame() in OnEnKillfocusEditFrame()
490 void sprite_edit_dialog::OnEnKillfocusAlphaValue() in OnEnKillfocusAlphaValue()
502 void sprite_edit_dialog::OnEnKillfocusXOffset() in OnEnKillfocusXOffset()
514 void sprite_edit_dialog::OnEnKillfocusYOffset() in OnEnKillfocusYOffset()
526 void sprite_edit_dialog::OnEnKillfocusDelay() in OnEnKillfocusDelay()
537 void sprite_edit_dialog::OnClickApplyToAllFrames() in OnClickApplyToAllFrames()
558 void sprite_edit_dialog::SetFrameCount(int frame_count) in SetFrameCount()
600 void sprite_edit_dialog::OnImportFrames() in OnImportFrames()
644 BOOL sprite_edit_dialog::OnInitDialog() in OnInitDialog()
658 BOOL sprite_edit_dialog::PreTranslateMessage(MSG* pMsg) in PreTranslateMessage()
689 LRESULT sprite_edit_dialog::OnTestMessage(WPARAM wParam, LPARAM lParam) in OnTestMessage()