|
fw4spl
|
Widget to edit fwMedData::Study information. More...
#include <StudyEditor.hpp>
Inheritance diagram for uiMedDataQt::widget::StudyEditor:
Collaboration diagram for uiMedDataQt::widget::StudyEditor:Public Member Functions | |
| UIMEDDATAQT_API | StudyEditor (QWidget *parent=0) |
| Constructor. | |
| UIMEDDATAQT_API | ~StudyEditor () |
| Destructor. | |
| UIMEDDATAQT_API void | setSeries (std::shared_ptr< ::fwMedData::Series > series) |
| Set referring series. | |
| UIMEDDATAQT_API std::shared_ptr< ::fwMedData::Study > | getStudy () |
| Returns the study object created by this editor. | |
| UIMEDDATAQT_API bool | isValid () const |
| Returns true if the study information given through the editor is valid. | |
Protected Slots | |
| void | onDateChanged (const QString &) |
| Triggered when study date text changes. | |
| void | onTimeChanged (const QString &) |
| Triggered when study time text changes. | |
| void | onDescChanged (const QString &) |
| Triggered when study description text changes. | |
Protected Attributes | |
| std::shared_ptr< ::fwMedData::Series > | m_series |
Widgets allowing study information editing. | |
| QPointer< QLineEdit > | m_date |
| QPointer< QLineEdit > | m_time |
| QPointer< QLineEdit > | m_referringPhysicianName |
| QPointer< QLineEdit > | m_description |
| QPointer< QLineEdit > | m_patientAge |
Styles applied oon widgets when input errors are detected | |
| QPalette | m_paletteDate |
| QPalette | m_paletteTime |
Widget to edit fwMedData::Study information.
Definition at line 34 of file StudyEditor.hpp.