BOOL CRenormalizationPropertyPage::OnApply()
{
	UpdateData();

	ApplyValues();

	return CMFCPropertyPage::OnApply();
}
Пример #2
0
void CCustomPreferences::Load()
{
	string_path			fn;
	INI_NAME			(fn);
    CInifile* I			= xr_new<CInifile>(fn, TRUE, TRUE, TRUE);
    Load				(I);
    xr_delete			(I);
    ApplyValues			();
}
Пример #3
0
void __stdcall CCustomPreferences::OnClose	()
{
	ApplyValues	();	
}
void ModificationWidget::OnZChanged()
{
	ApplyValues(ST_AXIS_Z);
}