16 static void EnsureConfigFileExists();
19 void on_DefaultButtons_clicked(QAbstractButton* pButton);
21 void on_AddPathCfg_clicked();
22 void on_RemovePathCfg_clicked();
23 void on_SelectedPathCfg_currentIndexChanged(
int index);
25 void on_AddMeshCfg_clicked();
26 void on_RemoveMeshCfg_clicked();
27 void on_SelectedMeshCfg_currentIndexChanged(
int index);
33 void UpdateGroundTypeTable();
34 void RetrieveGroundTypeTable();
36 void FillPathSearchTypeComboBox();
37 void ApplyPathConfig(
int index);
38 void RetrievePathConfig(
int index);
40 void FillNavmeshTypeComboBox();
41 void ApplyNavmeshConfig(
int index);
42 void RetrieveNavmeshConfig(
int index);
44 int m_iSelectedPathSearchConfig = -1;
45 int m_iSelectedNavmeshConfig = -1;