1 #ifndef __LAYERDIALOG_H__
2 #define __LAYERDIALOG_H__
4 #include "ui_layerdialog.h"
9 class LayerDialog: public QDialog
14 LayerDialog(QWidget * parent = NULL, Qt::WindowFlags fl = 0);
18 void setLayer(Layer * l);
19 void setLayerList(LayerList * ll);
20 void setEditLayer(bool el);
26 LayerList * layerList;
34 #endif // __LAYERDIALOG_H__