23#include "../core_global.h"
47 virtual bool isChildLayerOf(
const QString& layerName,
const QString& parentLayerName) = 0;
A graphics document contains and owns entities, layers, user coordinate systems, variables,...
Definition RDocument.h:78
Represents a layer in a drawing.
Definition RLayer.h:45
Proxy for advanced layer functionality.
Definition RLayerProxy.h:37
virtual bool isChildLayerOf(const QString &layerName, const QString &parentLayerName)=0
virtual QString getHierarchySeparator()=0
virtual bool hasChildLayers(const RDocument *doc, const QString &layerName)=0
virtual QString getShortLayerName(const QString &layerName)=0
virtual QList< QString > getChildLayerNames(const RDocument *doc, const QString &layerName, bool recursive=true)=0
virtual QString getParentLayerName(const QString &layerName)=0
virtual QList< QString > getLayerNameHierarchy(const QString &layerName)=0
virtual ~RLayerProxy()
Definition RLayerProxy.h:39
#define QCADCORE_EXPORT
Definition core_global.h:10