|
#ifndef AMUSE_LAYERS_EDITOR_HPP
|
|
#define AMUSE_LAYERS_EDITOR_HPP
|
|
|
|
#include "EditorWidget.hpp"
|
|
|
|
class LayersEditor : public EditorWidget
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
explicit LayersEditor(ProjectModel::LayersNode* node, QWidget* parent = Q_NULLPTR);
|
|
};
|
|
|
|
|
|
#endif //AMUSE_LAYERS_EDITOR_HPP
|