Lines Matching refs:PaletteLayoutDlg
27 BEGIN_MESSAGE_MAP(PaletteLayoutDlg, express_dialog) in BEGIN_MESSAGE_MAP() argument
34 ON_COMMAND(IDOK, &PaletteLayoutDlg::OnReturnKey) in BEGIN_MESSAGE_MAP()
36 ON_BN_CLICKED(IDOK, &PaletteLayoutDlg::OnBnClickedOk) in BEGIN_MESSAGE_MAP()
37 ON_BN_CLICKED(IDCANCEL, &PaletteLayoutDlg::OnCancel) in BEGIN_MESSAGE_MAP()
38 ON_BN_CLICKED(IDCANCEL, &PaletteLayoutDlg::OnCancel) in BEGIN_MESSAGE_MAP()
39 ON_BN_CLICKED(IDC_IMPORT_PALETTE, &PaletteLayoutDlg::OnBnClickedImportPalette) in BEGIN_MESSAGE_MAP()
40 ON_BN_CLICKED(IDC_EXPORT_PALETTE, &PaletteLayoutDlg::OnBnClickedExportPalette) in BEGIN_MESSAGE_MAP()
41 ON_BN_CLICKED(IDC_DEFAULT_PALETTE, &PaletteLayoutDlg::OnBnClickedDefaultPalette) in BEGIN_MESSAGE_MAP()
43 ON_EN_KILLFOCUS(IDC_TOTAL_PALETTE_ENTRIES, &PaletteLayoutDlg::OnEnChangeTotalPaletteEntries) in BEGIN_MESSAGE_MAP()
44 ON_EN_KILLFOCUS(IDC_USER_PALETTE_ENTRIES, &PaletteLayoutDlg::OnEnChangeUserPaletteEntries) in BEGIN_MESSAGE_MAP()
45 ON_MESSAGE(STUDIO_TEST, &PaletteLayoutDlg::OnTestMessage) in BEGIN_MESSAGE_MAP()
46 ON_BN_CLICKED(IDC_GEN_GRADIENT, &PaletteLayoutDlg::OnGenGradient) in BEGIN_MESSAGE_MAP()
50 PaletteLayoutDlg::PaletteLayoutDlg(int display, int theme, CWnd* pParent /*=NULL*/) in BEGIN_MESSAGE_MAP()
51 : express_dialog(PaletteLayoutDlg::IDD, pParent) in BEGIN_MESSAGE_MAP()
80 PaletteLayoutDlg::~PaletteLayoutDlg() in ~PaletteLayoutDlg()
90 BOOL PaletteLayoutDlg::OnInitDialog() in OnInitDialog()
122 void PaletteLayoutDlg::OnShowWindow(BOOL bShow, UINT nStatus) in OnShowWindow()
128 void PaletteLayoutDlg::NotifyColorChanged(int index, GX_COLOR newcolor) in NotifyColorChanged()
138 void PaletteLayoutDlg::OnPaint() in OnPaint()
144 void PaletteLayoutDlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange()
168 void PaletteLayoutDlg::OnReturnKey() in OnReturnKey()
196 void PaletteLayoutDlg::CheckResetColorIndexes(res_info *info, GX_COLOR *new_palette, USHORT new_pal… in CheckResetColorIndexes()
226 void PaletteLayoutDlg::OnBnClickedOk() in OnBnClickedOk()
269 void PaletteLayoutDlg::OnCancel() in OnCancel()
287 void PaletteLayoutDlg::OnEnChangeTotalPaletteEntries() in OnEnChangeTotalPaletteEntries()
316 void PaletteLayoutDlg::OnEnChangeUserPaletteEntries() in OnEnChangeUserPaletteEntries()
349 void PaletteLayoutDlg::OnBnClickedImportPalette() in OnBnClickedImportPalette()
402 void PaletteLayoutDlg::OnBnClickedExportPalette() in OnBnClickedExportPalette()
445 void PaletteLayoutDlg::OnBnClickedDefaultPalette() in OnBnClickedDefaultPalette()
466 void PaletteLayoutDlg::OnGenGradient() in OnGenGradient()
525 void PaletteLayoutDlg::Scroll(int deltaPos) in Scroll()
555 void PaletteLayoutDlg::OnVScroll(UINT nSBCode, UINT nPos, CScrollBar *bar) in OnVScroll()
602 LRESULT PaletteLayoutDlg::OnTestMessage(WPARAM wParam, LPARAM lParam) in OnTestMessage()
1082 PaletteLayoutDlg* dlg = (PaletteLayoutDlg*)GetParent(); in NotifyColorChanged()
1090 PaletteLayoutDlg* dlg = (PaletteLayoutDlg*)GetParent(); in Scroll()