57    history.RemoveFileFromHistory( 1 );
 
 
This class implements a file history object to store a list of files, that can then be added to a men...
 
void AddFileToHistory(const wxString &aFile) override
Adds a file to the history.
 
void ClearFileHistory()
Clear all entries from the file history.
 
void Save(APP_SETTINGS_BASE &aSettings)
Saves history into a JSON settings object.
 
void Load(const APP_SETTINGS_BASE &aSettings)
Loads history from a JSON settings object.
 
BOOST_AUTO_TEST_CASE(AddRemove)
 
BOOST_CHECK_EQUAL(result, "25.4")