#include <Base/QTGUI/qSlicerExportNodeDialog.h>
|
QScopedPointer< qSlicerExportNodeDialogPrivate > | d_ptr |
|
Definition at line 29 of file qSlicerExportNodeDialog.h.
◆ Superclass
◆ qSlicerExportNodeDialog()
qSlicerExportNodeDialog::qSlicerExportNodeDialog |
( |
QObject * |
parent = nullptr | ) |
|
◆ ~qSlicerExportNodeDialog()
qSlicerExportNodeDialog::~qSlicerExportNodeDialog |
( |
| ) |
|
|
override |
◆ action()
◆ description()
QString qSlicerExportNodeDialog::description |
( |
| ) |
const |
|
overridevirtual |
◆ exec()
Open the export dialog. The expected readerProperties are as follows: selectedNodeID (QString): ID of the node rooted at the subtree in the subject hierarchy that will be considered for export childIdsNonrecursive (QList<QString>): Node IDs of direct children of selectedNodeID in the subject hierarchy childIdsRecursive (QList<QString>): Node IDs of all descendants of selectedNodeID in the subject hierarchy nodeIdToSubjectHierarchyPath (QHash<QString, QStringList>): Mapping from node IDs to lists of subject hierarchy item names, where each list starts from the parent of the aforementioned node ID and goes up the hierarchy until it reaches selectedNodeID.
Implements qSlicerFileDialog.
◆ fileType()
◆ d_ptr
QScopedPointer<qSlicerExportNodeDialogPrivate> qSlicerExportNodeDialog::d_ptr |
|
protected |
The documentation for this class was generated from the following file: