QCAD
Open Source 2D CAD
RLayerProxy Class Referenceabstract

Copyright (c) 2011-2016 by Andrew Mustun. More...

#include <RLayerProxy.h>

Public Member Functions

virtual QList< QString > getChildLayerNames (const RDocument *doc, const QString &layerName, bool recursive=true)=0
 
virtual QString getHierarchySeparator ()=0
 
virtual QList< QString > getLayerNameHierarchy (const QString &layerName)=0
 
virtual QString getParentLayerName (const QString &layerName)=0
 
virtual QString getShortLayerName (const QString &layerName)=0
 
virtual bool hasChildLayers (const RDocument *doc, const QString &layerName)=0
 
virtual bool isChildLayerOf (const QString &layerName, const QString &parentLayerName)=0
 
virtual ~RLayerProxy ()
 

Detailed Description

Copyright (c) 2011-2016 by Andrew Mustun.

All rights reserved.

This file is part of the QCAD project.

QCAD is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

QCAD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with QCAD. Proxy for advanced layer functionality. May be implemented by a plugin.

Constructor & Destructor Documentation

◆ ~RLayerProxy()

virtual RLayerProxy::~RLayerProxy ( )
inlinevirtual

Member Function Documentation

◆ getChildLayerNames()

virtual QList<QString> RLayerProxy::getChildLayerNames ( const RDocument doc,
const QString &  layerName,
bool  recursive = true 
)
pure virtual

◆ getHierarchySeparator()

virtual QString RLayerProxy::getHierarchySeparator ( )
pure virtual

◆ getLayerNameHierarchy()

virtual QList<QString> RLayerProxy::getLayerNameHierarchy ( const QString &  layerName)
pure virtual

◆ getParentLayerName()

virtual QString RLayerProxy::getParentLayerName ( const QString &  layerName)
pure virtual

◆ getShortLayerName()

virtual QString RLayerProxy::getShortLayerName ( const QString &  layerName)
pure virtual

◆ hasChildLayers()

virtual bool RLayerProxy::hasChildLayers ( const RDocument doc,
const QString &  layerName 
)
pure virtual

◆ isChildLayerOf()

virtual bool RLayerProxy::isChildLayerOf ( const QString &  layerName,
const QString &  parentLayerName 
)
pure virtual

The documentation for this class was generated from the following file: