#include <Base/QTCore/qSlicerScriptedFileWriter.h>
|
QScopedPointer< qSlicerScriptedFileWriterPrivate > | d_ptr |
|
QScopedPointer< qSlicerFileWriterPrivate > | d_ptr |
|
QScopedPointer< qSlicerObjectPrivate > | d_ptr |
|
Definition at line 35 of file qSlicerScriptedFileWriter.h.
◆ Superclass
◆ qSlicerScriptedFileWriter()
qSlicerScriptedFileWriter::qSlicerScriptedFileWriter |
( |
QObject * |
parent = 0 | ) |
|
◆ ~qSlicerScriptedFileWriter()
virtual qSlicerScriptedFileWriter::~qSlicerScriptedFileWriter |
( |
| ) |
|
|
virtual |
◆ canWriteObject()
virtual bool qSlicerScriptedFileWriter::canWriteObject |
( |
vtkObject * |
object | ) |
const |
|
virtual |
◆ description()
virtual QString qSlicerScriptedFileWriter::description |
( |
| ) |
const |
|
virtual |
◆ extensions()
virtual QStringList qSlicerScriptedFileWriter::extensions |
( |
vtkObject * |
object | ) |
const |
|
virtual |
◆ fileType()
virtual IOFileType qSlicerScriptedFileWriter::fileType |
( |
| ) |
const |
|
virtual |
◆ pythonSource()
QString qSlicerScriptedFileWriter::pythonSource |
( |
| ) |
const |
◆ self()
Q_INVOKABLE PyObject* qSlicerScriptedFileWriter::self |
( |
| ) |
const |
Convenience method allowing to retrieve the associated scripted instance.
◆ setPythonSource()
bool qSlicerScriptedFileWriter::setPythonSource |
( |
const QString & |
newPythonSource, |
|
|
const QString & |
className = QLatin1String("") |
|
) |
| |
- Warning
- Setting the source is a no-op. See detailed comment in the source code.
◆ write()
◆ d_ptr
QScopedPointer<qSlicerScriptedFileWriterPrivate> qSlicerScriptedFileWriter::d_ptr |
|
protected |
The documentation for this class was generated from the following file: