33 #ifndef CXRECORDSESSIONWIDGET_H_
34 #define CXRECORDSESSIONWIDGET_H_
36 #include "org_custusx_acquisition_Export.h"
71 void setDescription(QString text);
72 void setDescriptionVisibility(
bool value);
75 void setReady(
bool val, QString text);
78 void startStopSlot(
bool);
80 void recordStateChangedSlot();
81 void usReadinessChangedSlot();
87 QPushButton* mStartStopButton;
88 QPushButton* mCancelButton;
89 QLabel* mDescriptionLabel;
90 QLineEdit* mDescriptionLine;
boost::shared_ptr< class AcquisitionService > AcquisitionServicePtr
boost::shared_ptr< class RecordSessionWidget > RecordSessionWidgetPtr