|
enum | ToolType {
Select
, Edit
, Cut
, Eraser
,
Ramp
, Audition
} |
|
|
| Tool (QObject *parent=nullptr) |
|
int | getToolValue () const |
|
void | setToolValue (int tool) |
|
Q_SIGNAL void | toolValueChanged (int tool) |
|
Definition at line 15 of file tool.h.
◆ ToolType
enum zrythm::gui::backend::Tool::ToolType |
◆ from_json
void from_json |
( |
const nlohmann::json & | j, |
|
|
Tool & | tool ) |
|
friend |
◆ to_json
void to_json |
( |
nlohmann::json & | j, |
|
|
const Tool & | tool ) |
|
friend |
◆ toolValue
QML_ELEMENT int zrythm::gui::backend::Tool::toolValue |
|
readwrite |
The documentation for this class was generated from the following file: