[traff_assessment_tool] Add UI for Clear()

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-06-07 14:41:54 +03:00
parent 488159e2f9
commit 9f4b6d73ce
2 changed files with 11 additions and 0 deletions

View File

@@ -40,6 +40,11 @@ private:
* Called when the user requests to open a sample file.
*/
void OnOpenTrafficSample();
/**
* Called when the user requests to clear the cache.
*/
void OnClearCache();
void OnCloseTrafficSample();
void OnSaveTrafficSample();
void OnPathEditingStop();