X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Fselection.h;h=acf8bf6bf09131a415a6a3a8b56037c86d2e9b22;hb=d15ac13f2e170f155b4bbd124df48400c339b644;hp=479f5af0b3e2d90226debf1603ae960ec6dee588;hpb=1ff06c5bc46a677fa389ef86c6b26664368f1653;p=r2c2.git diff --git a/source/designer/selection.h b/source/designer/selection.h index 479f5af..acf8bf6 100644 --- a/source/designer/selection.h +++ b/source/designer/selection.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef SELECTION_H_ #define SELECTION_H_ @@ -24,6 +17,7 @@ public: const std::set &get_tracks() const { return tracks; } R2C2::Track *get_track() const; unsigned size() const { return tracks.size(); } + bool empty() const { return tracks.empty(); } void clear();