Login  Register

setting layers

Posted by Birpal Kaur on Jul 06, 2013; 9:10am
URL: https://forum.librecad.org/setting-layers-tp5708515.html

I have to set different layers for the different views(i.e top, front and side) of an object in my plugin. so  can anyone tell me how to make use of these functions:-
  virtual void setLayer(QString name) = 0;
  virtual QString getCurrentLayer() = 0;