nbtab.h
changeset 156 c5cdf6690cdf
parent 154 65c1b103443d
child 157 7e6ad28aeb9e
equal deleted inserted replaced
2:6ac9625076d2 3:3e3639c2cb3c
   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, double, double, double);
   161   void setNodeView(bool, bool, double, double, double);
   162 
   162 
   163   ///Gets node representation settings
   163   ///Gets node representation settings
   164   void getNodeView(bool &, double&, double&, double&);
   164   void getNodeView(bool &, bool &, double&, double&, double&);
   165 };
   165 };
   166 
   166 
   167 #endif //NBTAB_H
   167 #endif //NBTAB_H