|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Base/QTCore/qSlicerIOOptions.h>

Public Member Functions | |
| virtual bool | isValid () const |
| const qSlicerIO::IOProperties & | properties () const |
| qSlicerIOOptions () | |
| Contructor initialize empty properties. | |
| virtual | ~qSlicerIOOptions () |
Protected Member Functions | |
| qSlicerIOOptions (qSlicerIOOptionsPrivate *pimpl) | |
| virtual void | updateValid () |
| Must be called anytime the result of isValid() can change. | |
Protected Attributes | |
| QScopedPointer < qSlicerIOOptionsPrivate > | d_ptr |
Definition at line 32 of file qSlicerIOOptions.h.
| qSlicerIOOptions::qSlicerIOOptions | ( | ) | [explicit] |
Contructor initialize empty properties.
| virtual qSlicerIOOptions::~qSlicerIOOptions | ( | ) | [virtual] |
| qSlicerIOOptions::qSlicerIOOptions | ( | qSlicerIOOptionsPrivate * | pimpl | ) | [protected] |
| virtual bool qSlicerIOOptions::isValid | ( | ) | const [virtual] |
Returns true if the options have been set and if they are meaningful. By default, checks that there is at least 1 option. To be reimplemented in subclasses
Reimplemented in qSlicerIOOptionsWidget, qSlicerNodeWriterOptionsWidget, and qSlicerScalarOverlayIOOptionsWidget.
| const qSlicerIO::IOProperties& qSlicerIOOptions::properties | ( | ) | const |
| virtual void qSlicerIOOptions::updateValid | ( | ) | [protected, virtual] |
Must be called anytime the result of isValid() can change.
Reimplemented in qSlicerIOOptionsWidget.
QScopedPointer<qSlicerIOOptionsPrivate> qSlicerIOOptions::d_ptr [protected] |
Definition at line 47 of file qSlicerIOOptions.h.
1.7.4