diff options
| author | Florian Jung <flo@windfisch.org> | 2011-06-06 16:49:02 +0000 |
|---|---|---|
| committer | Florian Jung <flo@windfisch.org> | 2011-06-06 16:49:02 +0000 |
| commit | 6c8a1eb61743e3fa83925d40c14d3a6754c8359f (patch) | |
| tree | 0c0645ce9f04badea5a17aa6651c17e0cb65b34a /muse2/muse/functions.h | |
| parent | 441642e7da807d506b794e5a62b7c2426bd7b95f (diff) | |
implemented functions for shrinking, expanding and cleaning parts
Diffstat (limited to 'muse2/muse/functions.h')
| -rw-r--r-- | muse2/muse/functions.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/muse2/muse/functions.h b/muse2/muse/functions.h index bc2bb8f4..8a1eb3ed 100644 --- a/muse2/muse/functions.h +++ b/muse2/muse/functions.h @@ -84,6 +84,11 @@ void select_invert(const std::set<Part*>& parts); void select_in_loop(const std::set<Part*>& parts); void select_not_in_loop(const std::set<Part*>& parts); +//functions for parts +void shrink_parts(); +void expand_parts(); +void clean_parts(); + //functions for reading and writing default values class Xml; void read_function_dialog_config(Xml& xml); |
