Home
last modified time | relevance | path

Searched defs:RS_LayerList (Results 1 – 5 of 5) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/gui/
H A Drs_dialogfactoryadapter.h44 RS_Layer* requestNewLayerDialog(RS_LayerList*) override{return nullptr;} in requestNewLayerDialog() argument
45 RS_Layer* requestLayerRemovalDialog(RS_LayerList*) override{return nullptr;} in requestLayerRemovalDialog() argument
46 QStringList requestSelectedLayersRemovalDialog(RS_LayerList*) override{return {};} in requestSelectedLayersRemovalDialog() argument
47 RS_Layer* requestEditLayerDialog(RS_LayerList*) override{return nullptr;} in requestEditLayerDialog() argument
59 bool requestAttributesDialog(RS_AttributesData&, RS_LayerList&) override{return false;} in requestAttributesDialog() argument
H A Drs_dialogfactoryinterface.h53 class RS_LayerList; variable
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_layerdialog.h32 class RS_LayerList; variable
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dqg_layerbox.h33 class RS_LayerList; variable
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_layerlist.cpp37 RS_LayerList::RS_LayerList() { in RS_LayerList() function in RS_LayerList