nbtab.h
changeset 157 7e6ad28aeb9e
parent 156 c5cdf6690cdf
child 160 14a76109b561
     1.1 --- a/nbtab.h	Thu Sep 28 14:32:40 2006 +0000
     1.2 +++ b/nbtab.h	Mon Oct 02 18:52:00 2006 +0000
     1.3 @@ -158,10 +158,10 @@
     1.4    void closeMapWin();
     1.5  
     1.6    ///Sets node representation settings
     1.7 -  void setNodeView(bool, bool, double, double, double);
     1.8 +  void setView(bool, bool, double, double);
     1.9  
    1.10    ///Gets node representation settings
    1.11 -  void getNodeView(bool &, bool &, double&, double&, double&);
    1.12 +  void getView(bool &, bool &, double&, double&);
    1.13  };
    1.14  
    1.15  #endif //NBTAB_H