Added ability to test Int properties as Choices. Added functionality to fix the property name map keeping track of unused type/ID pairs. Fixed various UI bugs.

This commit is contained in:
Aruki
2018-10-21 19:01:57 -06:00
parent 8d1aec35ad
commit 1bc95a30a5
36 changed files with 1861 additions and 20912 deletions

View File

@@ -163,6 +163,7 @@ void CGeneratePropertyNamesDialog::StartGeneration()
Params.Casing = mpUI->CasingComboBox->currentEnum();
Params.ValidIdPairs = mIdPairs.toStdVector();
Params.ExcludeAccuratelyNamedProperties = mpUI->UnnamedOnlyCheckBox->isChecked();
Params.TestIntsAsChoices = mpUI->TestIntsAsChoicesCheckBox->isChecked();
Params.PrintToLog = mpUI->LogOutputCheckBox->isChecked();
// Run the task and configure ourselves so we can update correctly