COIN-OR::LEMON - Graph Library

Changeset 201:879e47e5b731 in glemon-0.x for algobox.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
  • algobox.h

    r194 r201  
    2626#include <libgnomecanvasmm.h>
    2727#include <libgnomecanvasmm/polygon.h>
     28#include "map_value.h"
    2829
    2930///Ancestor class of algorithm graphical interface classes.
     
    139140  ///a signal is emitted by it. This signal is connected to this function, so \ref MapSelector s
    140141  ///in \ref nodemapcbts can be notified, and those can registrate the new map. (\ref MapSelector::append_text)
    141   void nodemaplist_changed(std::string);
     142  void nodemaplist_changed(std::string, MapValue::Type);
    142143
    143144  ///Interface, through which \ref AlgoBox can be notified about edgemap addition.
     
    146147  ///a signal is emitted by it. This signal is connected to this function, so \ref MapSelector s
    147148  ///in \ref edgemapcbts can be notified, and those can registrate the new map. (\ref MapSelector::append_text)
    148   void edgemaplist_changed(std::string);
     149  void edgemaplist_changed(std::string, MapValue::Type);
    149150
    150151  ///Aid function to provide data for a given entry.
     
    184185  ///\param label label to show in \ref MapSelector
    185186  ///\param itisedge whether edge or nodemaps stored in \ref MapSelector
    186   void addMapSelector(std::string label, bool itisedge);
     187  void addMapSelector(std::string label, bool itisedge, MapType type = ALL);
    187188};
    188189#endif //ALGOBOX_H
Note: See TracChangeset for help on using the changeset viewer.