amuse/Editor/SampleEditor.hpp
2018-07-28 17:37:06 -10:00

16 lines
303 B
C++

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