amuse/Editor/LayersEditor.hpp

16 lines
303 B
C++

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