X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Fselection.h;h=abae6832ccfe2cc75f2777be45bc0be4cc636ba3;hb=d27edb207810f0b4e44be8c3632d421faa5fed80;hp=1c0d267f1618044271f7672c967c61d8cb118db6;hpb=1d735b80482317fd930eb47ca255ab9f1f120a7d;p=r2c2.git diff --git a/source/designer/selection.h b/source/designer/selection.h index 1c0d267..abae683 100644 --- a/source/designer/selection.h +++ b/source/designer/selection.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of the MSP Märklin suite +Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa +Distributed under the GPL +*/ + #ifndef SELECTION_H_ #define SELECTION_H_ @@ -7,12 +14,13 @@ class Selection { +public: + sigc::signal signal_changed; + private: std::set tracks; public: - sigc::signal signal_changed; - const std::set &get_tracks() const { return tracks; } Marklin::Track *get_track() const; unsigned size() const { return tracks.size(); }