21#ifndef __qSlicerRelativePathMapper_h
22#define __qSlicerRelativePathMapper_h
28#include "qSlicerBaseQTCoreExport.h"
29class qSlicerRelativePathMapperPrivate;
94 QScopedPointer<qSlicerRelativePathMapperPrivate>
d_ptr;
QScopedPointer< qSlicerRelativePathMapperPrivate > d_ptr
void setPaths(const QStringList &path)
void pathsChanged(const QStringList &value)
QByteArray propertyName
This property contains the name of the object mapped property.
void setPath(const QString &path)
QStringList relativePaths
void setRelativePath(const QString &path)
qSlicerRelativePathMapper(QObject *targetObject, const QByteArray &propertyName, const QByteArray &signal)
void relativePathsChanged(const QStringList &value)
void setRelativePaths(const QStringList &paths)
QObject * targetObject() const
The mapped object (the mapper parent)
void pathChanged(const QString &value)
void relativePathChanged(const QString &value)