Created Color class and made all Drawable descendants use it to handle colors.
commit581bc3f69b5c78b5e0dc4815ac7bbeb7c56beb21
authorNing Shi <cs_snx@stu.ust.hk>
Sun, 23 Mar 2008 17:58:07 +0000 (24 01:58 +0800)
committerNing Shi <cs_snx@stu.ust.hk>
Sun, 23 Mar 2008 17:58:07 +0000 (24 01:58 +0800)
treecde401c4c1fa4c8d32d6ea3b0fca15ba4e8ac608
parent959b8ed7161ea962889204bc63329bd50e7f7c7f
Created Color class and made all Drawable descendants use it to handle colors.

Fixed a bug causing reference lines not shown in the matrix model.
16 files changed:
gtk/src/Makefile.am
gtk/src/color.cpp [new file with mode: 0644]
gtk/src/color.hpp [new file with mode: 0644]
gtk/src/draggable_edge.cpp
gtk/src/draggable_edge.hpp
gtk/src/drawable.cpp
gtk/src/drawable.hpp
gtk/src/edge.cpp
gtk/src/leaf.cpp
gtk/src/leaf.hpp
gtk/src/node.cpp
gtk/src/node.hpp
gtk/src/transformable.cpp
gtk/src/transformable.hpp
gtk/src/tree_model.cpp
gtk/src/virtual_edge.cpp