13 #ifndef DtSimulationSettingsLogic_H_
14 #define DtSimulationSettingsLogic_H_
20 class DtSimulationSettingsInterface;
32 const std::string& driverClassName,
33 const std::string& protocolName);
41 virtual std::string addSimulationConnection();
44 virtual void renameSimulationConnection(
const std::string& oldName,
45 const std::string& newName);
48 virtual void removeSimulationConnection(
const std::string& driverName);
52 std::string generateName();
55 void on_driverToBeDestroyed(
DtDriver&);
56 void on_autoDriverChanged(
const std::string& driver);