33 #ifndef CXRECORDSESSIONWIDGET_H_
34 #define CXRECORDSESSIONWIDGET_H_
36 #include "org_custusx_acquisition_Export.h"
74 void setDescription(QString text);
75 void setCurrentSession(QString uid);
78 void startStopSlot(
bool);
80 void recordStateChangedSlot();
81 void onReadinessChanged();
87 QPushButton* mStartStopButton;
88 QPushButton* mCancelButton;
91 QString mCurrentSession;
boost::shared_ptr< class AcquisitionService > AcquisitionServicePtr
boost::shared_ptr< class RecordSessionWidget > RecordSessionWidgetPtr