33 #ifndef CXSOUNDSPEEDCONVERSIONWIDGET_H_
34 #define CXSOUNDSPEEDCONVERSIONWIDGET_H_
36 #include "org_custusx_acquisition_Export.h"
68 virtual QString defaultWhatsThis()
const;
71 void applySoundSpeedCompensationFactorSlot();
74 void waterSoundSpeedChangedSlot();
75 void waterDegreeChangedSlot();
77 void setToolSlot(
const QString& uid);
80 void setSoundSpeed(
double soundspeed);
81 void setWaterDegree(
double degree);
84 double getSoundSpeedCompensationFactor();
85 double getWaterSoundSpeed();
88 const double mScannerSoundSpeed;
94 QPushButton* mApplyButton;
95 QPushButton* mResetButton;
96 QDoubleSpinBox* mSoundSpeedSpinBox;
97 QDoubleSpinBox* mWaterDegreeSpinBox;
boost::shared_ptr< class TrackingService > TrackingServicePtr
boost::shared_ptr< Probe > ProbePtr
cxLogicManager_EXPORT TrackingServicePtr trackingService()