nbtab.h
changeset 157 7e6ad28aeb9e
parent 156 c5cdf6690cdf
child 160 14a76109b561
equal deleted inserted replaced
3:3e3639c2cb3c 4:da463cdb3565
   156   ///See also
   156   ///See also
   157   ///\ref mapwin.
   157   ///\ref mapwin.
   158   void closeMapWin();
   158   void closeMapWin();
   159 
   159 
   160   ///Sets node representation settings
   160   ///Sets node representation settings
   161   void setNodeView(bool, bool, double, double, double);
   161   void setView(bool, bool, double, double);
   162 
   162 
   163   ///Gets node representation settings
   163   ///Gets node representation settings
   164   void getNodeView(bool &, bool &, double&, double&, double&);
   164   void getView(bool &, bool &, double&, double&);
   165 };
   165 };
   166 
   166 
   167 #endif //NBTAB_H
   167 #endif //NBTAB_H