mapstorage.h
changeset 173 8339178ae43d
parent 172 fc1e478697d3
child 174 95872af46fc4
equal deleted inserted replaced
14:55da8e65761b 15:a1bee5a06276
    21 ///
    21 ///
    22 ///\todo too many things are public!!
    22 ///\todo too many things are public!!
    23 class MapStorage
    23 class MapStorage
    24 {
    24 {
    25 public:
    25 public:
       
    26   enum value {DOUBLE, STRING};
       
    27   enum type {NORMAL, GUI};
    26 
    28 
    27   ///The graph for which the datas are stored.
    29   ///The graph for which the datas are stored.
    28   Graph graph;
    30   Graph graph;
    29   /// the coordinates of the nodes
    31   /// the coordinates of the nodes
    30   XYMap<Graph::NodeMap<double> > coords;
    32   XYMap<Graph::NodeMap<double> > coords;