Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / canvastreestore.h
index 252f319..faed8b6 100644 (file)
@@ -2,19 +2,20 @@
 /*!    \file canvastreestore.h
 **     \brief Template Header
 **
-**     $Id: canvastreestore.h,v 1.1.1.1 2005/01/07 03:34:35 darco Exp $
+**     $Id$
 **
 **     \legal
-**     Copyright (c) 2002 Robert B. Quattlebaum Jr.
+**     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **
-**     This software and associated documentation
-**     are CONFIDENTIAL and PROPRIETARY property of
-**     the above-mentioned copyright holder.
+**     This package is free software; you can redistribute it and/or
+**     modify it under the terms of the GNU General Public License as
+**     published by the Free Software Foundation; either version 2 of
+**     the License, or (at your option) any later version.
 **
-**     You may not copy, print, publish, or in any
-**     other way distribute this software without
-**     a prior written agreement with
-**     the copyright holder.
+**     This package is distributed in the hope that it will be useful,
+**     but WITHOUT ANY WARRANTY; without even the implied warranty of
+**     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+**     General Public License for more details.
 **     \endlegal
 */
 /* ========================================================================= */
@@ -49,7 +50,7 @@ class CellRenderer_ValueBase;
                COLUMNID_VALUE,
                COLUMNID_TIME_TRACK,
                COLUMNID_TYPE,
-               
+
                COLUMNID_END                    //!< \internal
        };
 #define        COLUMNID_NAME COLUMNID_ID
@@ -84,9 +85,9 @@ public:
 
                Gtk::TreeModelColumn<bool> is_shared;
                Gtk::TreeModelColumn<bool> is_exported;
-       
+
                Gtk::TreeModelColumn<synfigapp::ValueDesc> value_desc;
-       
+
                Gtk::TreeModelColumn<Glib::ustring> tooltip;
 
                Model()
@@ -108,7 +109,7 @@ public:
                        add(value_desc);
                        add(link_count);
                        add(link_id);
-                       
+
                        add(tooltip);
                }
        };
@@ -118,7 +119,7 @@ public:
        */
 
 public:
-       
+
        const Model model;
 
        //std::multimap<etl::handle<ValueNode>, sigc::connection> connection_map;
@@ -151,7 +152,7 @@ private:
        */
 
 public:
-       
+
        CanvasTreeStore(etl::loose_handle<synfigapp::CanvasInterface> canvas_interface_);
        ~CanvasTreeStore();
 
@@ -169,8 +170,8 @@ public:
 
        bool find_first_value_node(const synfig::ValueNode::Handle& value_node, Gtk::TreeIter& iter);
        bool find_next_value_node(const synfig::ValueNode::Handle& value_node, Gtk::TreeIter& iter);
-       
-       
+
+
        static CellRenderer_ValueBase* add_cell_renderer_value(Gtk::TreeView::Column* column);
 
        static CellRenderer_TimeTrack* add_cell_renderer_value_node(Gtk::TreeView::Column* column);
@@ -184,7 +185,7 @@ public:
        */
 
 public:
-       
+
 }; // END of class CanvasTreeStore
 
 }; // END of namespace studio