]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/zonebar.h
Delete auxiliary objects together with Vehicle3D
[r2c2.git] / source / designer / zonebar.h
index ded63ad6a8e81da7e94cd839215f5e267162969e..8a0b3098ab451c41087f124807aa28007cfc3086 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010 Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef ZONEBAR_H_
 #define ZONEBAR_H_
 
@@ -13,7 +6,7 @@ Distributed under the GPL
 
 class Designer;
 
-class Zonebar: public Toolbar
+class Zonebar: public Toolbar, public sigc::trackable
 {
 private:
        Designer &designer;
@@ -24,7 +17,7 @@ public:
        Zonebar(Designer &);
 
 private:
-       void zone_added(R2C2::Zone &);
+       void track_chain_added(R2C2::TrackChain &);
        void zone_renamed(const std::string &, const std::string &, unsigned);
        void group_selected(unsigned, const std::string &);
        void number_selected(unsigned, const std::string &);