Re: setting layers
Posted by Rallaz on Jul 06, 2013; 9:40am
URL: https://forum.librecad.org/setting-layers-tp5708515p5708516.html
/*! Set the current layer in current document, if not exist create it.
* \param name a QString with the name of the layer.
*/
virtual void setLayer(QString name) = 0;
/*! Get the current layer in current document.
* \return The name of the current layer.
*/
virtual QString getCurrentLayer() = 0;