|
| | AudioClipEditor (QObject *parent=nullptr) |
| | EditorSettings (QObject *parent=nullptr) |
| double | getX () const |
|
void | setX (double x) |
|
Q_SIGNAL void | xChanged (double x) |
| double | getY () const |
|
void | setY (double y) |
|
Q_SIGNAL void | yChanged (double y) |
| double | getHorizontalZoomLevel () const |
|
void | setHorizontalZoomLevel (double hzoom_level) |
|
Q_SIGNAL void | horizontalZoomLevelChanged (double hzoom_level) |
|
double | clamp_scroll_start_x (double x) |
|
double | clamp_scroll_start_y (double y) |
|
void | append_scroll (double dx, double dy, bool validate) |
| | Appends the given deltas to the scroll x/y values.
|
|
|
void | init_from (AudioClipEditor &obj, const AudioClipEditor &other, utils::ObjectCloneType clone_type) |
|
void | to_json (nlohmann::json &j, const AudioClipEditor &editor) |
|
void | from_json (const nlohmann::json &j, AudioClipEditor &editor) |
Definition at line 13 of file audio_clip_editor.h.
◆ AudioClipEditor()
| zrythm::structure::project::AudioClipEditor::AudioClipEditor |
( |
QObject * | parent = nullptr | ) |
|
|
inline |
The documentation for this class was generated from the following file: