Update setup and reset functions
Created by: nicosang
Hi,
this PR has to standardize the initialization of attributes in classes. In several classes, setup and reset function initialized same attributes. So, I purpose to let reset function do the job : setup function calls reset. Sometimes, for unregistering events for instance, it was not possible : a resetInitialSettings has been created.
Nicolas