|
fw4spl
|
Widget to edit fwMedData::Series information. More...
#include <SeriesEditor.hpp>
Inheritance diagram for uiMedDataQt::widget::SeriesEditor:
Collaboration diagram for uiMedDataQt::widget::SeriesEditor:Public Member Functions | |
| UIMEDDATAQT_API void | setSeries (std::shared_ptr< ::fwMedData::Series > series) |
| Set referring series. | |
| UIMEDDATAQT_API std::shared_ptr< ::fwMedData::Series > | getSeries () |
| Get the current Series. | |
| UIMEDDATAQT_API bool | isValid () const |
| Check if the equipment information entered in UI is valid. | |
Constructor/Destructor | |
| UIMEDDATAQT_API | SeriesEditor (QWidget *parent=0) |
| UIMEDDATAQT_API | ~SeriesEditor () |
Protected Slots | |
| void | onDateChanged (const QString &) |
| Triggered when series date text changes. | |
| void | onTimeChanged (const QString &) |
| Triggered when series time text changes. | |
| void | onDescChanged (const QString &) |
| Triggered when series description text changes. | |
Protected Attributes | |
| std::shared_ptr< ::fwMedData::Series > | m_series |
| Series to edit information. | |
| QPalette | m_palette |
| Style applied oon widgets when input errors are detected. | |
Widgets allowing series information editing. | |
| QPointer< QLineEdit > | m_modality |
| QPointer< QLineEdit > | m_date |
| QPointer< QLineEdit > | m_time |
| QPointer< QLineEdit > | m_description |
| QPointer< QLineEdit > | m_physicianInput |
| QPointer< QPushButton > | m_addPhysicianButton |
| QPointer< QPushButton > | m_removePhysicianButton |
| QPointer< ListInput > | m_physicians |
Widget to edit fwMedData::Series information.
Definition at line 87 of file SeriesEditor.hpp.