COIN-OR::LEMON - Graph Library

Changeset 201:879e47e5b731 in glemon-0.x for nbtab.h


Ignore:
Timestamp:
01/02/08 22:03:09 (16 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@3431
Message:

Merge branches/akos to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nbtab.h

    r198 r201  
    2828#include <libgnomecanvasmm.h>
    2929#include <libgnomecanvasmm/polygon.h>
     30#include "map_value.h"
    3031
    3132///One tab in the Notebook that is placed in the main window (\ref MainWin).
     
    173174  ///This call-forwarder function is needed, because \ref Mapstorage does not know \ref MapWin
    174175  ///\param mapname name of new map
    175   void registerNewEdgeMap(std::string mapname);
     176  void registerNewEdgeMap(std::string mapname, MapValue::Type type);
    176177
    177178  ///Registers recently created nodemap in \ref MapWin.
     
    182183  ///This call-forwarder function is needed, because \ref Mapstorage does not know \ref MapWin
    183184  ///\param mapname name of new map
    184   void registerNewNodeMap(std::string mapname);
     185  void registerNewNodeMap(std::string mapname, MapValue::Type type);
    185186
    186187  ///Pops up and registrates the \ref MapWin of \ref NoteBookTab.
Note: See TracChangeset for help on using the changeset viewer.