diff options
author | Florian Jung <flo@windfisch.org> | 2011-08-02 19:24:08 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-08-02 19:24:08 +0000 |
commit | 0dbef158d3bf5a96bbd2b4432bcc23223783d3d4 (patch) | |
tree | 6384729649d27429a2d6873fe9361911504496d6 /muse2/muse/functions.h | |
parent | 6b001296f40debda70c799e99808f23c74a1f2f1 (diff) | |
parent | 4a9ab9a27b2f70168547e54fc2e7d905e964e228 (diff) |
merged experimental into trunk (clone-part-behaviour)
Diffstat (limited to 'muse2/muse/functions.h')
-rw-r--r-- | muse2/muse/functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/muse/functions.h b/muse2/muse/functions.h index 633457a9..90fc64e9 100644 --- a/muse2/muse/functions.h +++ b/muse2/muse/functions.h @@ -24,6 +24,7 @@ class QString; class QMimeData; +class Undo; extern GateTime* gatetime_dialog; extern Velocity* velocity_dialog; @@ -87,6 +88,7 @@ void select_not_in_loop(const std::set<Part*>& parts); //functions for parts void shrink_parts(int raster=-1); //negative values mean "config.division" void expand_parts(int raster=-1); +void schedule_resize_all_same_len_clone_parts(Part* part, unsigned new_len, Undo& operations); void clean_parts(); //functions for reading and writing default values |