33 #ifndef CXSOUNDSPEEDCONVERSIONWIDGET_H_
34 #define CXSOUNDSPEEDCONVERSIONWIDGET_H_
36 #include "org_custusx_acquisition_Export.h"
69 void applySoundSpeedCompensationFactorSlot();
72 void waterSoundSpeedChangedSlot();
73 void waterDegreeChangedSlot();
75 void setToolSlot(
const QString& uid);
78 void setSoundSpeed(
double soundspeed);
79 void setWaterDegree(
double degree);
82 double getSoundSpeedCompensationFactor();
83 double getWaterSoundSpeed();
86 const double mScannerSoundSpeed;
92 QPushButton* mApplyButton;
93 QPushButton* mResetButton;
94 QDoubleSpinBox* mSoundSpeedSpinBox;
95 QDoubleSpinBox* mWaterDegreeSpinBox;
boost::shared_ptr< class TrackingService > TrackingServicePtr
boost::shared_ptr< Probe > ProbePtr
cxLogicManager_EXPORT TrackingServicePtr trackingService()