mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-16 08:27:14 +00:00
More work on Amuse Editor
This commit is contained in:
14
Editor/ADSREditor.hpp
Normal file
14
Editor/ADSREditor.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef AMUSE_ADSR_EDITOR_HPP
|
||||
#define AMUSE_ADSR_EDITOR_HPP
|
||||
|
||||
#include "EditorWidget.hpp"
|
||||
|
||||
class ADSREditor : public EditorWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ADSREditor(ProjectModel::ADSRNode* node, QWidget* parent = Q_NULLPTR);
|
||||
};
|
||||
|
||||
|
||||
#endif //AMUSE_ADSR_EDITOR_HPP
|
||||
Reference in New Issue
Block a user