|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|


Public Types | |
| enum | ToolType : std::uint8_t { Select , Edit , Cut , Eraser , Ramp , Audition } |
Public Member Functions | |
| ArrangerTool (QObject *parent=nullptr) | |
| int | toolValue () const |
| void | setToolValue (int tool) |
| Q_SIGNAL void | toolValueChanged (int tool) |
Properties | |
| QML_ELEMENT int | toolValue |
Friends | |
| void | init_from (ArrangerTool &obj, const ArrangerTool &other, utils::ObjectCloneType clone_type) |
| void | to_json (nlohmann::json &j, const ArrangerTool &tool) |
| void | from_json (const nlohmann::json &j, ArrangerTool &tool) |
Definition at line 14 of file arranger_tool.h.
| enum zrythm::gui::backend::ArrangerTool::ToolType : std::uint8_t |
Definition at line 21 of file arranger_tool.h.
|
readwrite |
Definition at line 18 of file arranger_tool.h.